aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-28Merge tag '5.6-smb3-fixes-and-dfs-and-readdir-improvements' of git://git.samb...Linus Torvalds
2020-01-28Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2020-01-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-01-28Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov
2020-01-26cifs: remove set but not used variable 'server'YueHaibing
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-01-26cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing
2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)
2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)
2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)
2020-01-26cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)
2020-01-26cifs: Don't use iov_iter::type directlyDavid Howells
2020-01-26cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg
2020-01-26cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variablezhengbin
2020-01-26fs/cifs/smb2ops.c: use true,false for bool variablezhengbin
2020-01-26Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-01-26io_uring: don't cancel all work on process exitJens Axboe
2020-01-26Revert "io_uring: only allow submit from owning task"Jens Axboe
2020-01-26afs: Fix characters allowed into cell namesDavid Howells
2020-01-26do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro
2020-01-25Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-25btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-24btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo
2020-01-23Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-01-23readdir: make user_access_begin() use the real access rangeLinus Torvalds
2020-01-23readdir: be more conservative with directory entry namesLinus Torvalds
2020-01-23Btrfs: make deduplication with range including the last block workFilipe Manana
2020-01-23fs: allow deduplication of eof block into the end of the destination fileFilipe Manana