summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-24Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2022-05-24Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-05-21io_uring: cleanup handling of the two task_work listsfor-5.19/io_uring-passthrough-2022-05-22Jens Axboe
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesfor-5.19/writeback-2022-05-22Zhihao Cheng
2022-05-18Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-18io_uring: disallow mixed provided buffer group registrationsJens Axboe
2022-05-18io_uring: initialize io_buffer_list head when shared ring is unregisteredJens Axboe
2022-05-18io_uring: add fully sparse buffer registrationPavel Begunkov
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua
2022-05-18io_uring: use rcu_dereference in io_closeChristoph Hellwig
2022-05-18io_uring: consistently use the EPOLL* definesChristoph Hellwig
2022-05-18io_uring: make apoll_events a __poll_tChristoph Hellwig
2022-05-18io_uring: drop a spurious inline on a forward declarationChristoph Hellwig
2022-05-18io_uring: don't use ERR_PTR for user pointersChristoph Hellwig
2022-05-18io_uring: use a rwf_t for io_rw.flagsChristoph Hellwig
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe
2022-05-18io_uring: add io_pin_pages() helperJens Axboe
2022-05-18io_uring: add buffer selection support to IORING_OP_NOPJens Axboe
2022-05-18io_uring: fix locking state for empty buffer groupJens Axboe
2022-05-17io_uring: don't attempt to IOPOLL for MSG_RING requestsio_uring-5.18-2022-05-18Jens Axboe
2022-05-14io_uring: implement multishot mode for acceptHao Xu
2022-05-14io_uring: let fast poll support multishotHao Xu
2022-05-14io_uring: add REQ_F_APOLL_MULTISHOT for requestsHao Xu
2022-05-13Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-13io_uring: only wake when the correct events are setDylan Yudaken
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher
2022-05-13gfs2: Variable renameAndreas Gruenbacher
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-13Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-13io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov