aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2-23/+4
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong1-6/+9
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong1-11/+12
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong1-20/+21
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong1-11/+15
2024-09-01xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong1-9/+7
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong1-10/+11
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig3-4/+15
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig1-3/+5
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig4-16/+23
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig3-117/+133
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig1-10/+19
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig1-159/+158
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig1-20/+18
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig1-8/+4
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2-21/+32
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig3-7/+6
2024-09-01xfs: make the RT rsum_cache mandatoryChristoph Hellwig1-11/+15
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig2-29/+36
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig3-14/+2
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong6-8/+11
2024-09-01xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig1-3/+4
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong1-1/+1
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong5-3/+243
2024-09-01nfsd: move nfsd_pool_stats_open into nfsctl.cNeilBrown3-9/+7
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown2-7/+2
2024-09-01nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()NeilBrown1-1/+0
2024-09-01nfsd: use system_unbound_wq for nfsd_file_gc_worker()Youzhong Yang1-1/+1
2024-09-01nfsd: count nfsd_file allocationsJeff Layton1-2/+7
2024-09-01nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-09-01nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-09-01nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2024-09-01fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li1-0/+1
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-45/+93
2024-09-01Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds5-116/+68
2024-08-31bcachefs: Mark more errors as autofixKent Overstreet1-5/+5
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet2-110/+40
2024-09-01Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+9
2024-09-01Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-48/+114
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown1-2/+9
2024-08-30fs: drop GFP_NOFAIL mode from alloc_page_buffersMichal Hocko1-4/+1
2024-08-30ovl: fsync after metadata copy-upAmir Goldstein1-4/+39
2024-08-30fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7
2024-08-30mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-6/+6
2024-08-30netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li1-2/+2
2024-08-30fs: use LIST_HEAD() to simplify codeHongbo Li1-2/+1
2024-08-30inode: port __I_LRU_ISOLATING to var eventChristian Brauner1-8/+19
2024-08-30inode: port __I_NEW to var eventChristian Brauner3-13/+36
2024-08-30inode: port __I_SYNC to var eventChristian Brauner1-16/+29