aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/vfs/vfsLinus 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
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig1-6/+2
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng1-2/+2
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong1-2/+7
2022-11-16xfs: fix sb write verify for lazysbcountLong Li1-0/+15
2022-09-19xfs: simplify if-else condition in xfs_validate_new_dalignZeng Heng1-18/+20
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-1/+2
2022-05-27xfs: don't log every time we clear the log incompat flagsDarrick J. Wong1-1/+0
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-29/+21
2022-04-12xfs: recalculate free rt extents after log recoveryDarrick J. Wong1-9/+32
2022-03-29xfs: log shutdown triggers should only shut down the logDave Chinner1-0/+1
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong1-1/+1
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong1-10/+0
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong1-0/+14
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-3/+3
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-8/+7