summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-18xfs: fix dqiterate thinkoDarrick J. Wong
2023-08-18Merge tag 'scrub-bmap-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/scm...Chandan Babu R
2023-08-18Merge tag 'repair-agfl-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R
2023-08-18Merge tag 'repair-force-rebuild-6.6_2023-08-10' of https://git.kernel.org/pub...Chandan Babu R
2023-08-18Merge tag 'repair-tweaks-6.6_2023-08-10' of https://git.kernel.org/pub/scm/li...Chandan Babu R
2023-08-18Merge tag 'scrub-rtsummary-6.6_2023-08-10' of https://git.kernel.org/pub/scm/...Chandan Babu R
2023-08-18Merge tag 'scrub-usage-stats-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R
2023-08-18Merge tag 'big-array-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R
2023-08-18Merge tag 'repair-reap-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-11Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-08-10btrfs: exit gracefully if reloc roots don't matchQu Wenruo
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig
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: allow userspace to rebuild metadata structuresDarrick J. Wong
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong
2023-08-10xfs: allow the user to cancel repairs before we start writingDarrick J. Wong
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick 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: improve xfarray quicksort pivotDarrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick 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: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick 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