]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-06-03  Darrick J.... xfs_io: print sysfs paths of mounted filesystems
2024-06-03  Darrick J.... xfs_io: fix gcc complaints about potentially uninitiali...
2024-06-03  Darrick J.... xfs_repair: remove the old bag implementation
2024-06-03  Darrick J.... xfs_repair: port to the new refcount bag structure
2024-06-03  Darrick J.... xfs_repair: create refcount bag
2024-06-03  Darrick J.... xfs_repair: define an in-memory btree for storing refco...
2024-06-03  Darrick J.... xfs_repair: remove the old rmap collection slabs
2024-06-03  Darrick J.... xfs_repair: reduce rmap bag memory usage when creating...
2024-06-03  Darrick J.... xfs_repair: compute refcount data from in-memory rmap...
2024-06-03  Darrick J.... xfs_repair: verify on-disk rmap btrees with in-memory...
2024-06-03  Darrick J.... xfs_repair: convert regular rmap repair to use in-memor...
2024-06-03  Christoph Hellwiglibxfs: provide a kernel-compatible kasprintf
2024-06-03  Darrick J.... xfs_repair: check num before bplist[num]
2024-06-03  Darrick J.... xfs_repair: log when buffers fail CRC checks even if...
2024-06-03  Darrick J.... xfs_scrub: upload clean bills of health
2024-06-03  Darrick J.... xfs_scrub: use multiple threads to run in-kernel metada...
2024-06-03  Darrick J.... xfs_scrub: update health status if we get a clean bill...
2024-06-03  Darrick J.... xfs_scrub: check file link counts
2024-06-03  Darrick J.... xfs_scrub: implement live quotacheck inode scan
2024-06-03  Darrick J.... xfs_spaceman: report health of inode link counts
2024-06-03  Darrick J.... xfs_spaceman: report the health of quota counts
2024-06-03  Darrick J.... libxfs: add a realtime flag to the bmap update log...
2024-06-03  Darrick J.... libxfs: add a xattr_entry helper
2024-06-03  Darrick J.... libxfs: reuse xfs_bmap_update_cancel_item
2024-06-03  Darrick J.... libxfs: add a bi_entry helper
2024-06-03  Darrick J.... libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
2024-06-03  Dave Chinnerxfs: allow sunit mount option to repair bad primary...
2024-06-03  Dave Chinnerxfs: shrink failure needs to hold AGI buffer
2024-06-03  Dave Chinnerxfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
2024-06-03  Darrick J.... xfs: move symlink target write function to libxfs
2024-06-03  Darrick J.... xfs: move remote symlink target read function to libxfs
2024-06-03  Darrick J.... xfs: move xfs_symlink_remote.c declarations to xfs_syml...
2024-06-03  Darrick J.... xfs: xfs_bmap_finish_one should map unwritten extents...
2024-06-03  Darrick J.... xfs: support deferred bmap updates on the attr fork
2024-06-03  Darrick J.... xfs: add a realtime flag to the bmap update log redo...
2024-06-03  Darrick J.... xfs: fix xfs_bunmapi to allow unmapping of partial...
2024-06-03  Darrick J.... xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
2024-06-03  Darrick J.... xfs: clean up bmap log intent item tracepoint callsites
2024-06-03  Darrick J.... xfs: hook live rmap operations during a repair operation
2024-06-03  Darrick J.... xfs: create a shadow rmap btree during rmap repair
2024-06-03  Darrick J.... xfs: repair the rmapbt
2024-06-03  Darrick J.... xfs: create a helper to decide if a file mapping target...
2024-06-03  Darrick J.... xfs: launder in-memory btree buffers before transaction...
2024-06-03  Darrick J.... xfs: support in-memory btrees
2024-06-03  Christoph Hellwigxfs: add a xfs_btree_ptrs_equal helper
2024-06-03  Darrick J.... libxfs: support in-memory buffer cache targets
2024-06-03  Darrick J.... xfs: teach buftargs to maintain their own buffer hashtable
2024-06-03  Darrick J.... libxfs: partition memfd files to avoid using too many fds
2024-06-03  Darrick J.... libxfs: add xfile support
2024-06-03  Darrick J.... libxfs: teach buftargs to maintain their own buffer...
2024-06-03  Christoph Hellwigxfs: move and rename xfs_btree_read_bufl
2024-06-03  Christoph Hellwigxfs: remove xfs_btree_reada_bufs
2024-06-03  Christoph Hellwigxfs: remove xfs_btree_reada_bufl
2024-06-03  Christoph Hellwigxfs: factor out a __xfs_btree_check_lblock_hdr helper
2024-06-03  Christoph Hellwigxfs: rename btree helpers that depends on the block...
2024-06-03  Christoph Hellwigxfs: consolidate btree block verification
2024-06-03  Christoph Hellwigxfs: tighten up validation of root block in inode forks
2024-06-03  Christoph Hellwigxfs: remove the crc variable in __xfs_btree_check_lblock
2024-06-03  Christoph Hellwigxfs: misc cleanups for __xfs_btree_check_sblock
2024-06-03  Christoph Hellwigxfs: consolidate btree ptr checking
2024-06-03  Christoph Hellwigxfs: open code xfs_btree_check_lptr in xfs_bmap_btree_t...
2024-06-03  Christoph Hellwigxfs: simplify xfs_btree_check_lblock_siblings
2024-06-03  Christoph Hellwigxfs: simplify xfs_btree_check_sblock_siblings
2024-06-03  Christoph Hellwigxfs: remove xfs_btnum_t
2024-06-03  Christoph Hellwigxfs: pass a 'bool is_finobt' to xfs_inobt_insert
2024-06-03  Christoph Hellwigxfs: split xfs_inobt_init_cursor
2024-06-03  Christoph Hellwigxfs: split xfs_inobt_insert_sprec
2024-06-03  Christoph Hellwigxfs: remove the btnum argument to xfs_inobt_count_blocks
2024-06-03  Christoph Hellwigxfs: remove xfs_inobt_cur
2024-06-03  Christoph Hellwigxfs: split xfs_allocbt_init_cursor
2024-06-03  Christoph Hellwigxfs: add a sick_mask to struct xfs_btree_ops
2024-06-03  Christoph Hellwigxfs: add a name field to struct xfs_btree_ops
2024-06-03  Christoph Hellwigxfs: split the agf_roots and agf_levels arrays
2024-06-03  Christoph Hellwigxfs: remove xfs_bmbt_stage_cursor
2024-06-03  Christoph Hellwigxfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
2024-06-03  Darrick J.... xfs: make staging file forks explicit
2024-06-03  Christoph Hellwigxfs: make full use of xfs_btree_stage_ifakeroot in...
2024-06-03  Christoph Hellwigxfs: remove xfs_rmapbt_stage_cursor
2024-06-03  Christoph Hellwigxfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_c...
2024-06-03  Christoph Hellwigxfs: remove xfs_refcountbt_stage_cursor
2024-06-03  Christoph Hellwigxfs: fold xfs_refcountbt_init_common into xfs_refcountb...
2024-06-03  Christoph Hellwigxfs: remove xfs_inobt_stage_cursor
2024-06-03  Christoph Hellwigxfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
2024-06-03  Christoph Hellwigxfs: remove xfs_allocbt_stage_cursor
2024-06-03  Christoph Hellwigxfs: fold xfs_allocbt_init_common into xfs_allocbt_init...
2024-06-03  Christoph Hellwigxfs: don't override bc_ops for staging btrees
2024-06-03  Christoph Hellwigxfs: add a xfs_btree_init_ptr_from_cur
2024-06-03  Christoph Hellwigxfs: move comment about two 2 keys per pointer in the...
2024-06-03  Darrick J.... xfs: create predicate to determine if cursor is at...
2024-06-03  Christoph Hellwigxfs: split the per-btree union in struct xfs_btree_cur
2024-06-03  Christoph Hellwigxfs: split out a btree type from the btree ops geometry...
2024-06-03  Darrick J.... xfs: store the btree pointer length in struct xfs_btree_ops
2024-06-03  Darrick J.... xfs: factor out a btree block owner check
2024-06-03  Darrick J.... xfs: factor out a xfs_btree_owner helper
2024-06-03  Christoph Hellwigxfs: move the btree stats offset into struct btree_ops
2024-06-03  Darrick J.... xfs: move lru refs to the btree ops structure
2024-06-03  Darrick J.... xfs: set btree block buffer ops in _init_buf
2024-06-03  Darrick J.... xfs: remove the unnecessary daddr paramter to _init_block
2024-06-03  Darrick J.... xfs: btree convert xfs_btree_init_block to xfs_btree_in...
2024-06-03  Darrick J.... xfs: rename btree block/buffer init functions
next