summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: abort fstrim if kernel is suspendingDave Chinner2023-10-041-8/+13
* xfs: reduce AGF hold times during fstrim operationsDave Chinner2023-10-043-24/+188
* xfs: move log discard work to xfs_discard.cDave Chinner2023-10-045-88/+113
* xfs: fix reloading entire unlinked bucket listsDarrick J. Wong2023-09-244-20/+61
* Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-2227-240/+441
|\
| * xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao2023-09-131-2/+2
| * Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-132-3/+6
| |\
| | * xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2023-09-122-3/+6
| * | Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R2023-09-131-0/+11
| |\|
| | * xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong2023-09-121-0/+11
| * | Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-139-9/+195
| |\|
| | * xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-125-6/+29
| | * xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-125-0/+144
| | * xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-123-3/+22
| * | Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2023-09-132-5/+100
| |\|
| | * xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2023-09-122-5/+100
| * | Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-9/+40
| |\|
| | * xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-126-9/+40
| * | Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R2023-09-133-22/+12
| |\|
| | * xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-122-18/+2
| | * xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong2023-09-121-4/+10
| * | Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-182/+56
| |\|
| | * xfs: remove CPU hotplug infrastructureDarrick J. Wong2023-09-111-41/+1
| | * xfs: remove the all-mounts listDarrick J. Wong2023-09-112-40/+0
| | * xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong2023-09-114-56/+33
| | * xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong2023-09-113-45/+22
| * | Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-131-7/+18
| |\|
| | * xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong2023-09-111-7/+18
| * | xfs: fix select in config XFS_ONLINE_SCRUB_STATSLukas Bulwahn2023-09-111-1/+1
| |/
* / Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-203-7/+7
|/
* 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
| * 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
| * 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
| * 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
| * 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
| * 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
| * 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
| * xfs: improve xfarray quicksort pivotDarrick J. Wong2023-08-102-69/+148