summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-1/+1
2023-08-11xfs: switch to multigrain timestampsJeff Layton3-7/+7
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+0
2023-08-11xfs: have xfs_vn_update_time gets its own timestampJeff Layton1-5/+9
2023-08-10xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong1-5/+2
2023-08-10xfs: simplify returns in xchk_bmapDarrick J. Wong1-13/+13
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong4-24/+162
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong5-44/+40
2023-08-10xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong3-3/+17
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong2-5/+14
2023-08-10xfs: allow the user to cancel repairs before we start writingDarrick J. Wong1-0/+16
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong1-0/+10
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong7-28/+298
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong3-38/+60
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong8-29/+53
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong6-13/+36
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong10-9/+535
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong4-2/+34
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong2-69/+148
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong2-10/+86
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong3-0/+121
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong3-0/+120
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong3-120/+39
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong3-0/+750
2023-08-10xfs: create a big array data structureDarrick J. Wong8-1/+922
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong5-95/+45
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong8-121/+409
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong3-2/+22
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong3-17/+25
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong1-4/+26
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong1-32/+13
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong2-55/+42
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong6-234/+283
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong3-111/+0
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig1-0/+26
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2-16/+22
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig1-0/+5
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig1-13/+5
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig1-9/+11
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig1-4/+0
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig1-1/+2
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-2/+4
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong4-38/+183
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-1/+1
2023-07-24xfs: convert to ctime accessor functionsJeff Layton8-13/+15
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong2-1/+2
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2-10/+67
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2