]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-12-24  Christoph Hellwigxfs: add group based bno conversion helpers
2024-12-24  Christoph Hellwigxfs: add a generic group pointer to the btree cursor
2024-12-24  Christoph Hellwigxfs: convert busy extent tracking to the generic group...
2024-12-24  Christoph Hellwigxfs: move the online repair rmap hooks to the generic...
2024-12-24  Christoph Hellwigxfs: move draining of deferred operations to the generi...
2024-12-24  Christoph Hellwigxfs: move metadata health tracking to the generic group...
2024-12-24  Christoph Hellwigxfs: switch perag iteration from the for_each macros...
2024-12-24  Christoph Hellwigxfs: add a xfs_group_next_range helper
2024-12-24  Christoph Hellwigxfs: factor out a generic xfs_group structure
2024-12-24  Christoph Hellwigxfs: insert the pag structures into the xarray later
2024-12-24  Christoph Hellwigxfs: split xfs_initialize_perag
2024-12-24  Christoph Hellwigxfs: convert remaining trace points to pass pag structures
2024-12-24  Christoph Hellwigxfs: pass objects to the xfs_irec_merge_{pre,post}...
2024-12-24  Christoph Hellwigxfs: pass a perag structure to the xfs_ag_resv_init_err...
2024-12-24  Christoph Hellwigxfs: pass a pag to xfs_extent_busy_{search,reuse}
2024-12-24  Christoph Hellwigxfs: add a xfs_agino_to_ino helper
2024-12-24  Christoph Hellwigxfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
2024-12-24  Christoph Hellwigxfs: remove the agno argument to xfs_free_ag_extent
2024-12-24  Christoph Hellwigxfs: pass a pag to xfs_difree_inode_chunk
2024-12-24  Christoph Hellwigxfs: remove the unused pag_active_wq field in struct...
2024-12-24  Christoph Hellwigxfs: remove the unused pagb_count field in struct xfs_perag
2024-12-24  Dave Chinnerxfs: sb_spino_align is not verified
2024-12-24  Long Lixfs: remove the redundant xfs_alloc_log_agf
2024-12-24  Darrick J.... man: document the -n parent mkfs option
2024-12-24  Jan Palusman: fix ioctl_xfs_commit_range man page install
2024-12-24  Darrick J.... xfs_repair: fix maximum file offset comparison
2024-12-02  Andrey Albershteynxfsprogs: Release v6.12.0 v6.12.0
2024-11-21  Catherine Hoangxfs_io: add support for atomic write statx fields
2024-11-21  Darrick J.... xfs_repair: synthesize incore inode tree records when...
2024-11-21  Darrick J.... xfs_repair: fix crasher in pf_queuing_worker
2024-11-21  Chi Zhilingxfs: Reduce unnecessary searches when searching for...
2024-11-06  Jan Palusxfs_spaceman: add dependency on libhandle target
2024-10-31  Darrick J.... mkfs: add a config file for 6.12 LTS kernels
2024-10-31  Darrick J.... xfs_scrub_all: wait for services to start activating
2024-10-31  Christoph Hellwigxfs_repair: stop preallocating blocks in mk_rbmino...
2024-10-31  Christoph Hellwigxfs_repair: use libxfs_rtfile_initialize_blocks
2024-10-31  Christoph Hellwigmkfs: use xfs_rtfile_initialize_blocks
2024-10-31  Christoph Hellwigmkfs: remove a pointless rtfreesp_init forward declaration
2024-10-31  Christoph Hellwigxfs_repair: use xfs_validate_rt_geometry
2024-10-31  Darrick J.... xfs_repair: checking rt free space metadata must happen...
2024-10-31  Darrick J.... xfs_db: allow setting current address to log blocks
2024-10-31  Darrick J.... xfs_db: convert rtsummary geometry
2024-10-31  Darrick J.... xfs_db: convert rtbitmap geometry
2024-10-31  Darrick J.... xfs_db: enable conversion of rt space units
2024-10-31  Darrick J.... xfs_db: access arbitrary realtime blocks and extents
2024-10-31  Darrick J.... xfs_db: access realtime file blocks
2024-10-31  Darrick J.... xfs_db: make the daddr command target the realtime...
2024-10-31  Darrick J.... xfs_db: report the realtime device when associated...
2024-10-31  Darrick J.... xfs_db: support passing the realtime device to the...
2024-10-31  Darrick J.... xfs_io: add atomic file update commands to exercise...
2024-10-31  Darrick J.... xfs_io: add a commitrange option to the exchangerange...
2024-10-31  Darrick J.... xfs_fsr: port to new file exchange library function
2024-10-31  Darrick J.... libxfs: validate inumber in xfs_iget
2024-10-31  Darrick J.... libxfs: remove unused xfs_inode fields
2024-10-31  Darrick J.... libfrog: add support for commit range ioctl family
2024-10-31  Darrick J.... man: document file range commit ioctls
2024-10-31  Christoph Hellwigxfs: update the pag for the last AG at recovery time
2024-10-31  Christoph Hellwigxfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
2024-10-31  Christoph Hellwigxfs: merge the perag freeing helpers
2024-10-31  Christoph Hellwigxfs: pass the exact range to initialize to xfs_initiali...
2024-10-31  Christoph Hellwigxfs: support lowmode allocations in xfs_bmap_exact_minl...
2024-10-31  Christoph Hellwigxfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_b...
2024-10-31  Christoph Hellwigxfs: don't ifdef around the exact minlen allocations
2024-10-31  Christoph Hellwigxfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
2024-10-31  Christoph Hellwigxfs: distinguish extra split from real ENOSPC from...
2024-10-31  Christoph Hellwigxfs: distinguish extra split from real ENOSPC from...
2024-10-31  Christoph Hellwigxfs: return bool from xfs_attr3_leaf_add
2024-10-31  Christoph Hellwigxfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
2024-10-31  Pankaj Raghavxfs: enable block size larger than page size support
2024-10-31  Christoph Hellwigxfs: ensure st_blocks never goes to zero during COW...
2024-10-31  Christoph Hellwigxfs: convert perag lookup to xarray
2024-10-31  Christoph Hellwigxfs: move the tagged perag lookup helpers to xfs_icache.c
2024-10-31  Christoph Hellwigxfs: use kfree_rcu_mightsleep to free the perag structures
2024-10-31  Dan Carpenterxfs: remove unnecessary check
2024-10-31  Dave Chinnerxfs: use kvmalloc for xattr buffers
2024-10-31  Darrick J.... xfs: standardize the btree maxrecs function parameters
2024-10-31  Darrick J.... xfs: replace shouty XFS_BM{BT,DR} macros
2024-10-31  Darrick J.... xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
2024-10-31  Christoph Hellwigxfs: replace m_rsumsize with m_rsumblocks
2024-10-31  Christoph Hellwigxfs: remove xfs_{rtbitmap,rtsummary}_wordcount
2024-10-31  Christoph Hellwigxfs: clean up the ISVALID macro in xfs_bmap_adjacent
2024-10-31  Christoph Hellwigxfs: simplify xfs_rtalloc_query_range
2024-10-31  Christoph Hellwigxfs: remove xfs_rtb_to_rtxrem
2024-10-31  Christoph Hellwigxfs: ensure rtx mask/shift are correct after growfs
2024-10-31  Christoph Hellwigxfs: push transaction join out of xfs_rtbitmap_lock...
2024-10-31  Christoph Hellwigxfs: factor out rtbitmap/summary initialization helpers
2024-10-31  Christoph Hellwigxfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
2024-10-31  Christoph Hellwigxfs: assert a valid limit in xfs_rtfind_forw
2024-10-31  Christoph Hellwigxfs: remove the limit argument to xfs_rtfind_back
2024-10-31  Christoph Hellwigxfs: factor out a xfs_validate_rt_geometry helper
2024-10-31  Christoph Hellwigxfs: remove xfs_validate_rtextents
2024-10-31  Darrick J.... xfs: pass the icreate args object to xfs_dialloc
2024-10-31  Darrick J.... xfs: introduce new file range commit ioctls
2024-10-31  Christoph Hellwiglibfrog: add xarray emulation
2024-10-31  Darrick J.... libxfs: port IS_ENABLED from the kernel
2024-10-31  Darrick J.... libxfs: test compiling public headers with a C++ compiler
2024-10-31  Darrick J.... libxfs: require -std=gnu11 for compilation by default
2024-10-19  Andrey Albershteynxfsprogs: Release v6.11.0 v6.11.0
2024-10-08  Andrey Albershteynxfsprogs: update gitignore
2024-10-08  Andrey Albershteynxfsprogs: fix permissions on files installed by libtoolize
next