aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-1/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+20
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds8-459/+1995
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-303/+97
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-3/+6
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds12-54/+106
2020-01-29io_uring: add support for epoll_ctl(2)Jens Axboe1-0/+71
2020-01-29eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe1-13/+33
2020-01-29eventpoll: abstract out epoll_ctl() handlerJens Axboe1-20/+25
2020-01-29io_uring: fix linked command file table usageJens Axboe3-14/+21
2020-01-29Merge tag 'erofs-for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds5-107/+74
2020-01-29Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-740/+890
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-93/+305
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-24/+25
2020-01-28io_uring: support using a registered personality for commandsJens Axboe1-1/+19
2020-01-28io_uring: allow registering credentialsJens Axboe1-7/+68
2020-01-28io_uring: add io-wq workqueue sharingPavel Begunkov1-14/+50
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov2-0/+9
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe3-30/+81
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+3
2020-01-28Merge tag '5.6-smb3-fixes-and-dfs-and-readdir-improvements' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds18-713/+1041
2020-01-28Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds9-66/+267
2020-01-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds22-354/+748
2020-01-28Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-7/+6
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds40-1715/+2988
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+11
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-0/+104
2020-01-27io-wq: make the io_wq ref countedJens Axboe1-1/+10
2020-01-27io_uring: fix refcounting with batched allocations at OOMPavel Begunkov1-2/+5
2020-01-27io_uring: add comment for drain_nextPavel Begunkov1-0/+7
2020-01-27io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe1-2/+1
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch3-0/+6
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou1-1/+1
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg3-37/+34
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg1-2/+4
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French3-3/+29
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov1-11/+117
2020-01-26cifs: remove set but not used variable 'server'YueHaibing1-4/+1
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)1-1/+1
2020-01-26cifs: Fix mount options set in automountPaulo Alcantara (SUSE)1-54/+43
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock patchSteve French1-1/+1
2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing1-1/+1
2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)1-264/+283
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)1-32/+77
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)1-17/+4
2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)1-13/+31
2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)1-3/+3