summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-18fs/xfs: Fix typos in commentsZizhen Pang
2023-08-18xfs: fix dqiterate thinkoDarrick J. Wong
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
2023-08-11xfs: switch to multigrain timestampsJeff Layton
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-11xfs: have xfs_vn_update_time gets its own timestampJeff Layton
2023-08-10xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong
2023-08-10xfs: simplify returns in xchk_bmapDarrick J. Wong
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong
2023-08-10xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2023-08-10xfs: allow the user to cancel repairs before we start writingDarrick J. Wong
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig