summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong
2024-09-01xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: make the RT rsum_cache mandatoryChristoph Hellwig
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-09-01xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig
2024-09-01xfs: validate inumber in xfs_igetDarrick J. Wong
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong
2024-08-28xfs: refactor xfs_file_fallocateChristoph Hellwig
2024-08-28xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig
2024-08-28xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2024-08-27xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo
2024-08-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong
2024-08-26xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo
2024-08-26xfs: don't bother reporting blocks trimmed via FITRIMDarrick J. Wong
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong
2024-08-14xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong
2024-08-14xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-29xfs: convert comma to semicolonChen Ni
2024-07-29xfs: convert comma to semicolonChen Ni