summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+2
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds154-2946/+9562
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-70/+33
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+64
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+7
2024-11-12Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino1-49/+137
2024-11-12Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino2-13/+26
2024-11-12Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino11-76/+182
2024-11-12Merge tag 'metadir-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino11-64/+589
2024-11-12Merge tag 'realtime-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino59-512/+2699
2024-11-12Merge tag 'rtgroups-prep-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino1-8/+11
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino36-700/+2010
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino72-205/+2332
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino70-1051/+1381
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino44-529/+457
2024-11-12mm/list_lru: simplify the list_lru walk callback functionKairui Song2-5/+2
2024-11-12mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+0
2024-11-06xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong1-2/+88
2024-11-06xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong1-11/+13
2024-11-06xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong1-37/+37
2024-11-06xfs: enable metadata directory featureDarrick J. Wong1-1/+2
2024-11-06xfs: enable realtime quota againDarrick J. Wong2-4/+7
2024-11-06xfs: update sb field checks when metadir is turned onDarrick J. Wong1-12/+24
2024-11-06xfs: reserve quota for realtime files correctlyDarrick J. Wong2-6/+17
2024-11-06xfs: create quota preallocation watermarks for realtime quotaDarrick J. Wong4-32/+81
2024-11-06xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2024-11-06xfs: persist quota flags with metadirDarrick J. Wong5-3/+78
2024-11-06xfs: advertise realtime quota support in the xqm stat filesDarrick J. Wong1-3/+4
2024-11-06xfs: scrub quota file metapathsDarrick J. Wong2-1/+81
2024-11-06xfs: fix chown with rt quotaDarrick J. Wong2-19/+56
2024-11-06xfs: use metadir for quota inodesDarrick J. Wong4-27/+410
2024-11-06xfs: refactor xfs_qm_destroy_quotainosDarrick J. Wong1-33/+20
2024-11-06xfs: use rtgroup busy extent list for FITRIMDarrick J. Wong1-2/+144
2024-11-06xfs: implement busy extent tracking for rtgroupsDarrick J. Wong5-6/+227
2024-11-06xfs: port the perag discard code to handle generic groupsDarrick J. Wong2-17/+37
2024-11-06xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong11-39/+94
2024-11-06xfs: adjust min_block usage in xfs_verify_agbnoDarrick J. Wong2-2/+2
2024-11-06xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong12-84/+126
2024-11-06xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundariesDarrick J. Wong3-11/+23
2024-11-06xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundariesDarrick J. Wong2-7/+16
2024-11-06xfs: mask off the rtbitmap and summary inodes when metadir in useDarrick J. Wong1-0/+20
2024-11-06xfs: scrub metadir paths for rtgroup metadataDarrick J. Wong2-1/+96
2024-11-06xfs: repair realtime group superblockDarrick J. Wong3-1/+20
2024-11-06xfs: scrub the realtime group superblockDarrick J. Wong9-2/+87
2024-11-06xfs: don't coalesce file mappings that cross rtgroup boundaries in scrubDarrick J. Wong1-1/+15
2024-11-06xfs: make the RT allocator rtgroup awareChristoph Hellwig4-13/+105
2024-11-06xfs: don't merge ioends across RTGsDarrick J. Wong2-1/+21
2024-11-06xfs: use realtime EFI to free extents when rtgroups are enabledDarrick J. Wong1-1/+16
2024-11-06xfs: support error injection when freeing rt extentsDarrick J. Wong1-0/+4
2024-11-06xfs: support logging EFIs for realtime extentsDarrick J. Wong9-39/+286