aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang1-1/+4
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong1-2/+18
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong1-8/+17
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig1-1/+1
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig1-0/+6
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-61/+6
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig1-3/+4
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-7/+8
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong1-58/+2
2025-06-16xfs: use xfs_readonly_buftarg in xfs_remount_rwChristoph Hellwig1-3/+2
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-18/+90
2025-05-14xfs: Fail remount with noattr2 on a v5 with v4 enabledNirjhar Roy (IBM)1-0/+26
2025-05-14xfs: free up mp->m_free[0].count in error caseWengang Wang1-1/+1
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong1-7/+0
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong1-1/+57
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong1-3/+3
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong1-4/+12
2025-04-30xfs: allow ro mounts if rtdev or logdev are read-onlyHans Holmberg1-3/+18
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12
2025-03-27Merge 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