aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: implement percpu cil space used calculationDave Chinner2-31/+149
2022-07-07zonefs: Call page_address() on page acquired with GFP_KERNEL flagFabio M. De Francesco1-9/+7
2022-07-06step_into(): move fetching ->d_inode past handle_mounts()Al Viro1-20/+11
2022-07-06lookup_fast(): don't bother with inodeAl Viro1-18/+4
2022-07-06follow_dotdot{,_rcu}(): don't bother with inodeAl Viro1-11/+4
2022-07-06step_into(): lose inode argumentAl Viro1-6/+9
2022-07-06namei: stash the sampled ->d_seq into nameidataAl Viro1-50/+48
2022-07-06namei: move clearing LOOKUP_RCU towards rcu_read_unlock()Al Viro1-9/+12
2022-07-06fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu1-2/+2
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-9/+8
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan1-20/+27
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro3-4/+8
2022-07-05follow_dotdot{,_rcu}(): change calling conventionsAl Viro1-9/+7
2022-07-05namei: get rid of pointless unlikely(read_seqcount_retry(...))Al Viro1-9/+9
2022-07-05__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro1-0/+2
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells1-1/+14
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu1-1/+2
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu1-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-07-05fs/ntfs3: Remove duplicated assignment to variable rColin Ian King1-1/+0
2022-07-05fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter1-2/+4
2022-07-05fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2-14/+8
2022-07-05fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin1-1/+6
2022-07-03mm/smaps: add Pss_DirtyVincent Whitchurch1-0/+3
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin18-19/+31
2022-07-03nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-07-03Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-131/+130
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+2
2022-07-029p: Fix some kernel-doc commentsYang Li1-2/+2
2022-07-029p fid refcount: cleanup p9_fid_put callsDominique Martinet6-90/+64
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet10-69/+69
2022-07-029p: Fix minor typo in code commentTyler Hicks1-1/+1
2022-07-029p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks1-3/+3
2022-07-029p: Make the path walk logic more clear about when cloning is requiredTyler Hicks1-4/+3
2022-07-029p: Track the root fid with its own variable during lookupsTyler Hicks1-12/+14
2022-07-01exec: Fix a spelling mistakeZhang Jiaming1-1/+1
2022-07-01Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-6/+14
2022-07-01Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2022-07-01Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+12
2022-07-02xfs: introduce per-cpu CIL tracking structureDave Chinner3-2/+47
2022-07-02xfs: rework per-iclog header CIL reservationDave Chinner3-25/+59
2022-07-02xfs: lift init CIL reservation out of xc_cil_lockDave Chinner1-16/+14
2022-07-02xfs: use the CIL space used counter for emptiness checksDave Chinner2-19/+28
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein4-29/+38
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford1-1/+1
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou1-2/+5
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein4-37/+68