summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
11 daysMerge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-36/+129
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+12
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-1/+2
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg1-0/+4
2025-03-03xfs: wire up the show_stats super operationChristoph Hellwig1-0/+9
2025-03-03xfs: support write life time based data placementHans Holmberg1-0/+15
2025-03-03xfs: add a max_open_zones mount optionChristoph Hellwig1-1/+16
2025-03-03xfs: disable reflink for zoned file systemsChristoph Hellwig1-0/+7
2025-03-03xfs: hide reserved RT blocks from statfsChristoph Hellwig1-1/+2
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig1-0/+10
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+3
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig1-2/+10
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig1-1/+10
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig1-0/+1
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig1-12/+20
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-19/+23
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt1-2/+6
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-01-13xfs: refactor xfs_fs_statfsChristoph Hellwig1-54/+78
2025-01-13xfs: don't take m_sb_lock in xfs_fs_statfsChristoph Hellwig1-2/+4
2024-12-23xfs: enable realtime reflinkDarrick J. Wong1-2/+4
2024-12-23xfs: enable realtime rmap btreeDarrick J. Wong1-6/+0
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik1-1/+1
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-21/+54
2024-11-05xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong1-6/+5
2024-11-05xfs: persist quota flags with metadirDarrick J. Wong1-1/+24
2024-11-05xfs: check the realtime superblock at mount timeDarrick J. Wong1-2/+10
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-1/+2
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong1-0/+3
2024-11-05xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong1-7/+3
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig1-4/+7
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner1-1/+1
2024-10-10xfs: switch to multigrain timestampsJeff Layton1-1/+1
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+20
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav1-8/+20
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig1-2/+1
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry1-5/+5
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson1-0/+4
2024-04-23xfs: parent pointer attribute creationAllison Henderson1-0/+10
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig1-1/+10
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-5/+1
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig1-9/+13
2024-04-15xfs: introduce a file mapping exchange log intent itemDarrick J. Wong1-0/+19
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong1-0/+4
2024-03-27fs,block: yield devices earlyChristian Brauner1-3/+3
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+14
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-4/+3
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-22/+22