aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-179/+66
2022-05-24Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-17/+10
2022-05-24Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds8-96/+188
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+6
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds4-51/+294
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds34-190/+106
2022-05-23Merge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+8
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-74/+370
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+14
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+177
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-72/+422
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-1017/+1643
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2022-05-21io_uring: cleanup handling of the two task_work listsJens Axboe1-25/+37
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua1-1/+1
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-05-18Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-05-18io_uring: disallow mixed provided buffer group registrationsJens Axboe1-3/+5
2022-05-18io_uring: initialize io_buffer_list head when shared ring is unregisteredJens Axboe1-0/+3
2022-05-18io_uring: add fully sparse buffer registrationPavel Begunkov1-7/+15
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua4-16/+9
2022-05-18io_uring: use rcu_dereference in io_closeChristoph Hellwig1-1/+2
2022-05-18io_uring: consistently use the EPOLL* definesChristoph Hellwig1-4/+4
2022-05-18io_uring: make apoll_events a __poll_tChristoph Hellwig1-3/+4
2022-05-18io_uring: drop a spurious inline on a forward declarationChristoph Hellwig1-1/+1
2022-05-18io_uring: don't use ERR_PTR for user pointersChristoph Hellwig1-46/+37
2022-05-18io_uring: use a rwf_t for io_rw.flagsChristoph Hellwig1-1/+1
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe1-12/+222
2022-05-18io_uring: add io_pin_pages() helperJens Axboe1-27/+50
2022-05-18io_uring: add buffer selection support to IORING_OP_NOPJens Axboe1-1/+12
2022-05-18io_uring: fix locking state for empty buffer groupJens Axboe1-11/+14
2022-05-17io_uring: don't attempt to IOPOLL for MSG_RING requestsJens Axboe1-0/+3
2022-05-14io_uring: implement multishot mode for acceptHao Xu1-6/+48
2022-05-14io_uring: let fast poll support multishotHao Xu1-15/+32
2022-05-14io_uring: add REQ_F_APOLL_MULTISHOT for requestsHao Xu1-0/+5
2022-05-13Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2-82/+68
2022-05-13io_uring: only wake when the correct events are setDylan Yudaken1-2/+3
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher1-32/+14
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher1-12/+16
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher1-17/+9
2022-05-13gfs2: Variable renameAndreas Gruenbacher1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-13Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-7/+20
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+22
2022-05-13io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov1-0/+2
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe1-3/+12