summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.h
AgeCommit message (Expand)Author
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg
2025-05-14xfs: remove the EXPERIMENTAL warning for pNFSChristoph Hellwig
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-03-03xfs: export max_open_zones in sysfsChristoph Hellwig
2025-03-03xfs: support write life time based data placementHans Holmberg
2025-03-03xfs: support zone gapsChristoph Hellwig
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2025-01-13xfs: constify feature checksChristoph Hellwig
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong
2024-11-05xfs: persist quota flags with metadirDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: make the RT allocator rtgroup awareChristoph Hellwig
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: check the realtime superblock at mount timeDarrick J. Wong
2024-11-05xfs: define the format of rt groupsDarrick J. Wong
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong
2024-11-05xfs: load metadata directory root at mount timeDarrick J. Wong
2024-11-05xfs: define the on-disk format for the metadir featureDarrick J. Wong
2024-11-05xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong
2024-11-05xfs: add group based bno conversion helpersChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig
2024-04-15xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong
2024-04-15xfs: only clear log incompat flags at clean unmountDarrick J. Wong
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval