]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/shortlog
xfsprogs-dev.git
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
2024-10-04 Darrick J.... mkfs: break up the rest of the rtinit() function
2024-10-04 Darrick J.... mkfs: clean up the rtinit() function
2024-10-04 Darrick J.... xfs_repair: use library functions for orphanage creation
2024-10-04 Darrick J.... xfs_repair: use library functions to reset root/rbm...
2024-10-04 Darrick J.... xfs_repair: don't crash in get_inode_parent
2024-10-04 Darrick J.... xfs_repair: fix exchrange upgrade
2024-10-04 Darrick J.... xfs_db: port the iunlink command to use the libxfs...
2024-10-04 Darrick J.... xfs_db/mdrestore/repair: don't use the incore struct...
2024-10-04 Darrick J.... xfs_db/mkfs/xfs_repair: port to use XFS_ICREATE_UNLINKABLE
2024-10-04 Darrick J.... xfs_db: port the unlink command to use libxfs_droplink
2024-10-04 Dave Chinnerxfs: xfs_finobt_count_blocks() walks the wrong btree
2024-10-04 Darrick J.... xfs: fix di_onlink checking for V1/V2 inodes
2024-10-04 Julian Sunxfs: remove unused parameter in macro XFS_DQUOT_LOGRES
2024-10-04 Long Lixfs: get rid of xfs_ag_resv_rmapbt_alloc
2024-10-04 Dave Chinnerxfs: background AIL push should target physical space
2024-10-04 Dave Chinnerxfs: AIL doesn't need manual pushing
2024-10-04 Zizhi Woxfs: Avoid races with cnt_btree lastrec updates
2024-10-04 Darrick J.... xfs: move xfs_refcount_update_defer_add to xfs_refcount...
2024-10-04 Darrick J.... xfs: simplify usage of the rcur local variable in xfs_r...
2024-10-04 Darrick J.... xfs: don't bother calling xfs_refcount_finish_one_clean...
2024-10-04 Darrick J.... xfs: reuse xfs_refcount_update_cancel_item
2024-10-04 Darrick J.... xfs: add a ci_entry helper
2024-10-04 Darrick J.... xfs: clean up refcount log intent item tracepoint callsites
2024-10-04 Darrick J.... xfs: pass btree cursors to refcount btree tracepoints
2024-10-04 Darrick J.... xfs: create specialized classes for refcount tracepoints
2024-10-04 Darrick J.... xfs: give refcount btree cursor error tracepoints their...
2024-10-04 Darrick J.... xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
2024-10-04 Christoph Hellwigxfs: simplify usage of the rcur local variable in xfs_r...
2024-10-04 Darrick J.... xfs: don't bother calling xfs_rmap_finish_one_cleanup...
2024-10-04 Christoph Hellwigxfs: reuse xfs_rmap_update_cancel_item
2024-10-04 Christoph Hellwigxfs: add a ri_entry helper
2024-10-04 Darrick J.... xfs: clean up rmap log intent item tracepoint callsites
2024-10-04 Darrick J.... xfs: pass btree cursors to rmap btree tracepoints
2024-10-04 Darrick J.... xfs: give rmap btree cursor error tracepoints their...
2024-10-04 Darrick J.... xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
2024-10-04 Christoph Hellwigxfs: remove xfs_defer_agfl_block
2024-10-04 Christoph Hellwigxfs: remove duplicate asserts in xfs_defer_extent_free
2024-10-04 Christoph Hellwigxfs: reuse xfs_extent_free_cancel_item
2024-10-04 Christoph Hellwigxfs: add a xefi_entry helper
next