]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-06-17  Bill O'Donnellxfs_repair: correct type of variable global_msgs.interv...
2024-06-17  Bill O'Donnellxfs_fsr: correct type in fsrprintf() call
2024-06-17  Bill O'Donnellxfs_db: fix unitialized automatic struct ifake to 0.
2024-06-17  Bill O'Donnellmkfs.xfs: avoid potential overflowing expression in...
2024-06-17  Eric Sandeenxfsprogs: remove platform_zero_range wrapper
2024-06-17  Eric Biggersxfs_io: fix mread with length 1 mod page size
2024-06-17  Darrick J.... xfs_repair: detect null buf passed to duration
2024-06-17  Bastian Germannxfs_io: make MADV_SOFT_OFFLINE conditional
2024-06-17  Carlos MaiolinoMerge tag 'mkfs-cleanups-6.9_2024-06-03' of https:...
2024-06-17  Carlos MaiolinoMerge tag 'repair-refcount-scalability-6.9_2024-06...
2024-06-17  Carlos MaiolinoMerge tag 'repair-use-in-memory-btrees-6.9_2024-06...
2024-06-17  Carlos MaiolinoMerge tag 'repair-fixes-6.9_2024-06-03' of https:/...
2024-06-17  Carlos MaiolinoMerge tag 'scrub-fixes-6.9_2024-06-03' of https://git...
2024-06-17  Carlos MaiolinoMerge tag 'spaceman-updates-6.9_2024-06-03' of https...
2024-06-17  Carlos MaiolinoMerge tag 'realtime-bmap-intents-6.9_2024-06-03' of...
2024-06-17  Carlos MaiolinoMerge tag 'bmap-intent-cleanups-6.9_2024-06-03' of...
2024-06-17  Carlos MaiolinoMerge tag 'libxfs-sync-6.9_2024-06-03' of https://git...
2024-06-17  Carlos MaiolinoMerge tag 'libxfs-6.9-sync-prep_2024-06-03' of https...
2024-06-03  Darrick J.... mkfs: use libxfs to create symlinks
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: remove the old rmap collection slabs
2024-06-03  Darrick J.... xfs_repair: check num before bplist[num]
2024-06-03  Darrick J.... xfs_scrub: upload clean bills of health
2024-06-03  Darrick J.... xfs_spaceman: report health of inode link counts
2024-06-03  Darrick J.... xfs_repair: port to the new refcount bag structure
2024-06-03  Darrick J.... xfs_repair: reduce rmap bag memory usage when creating...
2024-06-03  Darrick J.... xfs_repair: log when buffers fail CRC checks even if...
2024-06-03  Darrick J.... xfs_scrub: use multiple threads to run in-kernel metada...
2024-06-03  Darrick J.... xfs_repair: create refcount bag
2024-06-03  Darrick J.... xfs_repair: compute refcount data from in-memory rmap...
2024-06-03  Darrick J.... xfs_scrub: update health status if we get a clean bill...
2024-06-03  Darrick J.... xfs_repair: define an in-memory btree for storing refco...
2024-06-03  Darrick J.... xfs_repair: verify on-disk rmap btrees with in-memory...
2024-06-03  Darrick J.... xfs_scrub: check file link counts
2024-06-03  Darrick J.... xfs_repair: convert regular rmap repair to use in-memor...
2024-06-03  Darrick J.... xfs_scrub: implement live quotacheck inode scan
2024-06-03  Christoph Hellwiglibxfs: provide a kernel-compatible kasprintf
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  Dave Chinnerxfs: allow sunit mount option to repair bad primary...
2024-06-03  Darrick J.... xfs_spaceman: report the health of quota counts
2024-06-03  Darrick J.... libxfs: reuse xfs_bmap_update_cancel_item
2024-06-03  Dave Chinnerxfs: shrink failure needs to hold AGI buffer
2024-06-03  Darrick J.... libxfs: add a bi_entry helper
2024-06-03  Dave Chinnerxfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
2024-06-03  Darrick J.... libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
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...
next