summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2023-10-171-1/+1
| * xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong2023-10-171-12/+12
| * xfs: prevent rt growfs when quota is enabledDarrick J. Wong2023-10-171-1/+1
| * xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-173-16/+41
| * xfs: bump max fsgeom struct versionDarrick J. Wong2023-10-171-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-027-40/+47
|\ \
| * | xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2023-10-042-14/+15
| * | xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng2023-10-043-14/+18
| * | xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2023-10-042-12/+14
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
* | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-309-37/+46
|\ \ \ \
| * | | | xfs: convert to new timestamp accessorsJeff Layton2023-10-189-37/+46
* | | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ \ \
| * | | | | xfs: move xfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-102-2/+2
| | |/ / / | |/| | |
* | | | | xfs: Convert to bdev_open_by_path()Jan Kara2023-10-283-31/+36
| |_|_|/ |/| | |
* | | | xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton2023-10-121-0/+5
* | | | xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
* | | | xfs: correct calculation for agend and blockcountShiyang Ruan2023-10-121-3/+3
* | | | xfs: process free extents to busy list in FIFO orderDarrick J. Wong2023-10-111-1/+2
* | | | xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong2023-10-111-0/+6
| |/ / |/| |
* | | 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
| |/