summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-22xfs: fold xfs_rtallocate_extent into xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: simplify and optimize the RT allocation fallback cascadeChristoph Hellwig
2023-12-22xfs: reorder the minlen and prod calculations in xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig
2023-12-22xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig
2023-12-22xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig
2023-12-22xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-22xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig
2023-12-22xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig
2023-12-22xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig
2023-12-22xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig
2023-12-22xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao
2023-12-22xfs: fix perag leak when growfs failsLong Li
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: check dquot resource timersDarrick J. Wong
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong