]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-12-24  Darrick J.... xfs: return a 64-bit block count from xfs_btree_count_b...
2024-12-24  Christoph Hellwigxfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_e...
2024-12-24  Jeff Laytonxfs: switch to multigrain timestamps
2024-12-24  Dave Chinnerxfs: fix sparse inode limits on runt AG
2024-12-24  Long Lixfs: remove unknown compat feature check in superblock...
2024-12-24  Darrick J.... xfs: port ondisk structure checks from xfs/122 to the...
2024-12-24  Darrick J.... xfs: separate space btree structures in xfs_ondisk.h
2024-12-24  Darrick J.... xfs: convert struct typedefs in xfs_ondisk.h
2024-12-24  Darrick J.... xfs: enable metadata directory feature
2024-12-24  Darrick J.... xfs: scrub quota file metapaths
2024-12-24  Darrick J.... xfs: use metadir for quota inodes
2024-12-24  Darrick J.... xfs: implement busy extent tracking for rtgroups
2024-12-24  Darrick J.... xfs: move the min and max group block numbers to xfs_group
2024-12-24  Darrick J.... xfs: adjust min_block usage in xfs_verify_agbno
2024-12-24  Darrick J.... xfs: make xfs_rtblock_t a segmented address like xfs_fs...
2024-12-24  Darrick J.... xfs: create helpers to deal with rounding xfs_filblks_t...
2024-12-24  Darrick J.... xfs: create helpers to deal with rounding xfs_fileoff_t...
2024-12-24  Darrick J.... xfs: mask off the rtbitmap and summary inodes when...
2024-12-24  Darrick J.... xfs: scrub metadir paths for rtgroup metadata
2024-12-24  Darrick J.... xfs: scrub the realtime group superblock
2024-12-24  Christoph Hellwigxfs: make the RT allocator rtgroup aware
2024-12-24  Darrick J.... xfs: don't merge ioends across RTGs
2024-12-24  Darrick J.... xfs: use realtime EFI to free extents when rtgroups...
2024-12-24  Darrick J.... xfs: support error injection when freeing rt extents
2024-12-24  Darrick J.... xfs: support logging EFIs for realtime extents
2024-12-24  Darrick J.... xfs: grow the realtime section when realtime groups...
2024-12-24  Darrick J.... xfs: encode the rtsummary in big endian format
2024-12-24  Darrick J.... xfs: encode the rtbitmap in big endian format
2024-12-24  Darrick J.... xfs: add block headers to realtime bitmap and summary...
2024-12-24  Darrick J.... xfs: export the geometry of realtime groups to userspace
2024-12-24  Darrick J.... xfs: record rt group metadata errors in the health...
2024-12-24  Darrick J.... xfs: add frextents to the lazysbcounters when rtgroups...
2024-12-24  Christoph Hellwigxfs: add a helper to prevent bmap merges across rtgroup...
2024-12-24  Darrick J.... xfs: check that rtblock extents do not break rtsupers...
2024-12-24  Darrick J.... xfs: export realtime group geometry via XFS_FSOP_GEOM
2024-12-24  Darrick J.... xfs: update realtime super every time we update the...
2024-12-24  Darrick J.... xfs: define the format of rt groups
2024-12-24  Darrick J.... libfrog: add memchr_inv
2024-12-24  Christoph Hellwigxfs: make RT extent numbers relative to the rtgroup
2024-12-24  Christoph Hellwigxfs: refactor xfs_rtsummary_blockcount
2024-12-24  Christoph Hellwigxfs: refactor xfs_rtbitmap_blockcount
2024-12-24  Christoph Hellwigxfs: support creating per-RTG files in growfs
2024-12-24  Christoph Hellwigxfs: move RT bitmap and summary information to the...
2024-12-24  Christoph Hellwigxfs: add a xfs_bmap_free_rtblocks helper
2024-12-24  Darrick J.... xfs: support caching rtgroup metadata inodes
2024-12-24  Darrick J.... xfs: add a lockdep class key for rtgroup inodes
2024-12-24  Darrick J.... xfs: define locking primitives for realtime groups
2024-12-24  Darrick J.... xfs: create incore realtime group structures
2024-12-24  Darrick J.... mkfs: add a utility to generate protofiles
2024-12-24  Darrick J.... mkfs: support copying in xattrs
2024-12-24  Darrick J.... mkfs: support copying in large or sparse files
2024-12-24  Darrick J.... libxfs: resync libxfs_alloc_file_space interface with...
2024-12-24  Darrick J.... mkfs.xfs: enable metadata directories
2024-12-24  Christoph Hellwigxfs_repair: refactor generate_rtinfo
2024-12-24  Darrick J.... xfs_repair: do not count metadata directory files when...
2024-12-24  Darrick J.... xfs_repair: truncate and unmark orphaned metadata inodes
2024-12-24  Darrick J.... xfs_repair: drop all the metadata directory files durin...
2024-12-24  Darrick J.... xfs_repair: metadata dirs are never plausible root...
2024-12-24  Darrick J.... xfs_repair: adjust keep_fsinos to handle metadata direc...
2024-12-24  Darrick J.... xfs_repair: mark space used by metadata files
2024-12-24  Darrick J.... xfs_repair: pass private data pointer to scan_lbtree
2024-12-24  Darrick J.... xfs_repair: update incore metadata state whenever we...
2024-12-24  Darrick J.... xfs_repair: don't let metadata and regular files mix
2024-12-24  Darrick J.... xfs_repair: rebuild the metadata directory
2024-12-24  Darrick J.... xfs_repair: use libxfs_metafile_iget for quota/rt inodes
2024-12-24  Darrick J.... xfs_repair: check metadata inode flag
2024-12-24  Darrick J.... xfs_repair: refactor grabbing realtime metadata inodes
2024-12-24  Darrick J.... xfs_repair: refactor root directory initialization
2024-12-24  Darrick J.... xfs_repair: refactor marking of metadata inodes
2024-12-24  Darrick J.... xfs_repair: refactor fixing dotdot
2024-12-24  Darrick J.... xfs_repair: dont check metadata directory dirent inumbers
2024-12-24  Darrick J.... xfs_repair: handle sb_metadirino correctly when zeroing...
2024-12-24  Darrick J.... xfs_scrub: re-run metafile scrubbers during phase 5
2024-12-24  Darrick J.... xfs_scrub: scan metadata directories during phase 3
2024-12-24  Darrick J.... xfs_scrub: tread zero-length read verify as an IO error
2024-12-24  Darrick J.... xfs_spaceman: report health of metadir inodes too
2024-12-24  Darrick J.... xfs_io: support scrubbing metadata directory paths
2024-12-24  Darrick J.... xfs_io: support flag for limited bulkstat of the metada...
2024-12-24  Darrick J.... xfs_db: drop the metadata checking code from blockget
2024-12-24  Darrick J.... xfs_db: display di_metatype
2024-12-24  Darrick J.... xfs_db: show the metadata root directory when dumping...
2024-12-24  Darrick J.... xfs_db: support metadata directories in the path command
2024-12-24  Darrick J.... xfs_db: don't obfuscate metadata directories and attributes
2024-12-24  Darrick J.... xfs_db: report metadir support for version command
2024-12-24  Darrick J.... xfs_db: disable xfs_check when metadir is enabled
2024-12-24  Darrick J.... xfs_io: support scrubbing metadata directory paths
2024-12-24  Darrick J.... libfrog: allow METADIR in xfrog_bulkstat_single5
2024-12-24  Darrick J.... libfrog: report metadata directories in the geometry...
2024-12-24  Darrick J.... man: update scrub ioctl documentation for metadir
2024-12-24  Darrick J.... man2: document metadata directory flag in fsgeom ioctl
2024-12-24  Darrick J.... libxfs: enforce metadata inode flag
2024-12-24  Darrick J.... libxfs: load metadata directory root at mount time
2024-12-24  Darrick J.... libxfs: constify the xfs_inode predicates
2024-12-24  Darrick J.... xfs: check metadata directory file path connectivity
2024-12-24  Darrick J.... xfs: record health problems with the metadata directory
2024-12-24  Darrick J.... xfs: adjust xfs_bmap_add_attrfork for metadir
2024-12-24  Darrick J.... xfs: allow bulkstat to return metadata directories
2024-12-24  Darrick J.... xfs: advertise metadata directory feature
2024-12-24  Darrick J.... xfs: disable the agi rotor for metadata inodes
2024-12-24  Darrick J.... xfs: read and write metadata inode directory tree
next