Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-02 05:59:58 to 2026-09-04 06:48:05 UTC [more...]

[PATCHSET] xfs: LLM-inspired bug fixes, part 11
 2026-09-04  6:48 UTC  (8+ messages)
` [PATCH 1/6] xfs: snapshot scrub stats when rendering them
` [PATCH 2/6] xfs: report healthy filesystem events in scrub stats
` [PATCH 3/6] xfs: report runtime failures in scrub
` [PATCH 4/6] xfs: remove redundant function declaration
` [PATCH 5/6] xfs: snapshot old AGFL before rewriting it
` [PATCH 6/6] xfs: bail out on bitmap errors in xrep_agfl_fill

[PATCH 0/5] xfs: remove leftover dead declarations in headers
 2026-09-04  6:24 UTC  (7+ messages)
` [PATCH 1/5] xfs: remove unused xlog_assign_tail_lsn declarations
` [PATCH 2/5] xfs: remove unused xfs_iext_realloc declaration
` [PATCH 3/5] xfs: remove unused xfs_buf_iodone declaration
` [PATCH 4/5] xfs: remove unused kmem_to_page helper
` [PATCH 5/5] xfs: remove never-implemented scrub declarations

[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
 2026-09-04  6:14 UTC  (4+ messages)
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems

[PATCHSET v2] xfsprogs: generate mkfs.xfs config files
 2026-09-04  3:29 UTC  (10+ messages)
` [PATCH 1/8] mkfs: automatically upgrade autofsck earlier
` [PATCH 2/8] mkfs: print config file for a given mkfs configuration
` [PATCH 3/8] xfs_db: print configuration file for mounted filesystems
` [PATCH 4/8] xfs_spaceman: "
` [PATCH 5/8] makecfg: handle metadir quota options
` [PATCH 6/8] makecfg: handle old V4 options that are almost always on by default
` [PATCH 7/8] xfs_admin: print configuration file for mounted filesystems
` [PATCH 8/8] mkfs: allow specification of default options via configuration file

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-04  0:41 UTC  (22+ messages)
` [PATCH 1/4] xfs: remove dead kswapd flag inheritance from btree split worker
` [PATCH 2/4] iomap: simplify writepages reclaim guard
` [PATCH 3/4] mm: replace PF_KSWAPD flag with kthread_func() check
` [PATCH 4/4] mm: replace PF_KCOMPACTD "
  ` [PATCH] xfs: fix NOFS state corruption in btree split worker

[PATCHSET 2/2] xfsprogs: generate mkfs.xfs config files
 2026-09-03 21:49 UTC  (14+ messages)
` [PATCH 1/5] mkfs: automatically upgrade autofsck earlier
` [PATCH 2/5] mkfs: print config file for a given mkfs configuration
` [PATCH 3/5] xfs_db: print configuration file for mounted filesystems
` [PATCH 4/5] xfs_spaceman: "
` [PATCH 5/5] xfs_admin: "
` [PATCH RFC] xfs: test mkfs.xfs config file generation

[RFC PATCH 0/5] mm: sub-folio dirty tracking for PTE-mapped mmap writes
 2026-09-03 21:18 UTC  (8+ messages)
` [RFC PATCH 1/5] mm: let folio_mkclean() report which pages had dirty PTEs
` [RFC PATCH 2/5] mm: add a_ops->dirty_folio_range() and use the mkclean dirty harvest
` [RFC PATCH 3/5] mm: keep the mmap dirty range down to the faulting page
` [RFC PATCH 4/5] iomap: narrow page_mkwrite() dirtying "
` [RFC PATCH 5/5] xfs: track mmap dirty state per block

[PATCH 0/2 V2] xfs_repair: improve caching in the face of ENOMEM
 2026-09-03 18:42 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: distinguish true ENOMEM from "not found" in cache_node_get
` [PATCH 2/2] xfs_repair: do not allow cache growth to overflow

[PATCH v3 0/4] xfs: fix a couple sparse chunk alloc problems
 2026-09-03 16:58 UTC  (6+ messages)
` [PATCH v3 1/4] xfs: set minleft correctly for sparse chunk errortag allocation
` [PATCH v3 2/4] xfs: support additional levels in the agfl minimum calculation
  ` [External] : "
` [PATCH v3 3/4] xfs: calculate AGFL max to support multiple-alloc transactions
` [PATCH v3 4/4] xfs: incorporate increased AGFL min requirement for minleft allocs

[PATCH V2 00/38] XFS: Atomic multi-extent operations via rolling transactions
 2026-09-03 13:57 UTC  (10+ messages)
` [PATCH 01/38] xfs: fix dirty transaction cancellation in xfs_bmapi_convert_one_delalloc
  ` [External] : "
` [PATCH 02/38] xfs: fix dirty transaction cancellation in xfs_attr_set
  ` [External] : "
` [PATCH 03/38] xfs: fix isize update in xfs_iomap_write_unwritten to track conversion progress
  ` [External] : "
` [PATCH 04/38] xfs: fix block reservation for zoned RT extent remapping
  ` [External] : "
` [External] : [PATCH V2 00/38] XFS: Atomic multi-extent operations via rolling transactions

[PATCH v2 00/23] xfsprogs: libxfs sync for v7.2
 2026-09-03 11:40 UTC  (24+ messages)
` [PATCH v2 01/23] libxfs: convert diff_items helpers to cmp_int
` [PATCH v2 02/23] xfs: Report case sensitivity in fileattr_get
` [PATCH v2 03/23] xfs: fix exchmaps reservation limit check
` [PATCH v2 04/23] xfs: add a XFS_INODE_TO_AGNO helper
` [PATCH v2 05/23] xfs: add a XFS_INODE_TO_AGINO helper
` [PATCH v2 06/23] xfs: add a XFS_INO_TO_FSB helper
` [PATCH v2 07/23] xfs: add a xfs_rmap_inode_bmbt_owner
` [PATCH v2 08/23] xfs: add a xfs_rmap_inode_owner helper
` [PATCH v2 09/23] xfs: remove the i_ino field in struct xfs_inode
` [PATCH v2 10/23] xfs: cleanup xfs_imap
` [PATCH v2 11/23] xfs: remove im_len field in struct xfs_imap
` [PATCH v2 12/23] xfs: massage xfs_imap_to_bp into xfs_read_icluster
` [PATCH v2 13/23] xfs: store an agbno in struct xfs_imap
` [PATCH v2 14/23] xfs: mark struct xfs_imap as __packed
` [PATCH v2 15/23] xfs: fix pointer arithmetic error on 32-bit systems
` [PATCH v2 16/23] xfs: pass back updated nb from xfs_growfs_compute_deltas
` [PATCH v2 17/23] xfs: cleanup xfs_growfs_compute_deltas
` [PATCH v2 18/23] xfs: move XFS_LSN_CMP to xfs_log_format.h
` [PATCH v2 19/23] xfs: fix memory leak in xfs_dqinode_metadir_create()
` [PATCH v2 20/23] xfs: fix null pointer dereference in tracepoint
` [PATCH v2 21/23] xfs: fix off-by-one in rtrefcount btree root level validation
` [PATCH v2 22/23] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
` [PATCH v2 23/23] xfs: check v5 superblock features early

[PATCHSET 1/2] xfsprogs: various bug fixes for 7.2
 2026-09-03  9:44 UTC  (3+ messages)
` [PATCH 1/1] xfs_scrub: terminate systemd services if the sysadmin unmounts

[PATCH 00/21] xfsprogs: libxfs sync for v7.2
 2026-09-03  8:31 UTC  (3+ messages)

[ANNOUNCE V2] xfs-linux: for-next rebased to c44f3db4f4c0
 2026-09-03  6:58 UTC 

[PATCHSET] xfs: LLM-inspired bug fixes, part 10
 2026-09-03  6:11 UTC  (13+ messages)
` [PATCH 1/6] xfs: cross-reference the rtgroup superblock extent, not block
` [PATCH 2/6] xfs: use the rtgroup extent count to find rtrefcount gaps
` [PATCH 3/6] xfs: strengthen the "is cow staging" helpers in scrub
` [PATCH 4/6] xfs: fix rtrefcount btree block counting "
` [PATCH 5/6] xfs: make the rtsummary repair fix the file size too
` [PATCH 6/6] xfs: count escaped corruption errors in scrub stats

[PATCH v2] xfs: release alleged child inode on metapath unlink error
 2026-09-03  6:06 UTC  (3+ messages)

[PATCH v2] xfs: mark slab-allocated xfs_buf backing memory as __GFP_RECLAIMABLE
 2026-09-03  6:06 UTC  (2+ messages)

[PATCH] xfs: fix reclaimed page accounting in xfs_buf_free
 2026-09-03  6:06 UTC  (2+ messages)

[PATCHSET v2 1/2] xfs: LLM-inspired bug fixes, part 7
 2026-09-03  6:06 UTC  (2+ messages)

[PATCH v3 0/6] xfs: fix filesystem shutdown from parent pointer reservation underflow
 2026-09-03  6:06 UTC  (2+ messages)

improve log context annotations
 2026-09-03  6:06 UTC  (2+ messages)

xfs ioctl handler cleanups
 2026-09-03  6:06 UTC  (3+ messages)
` [PATCH 01/16] xfs: remove an outdated comment above xfs_file_ioctl

[PATCH v3] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
 2026-09-03  6:05 UTC  (2+ messages)

[PATCH] xfs: prevent race in zoned space reservations
 2026-09-03  6:05 UTC  (2+ messages)

[PATCH] xfs: fix media verification ioctl for internal rt volumes
 2026-09-03  6:05 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next rebased to f7cc83204d79
 2026-09-03  6:05 UTC 

[PATCHSET 5/5] xfs: LLM-inspired bug fixes, part 9
 2026-09-03  5:49 UTC  (15+ messages)
` [PATCH 1/5] xfs: signal inode btree xref error if get_rec returns an error
` [PATCH 2/5] xfs: truncate quota file correctly when repairing quota file
` [PATCH 3/5] xfs: compute dquot checksum after resetting dd_lsn in repair
  ` [PATCH v1.1 "
` [PATCH 4/5] xfs: fix backwards skipping logic in xrep_quota_block
` [PATCH 5/5] xfs: fix backwards mergeability logic in refcount scrubber

fix and then optimize cache flushes for the RT device
 2026-09-03  5:44 UTC  (14+ messages)
` [PATCH 1/6] xfs: also flush the RT device cache in xlog_write_iclog
` [PATCH 2/6] xfs: don't continue on error in xfs_fsync
` [PATCH 3/6] xfs: clean up xfs_fsync_flush_log a bit
` [PATCH 4/6] xfs: avoid extra cache flushes for multi-device file systems in xfs_fsync
` [PATCH 5/6] xfs: optimize cache flushing for CIL commits on multi-device file systems
` [PATCH 6/6] xfs: flush multiple device caches in parallel in xlog_write_iclog

[PATCH] libxfs: report device open errors during topology probing
 2026-09-03  5:35 UTC  (6+ messages)

[PATCHSET v3 4/5] xfs: LLM-inspired bug fixes, part 8
 2026-09-03  3:02 UTC  (8+ messages)
` [PATCH 1/8] xfs: always set xfs_healthmon::first_event when inserting at front of list
` [PATCH 2/8] xfs: move healthmon event merge tracepoint
` [PATCH 3/8] xfs: port healthmon event list to list_head

[PATCH 0/9] xfsprogs: add xfs_repair -R --- log replay
 2026-09-02 23:57 UTC  (9+ messages)
` [PATCH 6/9] libxfs-diff: also compare libxlog against the kernel
` [PATCH 5/9] libxlog: import the kernel's log recovery, log items and AIL
` [PATCH 8/9] xfs_repair: add -R to replay a dirty log before repairing

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-02 19:34 UTC  (61+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

lazy bounce buffering for checksummed reads V2
 2026-09-02 18:26 UTC  (7+ messages)
` [PATCH 09/17] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 14/17] xfs: add support for lazy direct read bounce buffering
` [PATCH 15/17] xfs: add error injection for lazy "

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-09-02 17:45 UTC  (4+ messages)
` (subset) "

[QUESTION] xfs: Can we remove flush_workqueue from xlog_cil_push_now?
 2026-09-02 16:50 UTC  (5+ messages)

[PATCH] xfs: basic functional testing of media verification command
 2026-09-02 15:20 UTC  (3+ messages)

[PATCH v4 0/6] xfs write streams
 2026-09-02 14:05 UTC  (9+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls

[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-02 10:47 UTC  (3+ messages)

[PATCHSET v2 2/5] xfs: LLM-inspired bug fixes, part 6
 2026-09-02  7:13 UTC  (3+ messages)
` [PATCH 5/6] xfs: don't modify file attributes or poke fsnotify for dry runs


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