summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong6-10/+10
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong4-3/+5
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong3-34/+34
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong7-50/+50
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong9-78/+89
2023-10-18xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2023-10-18xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2023-10-18xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2023-10-18xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2023-10-17xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton1-0/+5
2023-10-12xfs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan1-3/+3
2023-10-11xfs: process free extents to busy list in FIFO orderDarrick J. Wong1-1/+2
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-10-10xfs: move xfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2-14/+15
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng3-14/+18
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2-12/+14
2023-10-04xfs: abort fstrim if kernel is suspendingDave Chinner1-8/+13
2023-10-04xfs: reduce AGF hold times during fstrim operationsDave Chinner3-24/+188
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner5-88/+113
2023-09-25xfs: fix reloading entire unlinked bucket listsDarrick J. Wong4-20/+61
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-240/+441
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner3-7/+7
2023-09-13xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao1-2/+2
2023-09-13Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2-3/+6
2023-09-13Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R1-0/+11
2023-09-13Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R9-9/+195
2023-09-13Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2-5/+100
2023-09-13Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R6-9/+40
2023-09-13Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R3-22/+12
2023-09-13Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R6-182/+56
2023-09-13Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R1-7/+18
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2-3/+6
2023-09-12xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong1-0/+11
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong5-6/+29
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2-5/+100
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong6-9/+40
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong5-0/+144
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10
2023-09-12xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong3-3/+22
2023-09-11xfs: remove CPU hotplug infrastructureDarrick J. Wong1-41/+1
2023-09-11xfs: remove the all-mounts listDarrick J. Wong2-40/+0
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong4-56/+33
2023-09-11xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong1-7/+18
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong3-45/+22
2023-09-11xfs: fix select in config XFS_ONLINE_SCRUB_STATSLukas Bulwahn1-1/+1