Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 03:37:48 to 2024-03-27 01:46:34 UTC [more...]

[PATCHBOMB v30] xfs: online fsck patches for 6.10
 2024-03-27  1:46 UTC  (2+ messages)
` [PATCHSET 01/15] xfs: bug fixes for 6.9

[PATCH 6.6 00/24] xfs backports for 6.6.y (from 6.8)
 2024-03-27  0:12 UTC  (25+ messages)
` [PATCH 6.6 01/24] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCH 6.6 02/24] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 6.6 03/24] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 6.6 04/24] xfs: don't leak recovered attri intent items
` [PATCH 6.6 05/24] xfs: use xfs_defer_pending objects to recover "
` [PATCH 6.6 06/24] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 6.6 07/24] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 6.6 08/24] xfs: make rextslog computation consistent with mkfs
` [PATCH 6.6 09/24] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 6.6 10/24] xfs: don't allow overly small or large realtime volumes
` [PATCH 6.6 11/24] xfs: make xchk_iget safer in the presence of corrupt inode btrees
` [PATCH 6.6 12/24] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 6.6 13/24] xfs: recompute growfsrtfree transaction reservation while growing rt volume
` [PATCH 6.6 14/24] xfs: fix an off-by-one error in xreap_agextent_binval
` [PATCH 6.6 15/24] xfs: force all buffers to be written during btree bulk load
` [PATCH 6.6 16/24] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 6.6 17/24] xfs: initialise di_crc in xfs_log_dinode
` [PATCH 6.6 18/24] xfs: short circuit xfs_growfs_data_private() if delta is zero
` [PATCH 6.6 19/24] xfs: add lock protection when remove perag from radix tree
` [PATCH 6.6 20/24] xfs: fix perag leak when growfs fails
` [PATCH 6.6 21/24] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 6.6 22/24] xfs: update dir3 leaf block metadata after swap
` [PATCH 6.6 23/24] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 6.6 24/24] xfs: remove conditional building of rt geometry validator functions

[PATCH] debian: fix package configuration after removing platform_defs.h.in
 2024-03-26 19:27 UTC  (2+ messages)

[PATCHSET 04/18] xfsprogs: bug fixes for 6.8
 2024-03-26 17:31 UTC  (14+ messages)
` [PATCH 2/5] xfs_db: fix alignment checks in getbitval
` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
` [PATCH 5/5] xfs_io: add linux madvise advice codes

[PATCH v2] xfs: compile out v4 support if disabled
 2024-03-26 17:24 UTC  (4+ messages)

[PATCHSET v29.4 17/18] xfs_repair: reduce refcount repair memory usage
 2024-03-26 17:22 UTC  (10+ messages)
` [PATCH 1/4] xfs_repair: define an in-memory btree for storing refcount bag info
` [PATCH 2/4] xfs_repair: create refcount bag
` [PATCH 3/4] xfs_repair: port to the new refcount bag structure
` [PATCH 4/4] xfs_repair: remove the old bag implementation

[PATCHSET v29.4 16/18] xfs_repair: use in-memory rmap btrees
 2024-03-26 17:22 UTC  (13+ messages)
` [PATCH 1/5] xfs_repair: convert regular rmap repair to use in-memory btrees
` [PATCH 2/5] xfs_repair: verify on-disk rmap btrees with in-memory btree data
` [PATCH 3/5] xfs_repair: compute refcount data from in-memory rmap btrees
` [PATCH 4/5] xfs_repair: reduce rmap bag memory usage when creating refcounts
` [PATCH 5/5] xfs_repair: remove the old rmap collection slabs

[PATCHSET v29.4 18/18] mkfs: cleanups for 6.9
 2024-03-26 17:08 UTC  (4+ messages)
` [PATCH 1/1] mkfs: use libxfs to create symlinks

[PATCHBOMB v2] xfsprogs: everything headed towards 6.9
 2024-03-26 17:06 UTC  (91+ messages)
` [PATCHSET V2 05/18] xfsprogs: fix log sector size detection
` [PATCHSET 11/18] libxfs: sync with 6.9
  ` [PATCH 036/110] xfs: extern some btree ops structures
  ` [PATCH 037/110] xfs: initialize btree blocks using btree_ops structure
  ` [PATCH 038/110] xfs: rename btree block/buffer init functions
  ` [PATCH 039/110] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
  ` [PATCH 040/110] xfs: remove the unnecessary daddr paramter to _init_block
  ` [PATCH 041/110] xfs: set btree block buffer ops in _init_buf
  ` [PATCH 042/110] xfs: move lru refs to the btree ops structure
  ` [PATCH 043/110] xfs: move the btree stats offset into struct btree_ops
  ` [PATCH 044/110] xfs: factor out a xfs_btree_owner helper
  ` [PATCH 045/110] xfs: factor out a btree block owner check
  ` [PATCH 046/110] xfs: store the btree pointer length in struct xfs_btree_ops
  ` [PATCH 047/110] xfs: split out a btree type from the btree ops geometry flags
  ` [PATCH 048/110] xfs: split the per-btree union in struct xfs_btree_cur
  ` [PATCH 049/110] xfs: create predicate to determine if cursor is at inode root level
  ` [PATCH 050/110] xfs: move comment about two 2 keys per pointer in the rmap btree
  ` [PATCH 051/110] xfs: add a xfs_btree_init_ptr_from_cur
  ` [PATCH 052/110] xfs: don't override bc_ops for staging btrees
  ` [PATCH 053/110] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
  ` [PATCH 054/110] xfs: remove xfs_allocbt_stage_cursor
  ` [PATCH 055/110] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
  ` [PATCH 056/110] xfs: remove xfs_inobt_stage_cursor
  ` [PATCH 057/110] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
  ` [PATCH 058/110] xfs: remove xfs_refcountbt_stage_cursor
  ` [PATCH 059/110] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
  ` [PATCH 060/110] xfs: remove xfs_rmapbt_stage_cursor
  ` [PATCH 061/110] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
  ` [PATCH 062/110] xfs: make staging file forks explicit
  ` [PATCH 063/110] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
  ` [PATCH 064/110] xfs: remove xfs_bmbt_stage_cursor
  ` [PATCH 065/110] xfs: split the agf_roots and agf_levels arrays
  ` [PATCH 066/110] xfs: add a name field to struct xfs_btree_ops
  ` [PATCH 067/110] xfs: add a sick_mask "
  ` [PATCH 068/110] xfs: split xfs_allocbt_init_cursor
  ` [PATCH 069/110] xfs: remove xfs_inobt_cur
  ` [PATCH 070/110] xfs: remove the btnum argument to xfs_inobt_count_blocks
  ` [PATCH 071/110] xfs: split xfs_inobt_insert_sprec
  ` [PATCH 072/110] xfs: split xfs_inobt_init_cursor
  ` [PATCH 073/110] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
  ` [PATCH 074/110] xfs: remove xfs_btnum_t
  ` [PATCH 075/110] xfs: simplify xfs_btree_check_sblock_siblings
  ` [PATCH 076/110] xfs: simplify xfs_btree_check_lblock_siblings
  ` [PATCH 077/110] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
  ` [PATCH 078/110] xfs: consolidate btree ptr checking
  ` [PATCH 079/110] xfs: misc cleanups for __xfs_btree_check_sblock
  ` [PATCH 080/110] xfs: remove the crc variable in __xfs_btree_check_lblock
  ` [PATCH 081/110] xfs: tighten up validation of root block in inode forks
  ` [PATCH 082/110] xfs: consolidate btree block verification
  ` [PATCH 083/110] xfs: rename btree helpers that depends on the block number representation
  ` [PATCH 084/110] xfs: factor out a __xfs_btree_check_lblock_hdr helper
  ` [PATCH 085/110] xfs: remove xfs_btree_reada_bufl
  ` [PATCH 086/110] xfs: remove xfs_btree_reada_bufs
  ` [PATCH 087/110] xfs: move and rename xfs_btree_read_bufl
  ` [PATCH 088/110] libxfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 089/110] libxfs: add xfile support
  ` [PATCH 090/110] libxfs: partition memfd files to avoid using too many fds
  ` [PATCH 091/110] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 092/110] libxfs: support in-memory buffer cache targets
  ` [PATCH 093/110] xfs: add a xfs_btree_ptrs_equal helper
  ` [PATCH 094/110] xfs: support in-memory btrees
  ` [PATCH 095/110] xfs: launder in-memory btree buffers before transaction commit
  ` [PATCH 096/110] xfs: create a helper to decide if a file mapping targets the rt volume
  ` [PATCH 097/110] xfs: repair the rmapbt
  ` [PATCH 098/110] xfs: create a shadow rmap btree during rmap repair
  ` [PATCH 099/110] xfs: hook live rmap operations during a repair operation
  ` [PATCH 100/110] xfs: clean up bmap log intent item tracepoint callsites
  ` [PATCH 101/110] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
  ` [PATCH 102/110] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
  ` [PATCH 103/110] xfs: add a realtime flag to the bmap update log redo items
  ` [PATCH 104/110] xfs: support deferred bmap updates on the attr fork
  ` [PATCH 105/110] xfs: xfs_bmap_finish_one should map unwritten extents properly
  ` [PATCH 106/110] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
  ` [PATCH 107/110] xfs: move remote symlink target read function to libxfs
  ` [PATCH 108/110] xfs: move symlink target write "
  ` [PATCH 109/110] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
  ` [PATCH 110/110] xfs: shrink failure needs to hold AGI buffer

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-26 16:38 UTC  (30+ messages)
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()

[PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
 2024-03-26 16:08 UTC  (6+ messages)
` [RFC PATCH 0/3] xfs: forced extent alignment
  ` [PATCH 1/3] xfs: simplify extent allocation alignment

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-26 15:22 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
 2024-03-26 15:10 UTC  (5+ messages)

bring back RT delalloc support v4
 2024-03-26  5:51 UTC  (7+ messages)
` [PATCH 04/11] xfs: split xfs_mod_freecounter
` [PATCH 09/11] xfs: rework splitting of indirect block reservations

[PATCHSET v29.4 15/18] xfs_scrub: updates for 6.9
 2024-03-26  5:45 UTC  (11+ messages)
` [PATCH 1/5] xfs_scrub: implement live quotacheck inode scan
` [PATCH 2/5] xfs_scrub: check file link counts
` [PATCH 3/5] xfs_scrub: update health status if we get a clean bill of health
` [PATCH 4/5] xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes
` [PATCH 5/5] xfs_scrub: upload clean bills of health

[PATCHSET v29.4 14/18] xfs_spaceman: updates for 6.9
 2024-03-26  5:43 UTC  (5+ messages)
` [PATCH 1/2] xfs_spaceman: report the health of quota counts
` [PATCH 2/2] xfs_spaceman: report health of inode link counts

[PATCHSET v29.4 13/18] xfsprogs: widen BUI formats to support realtime
 2024-03-26  5:42 UTC  (3+ messages)
` [PATCH 1/1] xfs: add a realtime flag to the bmap update log redo items

[PATCH 6.6 CANDIDATE 00/24] xfs backports for 6.6.y (from 6.8)
 2024-03-26  4:05 UTC  (2+ messages)

[PATCHSET v29.4 12/18] xfsprogs: bmap log intent cleanups
 2024-03-26  3:58 UTC  (5+ messages)
` [PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
` [PATCH 2/4] libxfs: add a bi_entry helper
` [PATCH 3/4] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 4/4] xfs: add a xattr_entry helper


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).