summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-12xfs: shut down the filesystem on a failed mountMikhail Lobanov1-4/+12
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-1/+1
2026-05-30xfs: abort mount if xfs_fs_reserve_ag_blocks failsChristoph Hellwig1-2/+5
2026-03-23Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino1-39/+36
2026-03-23xfs: Use xarray to track SB UUIDs instead of plain array.Lukas Herbolt1-39/+36
2026-03-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino1-0/+2
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong1-0/+2
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong1-13/+0
2025-08-11xfs: reject max_atomic_write mount option for no reflinkJohn Garry1-0/+19
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-5/+0
2025-07-17ilog2: add max_pow_of_two_factor()John Garry1-5/+0
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig1-1/+1
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig1-48/+28
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig1-10/+11
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong1-1/+79
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry1-0/+83
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig1-3/+3
2025-03-03xfs: contain more sysfs code in xfs_sysfs.cChristoph Hellwig1-23/+6
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig1-0/+4
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig1-15/+21
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig1-0/+11
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+1
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig1-0/+2
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig1-30/+40
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig1-8/+29
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig1-21/+18
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig1-5/+2
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong1-1/+4
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong1-2/+3
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong1-0/+10
2024-11-05xfs: persist quota flags with metadirDarrick J. Wong1-0/+15
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig1-1/+1
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-1/+12
2024-11-05xfs: load metadata directory root at mount timeDarrick J. Wong1-2/+29
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig1-3/+2
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig1-2/+2
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav1-1/+0
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry1-1/+1
2024-09-02xfs: make the calculation generic in xfs_sb_validate_fsb_count()Pankaj Raghav1-1/+6
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong1-0/+16
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig1-3/+15
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-32/+35
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong1-1/+7
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-12xfs: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+2
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1