summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-29io_uring: add support for epoll_ctl(2)Jens Axboe
2020-01-29eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe
2020-01-29eventpoll: abstract out epoll_ctl() handlerJens Axboe
2020-01-29io_uring: fix linked command file table usageJens Axboe
2020-01-29Merge tag 'erofs-for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-29Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-28io_uring: support using a registered personality for commandsJens Axboe
2020-01-28io_uring: allow registering credentialsJens Axboe
2020-01-28io_uring: add io-wq workqueue sharingPavel Begunkov
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe
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-27io-wq: make the io_wq ref countedJens Axboe
2020-01-27io_uring: fix refcounting with batched allocations at OOMPavel Begunkov
2020-01-27io_uring: add comment for drain_nextPavel Begunkov
2020-01-27io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe
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)