summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt1-2/+6
2025-01-24Merge 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-24xfs: enable realtime reflinkDarrick J. Wong1-2/+4
2024-12-24xfs: 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-06xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong1-6/+5
2024-11-06xfs: persist quota flags with metadirDarrick J. Wong1-1/+24
2024-11-06xfs: check the realtime superblock at mount timeDarrick J. Wong1-2/+10
2024-11-06xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-1/+2
2024-11-06xfs: define the on-disk format for the metadir featureDarrick J. Wong1-0/+3
2024-11-06xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong1-7/+3
2024-11-06xfs: 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-21Merge 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-16xfs: introduce a file mapping exchange log intent itemDarrick J. Wong1-0/+19
2024-04-16xfs: 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-13mm, 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
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-25xfs: port block device access to filesChristian Brauner1-22/+22
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong1-1/+9
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+2
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)1-3/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+1
2024-01-22xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+2
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig1-4/+2
2023-11-18xfs: Block writes to log deviceJan Kara1-2/+3
2023-11-18xfs: simplify device handlingChristian Brauner1-16/+3
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara1-18/+24
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-1/+2
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-84/+2
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-1/+1