summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+6
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+1
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/l...Linus 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-...Linus Torvalds1-0/+177
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus 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-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-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/...Linus 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/lin...Linus 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
2022-05-13io_uring: bump max direct descriptor count to 1MJens Axboe1-1/+1
2022-05-13io_uring: allow allocated fixed files for acceptJens Axboe1-2/+2
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe1-3/+33
2022-05-13io_uring: add basic fixed file allocatorJens Axboe1-0/+29
2022-05-13io_uring: track fixed files with a bitmapJens Axboe1-1/+32