]> www.infradead.org Git - users/hch/xfsprogs.git/shortlog
users/hch/xfsprogs.git
2024-11-01 Darrick J.... xfs_repair: refactor root directory initialization
2024-11-01 Darrick J.... xfs_repair: refactor marking of metadata inodes
2024-11-01 Darrick J.... xfs_repair: refactor fixing dotdot
2024-11-01 Darrick J.... xfs_repair: dont check metadata directory dirent inumbers
2024-11-01 Darrick J.... xfs_repair: preserve the metadirino field when zeroing...
2024-11-01 Darrick J.... xfs_scrub: re-run metafile scrubbers during phase 5
2024-11-01 Darrick J.... xfs_scrub: scan metadata directories during phase 3
2024-11-01 Darrick J.... xfs_scrub: tread zero-length read verify as an IO error
2024-11-01 Darrick J.... xfs_spaceman: report health of metadir inodes too
2024-11-01 Darrick J.... xfs_io: support scrubbing metadata directory paths
2024-11-01 Darrick J.... xfs_io: support the bulkstat metadata directory flag
2024-11-01 Darrick J.... xfs_db: display di_metatype
2024-11-01 Darrick J.... xfs_db: show the metadata root directory when dumping...
2024-11-01 Darrick J.... xfs_db: support metadata directories in the path command
2024-11-01 Darrick J.... xfs_db: don't obfuscate metadata directories and attributes
2024-11-01 Darrick J.... xfs_db: report metadir support for version command
2024-11-01 Darrick J.... xfs_db: disable xfs_check when metadir is enabled
2024-11-01 Darrick J.... xfs_io: support scrubbing metadata directory paths
2024-11-01 Darrick J.... libfrog: allow METADIR in xfrog_bulkstat_single5
2024-11-01 Darrick J.... libfrog: report metadata directories in the geometry...
2024-11-01 Darrick J.... xfs: check metadata directory file path connectivity
2024-11-01 Darrick J.... xfs: record health problems with the metadata directory
2024-11-01 Darrick J.... xfs: adjust xfs_bmap_add_attrfork for metadir
2024-11-01 Darrick J.... xfs: allow bulkstat to return metadata directories
2024-11-01 Darrick J.... xfs: advertise metadata directory feature
2024-11-01 Darrick J.... xfs: disable the agi rotor for metadata inodes
2024-11-01 Darrick J.... xfs: read and write metadata inode directory tree
2024-11-01 Darrick J.... xfs: enforce metadata inode flag
2024-11-01 Darrick J.... xfs: load metadata directory root at mount time
2024-11-01 Darrick J.... xfs: iget for metadata inodes
2024-11-01 Darrick J.... xfs: define the on-disk format for the metadir feature
2024-11-01 Darrick J.... xfs: rename metadata inode predicates
2024-11-01 Darrick J.... xfs: constify the xfs_inode predicates
2024-11-01 Darrick J.... xfs: constify the xfs_sb predicates
2024-11-01 Christoph Hellwigxfs: store a generic group structure in the intents
2024-11-01 Christoph Hellwigxfs: add group based bno conversion helpers
2024-11-01 Christoph Hellwigxfs: add a generic group pointer to the btree cursor
2024-11-01 Christoph Hellwigxfs: convert busy extent tracking to the generic group...
2024-11-01 Christoph Hellwigxfs: move the online repair rmap hooks to the generic...
2024-11-01 Christoph Hellwigxfs: move draining of deferred operations to the generi...
2024-11-01 Christoph Hellwigxfs: move metadata health tracking to the generic group...
2024-11-01 Christoph Hellwigxfs: switch perag iteration from the for_each macros...
2024-11-01 Christoph Hellwigxfs: add a xfs_group_next_range helper
2024-11-01 Christoph Hellwigxfs: factor out a generic xfs_group structure
2024-11-01 Christoph Hellwigxfs: insert the pag structures into the xarray later
2024-11-01 Christoph Hellwigxfs: split xfs_initialize_perag
2024-11-01 Christoph Hellwigxfs: convert remaining trace points to pass pag structures
2024-11-01 Christoph Hellwigxfs: pass objects to the xfs_irec_merge_{pre,post}...
2024-11-01 Christoph Hellwigxfs: pass a perag structure to the xfs_ag_resv_init_err...
2024-11-01 Christoph Hellwigxfs: pass a pag to xfs_extent_busy_{search,reuse}
2024-11-01 Christoph Hellwigxfs: add a xfs_agino_to_ino helper
2024-11-01 Christoph Hellwigxfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
2024-11-01 Christoph Hellwigxfs: remove the agno argument to xfs_free_ag_extent
2024-11-01 Christoph Hellwigxfs: pass a pag to xfs_difree_inode_chunk
2024-11-01 Christoph Hellwigxfs: remove the unused pag_active_wq field in struct...
2024-11-01 Christoph Hellwigxfs: remove the unused pagb_count field in struct xfs_perag
2024-11-01 Darrick J.... mkfs: add a config file for 6.12 LTS kernels
2024-11-01 Darrick J.... xfs_scrub_all: wait for services to start activating
2024-11-01 Christoph Hellwigxfs_repair: stop preallocating blocks in mk_rbmino...
2024-11-01 Christoph Hellwigxfs_repair: use libxfs_rtfile_initialize_blocks
2024-11-01 Christoph Hellwigmkfs: use xfs_rtfile_initialize_blocks
2024-11-01 Christoph Hellwigmkfs: remove a pointless rtfreesp_init forward declaration
2024-11-01 Christoph Hellwigxfs_repair: use xfs_validate_rt_geometry
2024-11-01 Darrick J.... xfs_repair: checking rt free space metadata must happen...
2024-11-01 Darrick J.... xfs_db: allow setting current address to log blocks
2024-11-01 Darrick J.... xfs_db: convert rtsummary geometry
2024-11-01 Darrick J.... xfs_db: convert rtbitmap geometry
2024-11-01 Darrick J.... xfs_db: enable conversion of rt space units
2024-11-01 Darrick J.... xfs_db: access arbitrary realtime blocks and extents
2024-11-01 Darrick J.... xfs_db: access realtime file blocks
2024-11-01 Darrick J.... xfs_db: make the daddr command target the realtime...
2024-11-01 Darrick J.... xfs_db: report the realtime device when associated...
2024-11-01 Darrick J.... xfs_db: support passing the realtime device to the...
2024-11-01 Darrick J.... xfs_io: add atomic file update commands to exercise...
2024-11-01 Darrick J.... xfs_io: add a commitrange option to the exchangerange...
2024-11-01 Darrick J.... xfs_fsr: port to new file exchange library function
2024-11-01 Darrick J.... libxfs: validate inumber in xfs_iget
2024-11-01 Darrick J.... libxfs: remove unused xfs_inode fields
2024-11-01 Darrick J.... libfrog: add support for commit range ioctl family
2024-11-01 Darrick J.... man: document file range commit ioctls
2024-11-01 Christoph Hellwigxfs: update the pag for the last AG at recovery time
2024-11-01 Christoph Hellwigxfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
2024-11-01 Christoph Hellwigxfs: merge the perag freeing helpers
2024-11-01 Christoph Hellwigxfs: pass the exact range to initialize to xfs_initiali...
2024-11-01 Christoph Hellwigxfs: support lowmode allocations in xfs_bmap_exact_minl...
2024-11-01 Christoph Hellwigxfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_b...
2024-11-01 Christoph Hellwigxfs: don't ifdef around the exact minlen allocations
2024-11-01 Christoph Hellwigxfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
2024-11-01 Christoph Hellwigxfs: distinguish extra split from real ENOSPC from...
2024-11-01 Christoph Hellwigxfs: distinguish extra split from real ENOSPC from...
2024-11-01 Christoph Hellwigxfs: return bool from xfs_attr3_leaf_add
2024-11-01 Christoph Hellwigxfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
2024-11-01 Pankaj Raghavxfs: enable block size larger than page size support
2024-11-01 Christoph Hellwigxfs: ensure st_blocks never goes to zero during COW...
2024-11-01 Christoph Hellwigxfs: convert perag lookup to xarray
2024-11-01 Christoph Hellwigxfs: move the tagged perag lookup helpers to xfs_icache.c
2024-11-01 Christoph Hellwigxfs: use kfree_rcu_mightsleep to free the perag structures
2024-11-01 Dan Carpenterxfs: remove unnecessary check
2024-11-01 Dave Chinnerxfs: use kvmalloc for xattr buffers
2024-11-01 Darrick J.... xfs: standardize the btree maxrecs function parameters
next