summaryrefslogtreecommitdiffstats
path: root/fs/internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong14-33/+40
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2024-09-01xfs: refactor loading quota inodes in the regular caseDarrick J. Wong4-36/+81
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong14-40/+33
2024-09-01xfs: fix FITRIM reporting againDarrick J. Wong1-1/+1
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong3-136/+134
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig4-41/+30
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig4-16/+23
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong6-8/+11
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong5-3/+243
2024-09-01xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong1-134/+134
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2-23/+4
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig3-117/+133
2024-09-01xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig1-3/+4
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig7-25/+19
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong1-6/+9
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig1-10/+19
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong1-1/+1
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2-38/+0
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong1-11/+12
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig1-159/+158
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2-40/+18
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong1-20/+21
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig1-20/+18
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig1-7/+11
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong1-11/+15
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig1-8/+4
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig1-34/+59
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: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2-21/+32
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig1-35/+34
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong1-10/+11
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig1-31/+50
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig3-4/+15
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig3-7/+6
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig8-173/+180
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig4-136/+161
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 Hellwig9-22/+13
2024-09-01Linux 6.11-rc6v6.11-rc6Linus Torvalds1-1/+1
2024-09-01bcachefs: Mark more errors as autofixKent Overstreet1-5/+5
2024-09-01bcachefs: Revert lockless buffered IO pathKent Overstreet2-110/+40
2024-08-31power: sequencing: qcom-wcn: set the wlan-enable GPIO to outputBartosz Golaszewski1-0/+7
2024-08-30MAINTAINERS: PCI: Add NXP PCI controller mailing list imx@lists.linux.devFrank Li1-0/+2
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown1-2/+9
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe1-4/+15