aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Merge tag 'gfs2-v5.18-rc4-fix3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-82/+68
2022-05-13gfs2: Stop using glock holder auto-demotion for nowGravatar Andreas Gruenbacher 1-32/+14
2022-05-13gfs2: buffered write prefaultingGravatar Andreas Gruenbacher 1-12/+16
2022-05-13gfs2: Align read and write chunks to the page cacheGravatar Andreas Gruenbacher 1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesGravatar Andreas Gruenbacher 1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableGravatar Andreas Gruenbacher 1-17/+9
2022-05-13gfs2: Variable renameGravatar Andreas Gruenbacher 1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesGravatar Andreas Gruenbacher 1-6/+5
2022-05-13Merge tag 'ceph-for-5.18-rc7' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-7/+20
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+22
2022-05-12Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-4/+21
2022-05-10udf: Avoid using stale lengthOfImpUseGravatar Jan Kara 1-4/+4
2022-05-10writeback: Avoid skipping inode writebackGravatar Jing Xia 1-0/+4
2022-05-10ceph: check folio PG_private bit instead of folio->privateGravatar Xiubo Li 1-4/+7
2022-05-10ceph: fix setting of xattrs on async created inodesGravatar Jeff Layton 1-3/+13
2022-05-09procfs: prevent unprivileged processes accessing fdinfo dirGravatar Kalesh Singh 1-1/+22
2022-05-09nfs: fix broken handling of the softreval mount optionGravatar Dan Aloni 1-1/+1
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirGravatar Amir Goldstein 1-0/+13
2022-05-07Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+6
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-34/+53
2022-05-06Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+11
2022-05-05btrfs: sysfs: export the balance paused state of exclusive operationGravatar David Sterba 1-0/+3
2022-05-05btrfs: fix assertion failure when logging directory key range itemGravatar Filipe Manana 1-14/+25
2022-05-05btrfs: zoned: activate block group properly on unlimited active zone deviceGravatar Naohiro Aota 1-14/+8
2022-05-05btrfs: zoned: move non-changing condition check out of the loopGravatar Naohiro Aota 1-6/+6
2022-05-05btrfs: force v2 space cache usage for subpage mountGravatar Qu Wenruo 1-0/+11
2022-05-02Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-23/+91
2022-05-02io_uring: assign non-fixed early for async workGravatar Jens Axboe 1-1/+6
2022-04-30Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+6
2022-04-29Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+6
2022-04-29Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-6/+7
2022-04-29io_uring: check that data field is 0 in ringfd unregisterGravatar Eugene Syromiatnikov 1-1/+1
2022-04-28io_uring: fix uninitialized field in rw io_kiocbGravatar Joseph Ravichandran 1-0/+1
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+0
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-36/+38
2022-04-28gfs2: No short reads or writes upon glock contentionGravatar Andreas Gruenbacher 1-4/+0
2022-04-27btrfs: skip compression property for anything other than files and dirsGravatar Filipe Manana 3-0/+47
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrGravatar Filipe Manana 1-2/+4
2022-04-27btrfs: always log symlinks in full modeGravatar Filipe Manana 1-1/+13
2022-04-27btrfs: do not allow compression on nodatacow filesGravatar Chung-Chiang Cheng 3-7/+14
2022-04-27btrfs: export a helper for compression hard checkGravatar Chung-Chiang Cheng 2-13/+13
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeGravatar Minchan Kim 1-1/+6
2022-04-27Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+41
2022-04-26io_uring: check reserved fields for recv/recvmsgGravatar Jens Axboe 1-0/+2
2022-04-26io_uring: check reserved fields for send/sendmsgGravatar Jens Axboe 1-0/+2
2022-04-26Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-29/+76
2022-04-26gfs2: Don't re-check for write past EOF unnecessarilyGravatar Andreas Gruenbacher 1-1/+1
2022-04-25NFSv4: Don't invalidate inode attributes on delegation returnGravatar Trond Myklebust 1-1/+11