public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 23:11:44 to 2026-02-20 17:17:31 UTC [more...]

[PATCH] debian: Drop Uploader: Bastian Germann
 2026-02-20 17:17 UTC 

[syzbot] [iomap?] WARNING in ifs_free
 2026-02-20 17:07 UTC  (4+ messages)

[PATCH v3 00/35] fs-verity support for XFS with post EOF merkle tree
 2026-02-20 16:44 UTC  (56+ messages)
` [PATCH v3 03/35] fsverity: add consolidated pagecache offset for metadata
` [PATCH v3 04/35] fsverity: generate and store zero-block hash
` [PATCH v3 05/35] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v3 06/35] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v3 07/35] iomap: introduce IOMAP_F_FSVERITY
` [PATCH v3 08/35] iomap: don't limit fsverity metadata by EOF in writeback
` [PATCH v3 11/35] iomap: allow filesystem to read fsverity metadata beyound EOF
` [PATCH v3 20/35] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v3 21/35] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v3 25/35] xfs: add helpers to convert between pagecache and on-disk offset
` [PATCH v3 26/35] xfs: add a helper to decide if bmbt record needs offset conversion
` [PATCH v3 27/35] xfs: use different on-disk and pagecache offset for fsverity
` [PATCH v3 28/35] xfs: add fs-verity support
` [PATCH v3 33/35] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v3 34/35] xfs: add fsverity traces

[PATCHSET 2/2] xfsprogs: various bug fixes for 6.19
 2026-02-20 16:44 UTC  (10+ messages)
` [PATCH 1/6] mkfs: set rtstart from user-specified dblocks
` [PATCH 2/6] xfs_logprint: print log data to the screen in host-endian order
` [PATCH 3/6] mkfs: quiet down warning about insufficient write zones
` [PATCH 4/6] xfs_mdrestore: fix restoration on filesystems with 4k sectors
` [PATCH 5/6] debian: don't explicitly reload systemd from postinst
` [PATCH 6/6] xfs_scrub_all: fix non-service-mode arguments to xfs_scrub

[PATCHSET 1/2] xfsprogs: new libxfs code from kernel 6.19
 2026-02-20 16:43 UTC  (16+ messages)
` [PATCH 01/12] xfs: error tag to force zeroing on debug kernels
` [PATCH 02/12] xfs: use blkdev_report_zones_cached()
` [PATCH 03/12] xfs: add a xfs_groups_to_rfsbs helper
` [PATCH 04/12] xfs: use a lockref for the xfs_dquot reference count
` [PATCH 05/12] xfs: add a XLOG_CYCLE_DATA_SIZE constant
` [PATCH 06/12] xfs: remove xlog_in_core_2_t
` [PATCH 07/12] xfs: remove the xlog_rec_header_t typedef
` [PATCH 08/12] xfs: remove xarray mark for reclaimable zones
` [PATCH 09/12] xfs: validate that zoned RT devices are zone aligned
` [PATCH 10/12] xfs: mark __xfs_rtgroup_extents static
` [PATCH 11/12] xfs: fix an overly long line in xfs_rtgroup_calc_geometry
` [PATCH 12/12] xfs: set max_agbno to allow sparse alloc of last full inode chunk

xfs: Add support for multi rtgroup shrink+removal
 2026-02-20 16:15 UTC  (30+ messages)
` [RFC v1 0/4] xfs: Add support to shrink multiple empty rtgroups
  ` [RFC v1 1/4] xfs: Re-introduce xg_active_wq field in struct xfs_group
  ` [RFC v1 2/4] xfs: Introduce xfs_rtginodes_ensure_all()
  ` [RFC v1 3/4] xfs: Add a new state for shrinking
  ` [RFC v1 4/4] xfs: Add support to shrink multiple empty realtime groups
` [PATCH v1] xfs_growfs: Allow shrink of realtime XFS
` [PATCH v1 0/7] Add multi rtgroup grow and shrink tests
  ` [PATCH v1 1/7] xfs: Introduce _require_realtime_xfs_{shrink,grow} pre-condition
  ` [PATCH v1 2/7] xfs: Introduce helpers to count the number of bitmap and summary inodes
  ` [PATCH v1 3/7] xfs: Add realtime group grow tests
  ` [PATCH v1 4/7] xfs: Add multi rt group grow + shutdown + recovery tests
  ` [PATCH v1 5/7] xfs: Add realtime group shrink tests
  ` [PATCH v1 6/7] xfs: Add multi rt group shrink + shutdown + recovery tests
  ` [PATCH v1 7/7] xfs: Add parallel back to back grow/shrink tests

Processed: forcibly merging 1116595 1128087
 2026-02-20 15:57 UTC 

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-02-20 15:10 UTC  (15+ messages)

[PATCH v4] xfs: Fix error pointer dereference
 2026-02-20 10:01 UTC  (2+ messages)

[PATCH v3] xfs: Fix error pointer dereference
 2026-02-20 10:00 UTC  (3+ messages)

[PATCH] xfs: convert alloc_workqueue users to WQ_UNBOUND
 2026-02-20  9:29 UTC  (9+ messages)

[PATCH v4 0/4] xfs: Misc changes to XFS realtime
 2026-02-20  6:54 UTC  (5+ messages)
` [PATCH v4 1/4] xfs: Fix xfs_last_rt_bmblock()
` [PATCH v4 2/4] xfs: Add a comment in xfs_log_sb()
` [PATCH v4 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock()
` [PATCH v4 4/4] xfs: Add comments for usages of some macros

[PATCH v3 0/4] xfs: Misc changes to XFS realtime
 2026-02-20  6:38 UTC  (11+ messages)
` [PATCH v3 1/4] xfs: Fix xfs_last_rt_bmblock()
` [PATCH v3 2/4] xfs: Add a comment in xfs_log_sb()
` [PATCH v3 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock()
` [PATCH v3 4/4] xfs: Add comments for usages of some macros

[PATCHSET v2 2/2] fs: bug fixes for 7.0
 2026-02-20  1:02 UTC  (3+ messages)
` [PATCH 1/2] fsnotify: drop unused helper
` [PATCH 2/2] fserror: fix lockdep complaint when igrabbing inode

[PATCHSET v2 1/2] xfs: bug fixes for 7.0
 2026-02-20  1:01 UTC  (7+ messages)
` [PATCH 1/6] xfs: fix copy-paste error in previous fix
` [PATCH 2/6] xfs: fix xfs_group release bug in xfs_verify_report_losses
` [PATCH 3/6] xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
` [PATCH 4/6] xfs: fix potential pointer access race in xfs_healthmon_get
` [PATCH 5/6] xfs: don't report metadata inodes to fserror
` [PATCH 6/6] xfs: don't report half-built "

[PATCHSET] fs: bug fixes for 7.0
 2026-02-20  0:55 UTC  (10+ messages)
` [PATCH 1/2] fsnotify: drop unused helper
` [PATCH 2/2] fserror: fix lockdep complaint when igrabbing inode

[PATCHSET 1/2] xfs: bug fixes for 7.0
 2026-02-19 22:02 UTC  (23+ messages)
` [PATCH 1/6] xfs: fix copy-paste error in previous fix
` [PATCH 2/6] xfs: fix xfs_group release bug in xfs_verify_report_losses
` [PATCH 3/6] "
` [PATCH 4/6] xfs: fix potential pointer access race in xfs_healthmon_get
` [PATCH 5/6] xfs: don't report metadata inodes to fserror
` [PATCH 6/6] xfs: don't report half-built "

[PATCH] xfs: Fix error pointer dereference
 2026-02-19 16:46 UTC  (7+ messages)

[PATCH v2 0/4] xfs: Misc changes to XFS realtime
 2026-02-19 14:50 UTC  (9+ messages)
` [PATCH v2 1/4] xfs: Fix xfs_last_rt_bmblock()
` [PATCH v2 2/4] xfs: Add a comment in xfs_log_sb()
` [PATCH v2 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock()
` [PATCH v2 4/4] xfs: Add comments for usages of some macros

[PATCH 0/1] mkfs.xfs fix sunit size on 512e and 4kN disks
 2026-02-19 13:32 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-19 13:14 UTC  (3+ messages)
` [PATCH v8 08/17] ext4: Report case sensitivity in fileattr_get

[PATCHSET 2/2] fs: bug fixes for 7.0
 2026-02-19  9:13 UTC  (5+ messages)
` [PATCH 1/2] fsnotify: drop unused helper
` [PATCH 2/2] fserror: fix lockdep complaint when igrabbing inode

support file system generated / verified integrity information v3
 2026-02-19  7:17 UTC  (3+ messages)
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx

[PATCH v1 0/4] xfs: Misc changes to XFS realtime
 2026-02-19  7:09 UTC  (10+ messages)
` [PATCH v1 2/4] xfs: Update sb_frextents when lazy count is set

inconsistent lock state in the new fserror code
 2026-02-19  5:59 UTC  (8+ messages)

[PATCH v2] xfs: Fix error pointer dereference
 2026-02-19  5:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox