summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-3042-647/+3910
|\
| * fs/xfs: Fix typos in commentsZizhen Pang2023-08-181-1/+1
| * xfs: fix dqiterate thinkoDarrick J. Wong2023-08-181-1/+1
| * Merge tag 'scrub-bmap-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/scm...Chandan Babu R2023-08-187-62/+193
| |\
| | * xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong2023-08-101-5/+2
| | * xfs: simplify returns in xchk_bmapDarrick J. Wong2023-08-101-13/+13
| | * xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong2023-08-104-24/+162
| | * xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong2023-08-105-44/+40
| * | Merge tag 'repair-agfl-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R2023-08-181-2/+8
| |\|
| | * xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong2023-08-101-1/+4
| | * xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong2023-08-101-1/+4
| * | Merge tag 'repair-force-rebuild-6.6_2023-08-10' of https://git.kernel.org/pub...Chandan Babu R2023-08-184-8/+31
| |\|
| | * xfs: allow userspace to rebuild metadata structuresDarrick J. Wong2023-08-103-3/+17
| | * xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong2023-08-102-5/+14
| * | Merge tag 'repair-tweaks-6.6_2023-08-10' of https://git.kernel.org/pub/scm/li...Chandan Babu R2023-08-182-0/+26
| |\|
| | * xfs: allow the user to cancel repairs before we start writingDarrick J. Wong2023-08-101-0/+16
| | * xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong2023-08-101-0/+10
| * | Merge tag 'scrub-rtsummary-6.6_2023-08-10' of https://git.kernel.org/pub/scm/...Chandan Babu R2023-08-1813-82/+421
| |\|
| | * xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-107-28/+298
| | * xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong2023-08-103-38/+60
| | * xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong2023-08-108-29/+53
| | * xfs: get our own reference to inodes that we want to scrubDarrick J. Wong2023-08-106-13/+36
| * | Merge tag 'scrub-usage-stats-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R2023-08-1812-11/+569
| |\|
| | * xfs: track usage statistics of online fsckDarrick J. Wong2023-08-1010-9/+535
| | * xfs: create scaffolding for creating debugfs entriesDarrick J. Wong2023-08-104-2/+34
| * | Merge tag 'big-array-6.6_2023-08-10' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-08-188-1/+1987
| |\|
| | * xfs: improve xfarray quicksort pivotDarrick J. Wong2023-08-102-69/+148
| | * xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong2023-08-102-10/+86
| | * xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong2023-08-103-0/+121
| | * xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong2023-08-103-0/+120
| | * xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong2023-08-103-120/+39
| | * xfs: enable sorting of xfile-backed arraysDarrick J. Wong2023-08-103-0/+750
| | * xfs: create a big array data structureDarrick J. Wong2023-08-108-1/+922
| * | Merge tag 'repair-reap-fixes-6.6_2023-08-10' of https://git.kernel.org/pub/sc...Chandan Babu R2023-08-1811-479/+673
| |\|
| | * xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong2023-08-105-95/+45
| | * xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-108-121/+409
| | * xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong2023-08-103-2/+22
| | * xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong2023-08-103-17/+25
| | * xfs: use deferred frees to reap old btree blocksDarrick J. Wong2023-08-101-4/+26
| | * xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong2023-08-101-32/+13
| | * xfs: only invalidate blocks if we're going to free themDarrick J. Wong2023-08-102-55/+42
| | * xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong2023-08-106-234/+283
| | * xfs: cull repair code that will never get usedDarrick J. Wong2023-08-103-111/+0
* | | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2023-08-308-218/+219
|\ \ \
| * | | ext2: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-212-61/+56
| * | | ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger2023-08-183-8/+7
| * | | ext2: dump current reservation window infoYe Bin2023-08-161-1/+6
| * | | ext2: fix race between setxattr and write backYe Bin2023-08-162-8/+9
| * | | ext2: introduce new flags argument for ext2_new_blocks()Ye Bin2023-08-164-4/+11
| * | | ext2: remove ext2_new_block()Ye Bin2023-08-163-9/+3