linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-18 19:17:55 to 2024-12-20 18:54:11 UTC [more...]

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-20 18:54 UTC  (19+ messages)
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages

Create xfs-stable@lists.linux.dev
 2024-12-20 18:37 UTC  (4+ messages)

[PATCHBOMB 6.14 v6.1] xfs: realtime rmap and reflink
 2024-12-20 15:01 UTC  (113+ messages)
` [PATCHSET 1/5] xfs: bug fixes for 6.13
  ` [PATCH 1/2] xfs: don't over-report free space or inodes in statvfs
  ` [PATCH 2/2] xfs: release the dquot buf outside of qli_lock
` [PATCHSET v6.1 2/5] xfs: refactor btrees to support records in inode root
  ` [PATCH 1/8] xfs: tidy up xfs_iroot_realloc
  ` [PATCH 2/8] xfs: refactor the inode fork memory allocation functions
  ` [PATCH 3/8] xfs: make xfs_iroot_realloc take the new numrecs instead of deltas
  ` [PATCH 4/8] xfs: make xfs_iroot_realloc a bmap btree function
  ` [PATCH 5/8] xfs: tidy up xfs_bmap_broot_realloc a bit
  ` [PATCH 6/8] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 7/8] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
  ` [PATCH 8/8] xfs: support storing records in the inode core root
` [PATCHSET v6.1 3/5] xfs: enable in-core block reservation for rt metadata
  ` [PATCH 1/2] xfs: prepare to reuse the dquot pointer space in struct xfs_inode
  ` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
` [PATCHSET v6.1 4/5] xfs: realtime reverse-mapping support
  ` [PATCH 01/37] xfs: add some rtgroup inode helpers
  ` [PATCH 02/37] xfs: prepare rmap btree cursor tracepoints for realtime
  ` [PATCH 03/37] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 04/37] xfs: introduce realtime rmap btree ondisk definitions
  ` [PATCH 05/37] xfs: realtime rmap btree transaction reservations
  ` [PATCH 06/37] xfs: add realtime rmap btree operations
  ` [PATCH 07/37] xfs: prepare rmap functions to deal with rtrmapbt
  ` [PATCH 08/37] xfs: add a realtime flag to the rmap update log redo items
  ` [PATCH 09/37] xfs: support recovering rmap intent items targetting realtime extents
  ` [PATCH 10/37] xfs: pretty print metadata file types in error messages
  ` [PATCH 11/37] xfs: support file data forks containing metadata btrees
  ` [PATCH 12/37] xfs: add realtime reverse map inode to metadata directory
  ` [PATCH 13/37] xfs: add metadata reservations for realtime rmap btrees
  ` [PATCH 14/37] xfs: wire up a new metafile type for the realtime rmap
  ` [PATCH 15/37] xfs: wire up rmap map and unmap to the realtime rmapbt
  ` [PATCH 16/37] xfs: create routine to allocate and initialize a realtime rmap btree inode
  ` [PATCH 17/37] xfs: wire up getfsmap to the realtime reverse mapping btree
  ` [PATCH 18/37] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
  ` [PATCH 19/37] xfs: report realtime rmap btree corruption errors to the health system
  ` [PATCH 20/37] xfs: allow queued realtime intents to drain before scrubbing
  ` [PATCH 21/37] xfs: scrub the realtime rmapbt
  ` [PATCH 22/37] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
  ` [PATCH 23/37] xfs: cross-reference the realtime rmapbt
  ` [PATCH 24/37] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
  ` [PATCH 25/37] xfs: scrub the metadir path of rt rmap btree files
  ` [PATCH 26/37] xfs: walk the rt reverse mapping tree when rebuilding rmap
  ` [PATCH 27/37] xfs: online repair of realtime file bmaps
  ` [PATCH 28/37] xfs: repair inodes that have realtime extents
  ` [PATCH 29/37] xfs: repair rmap btree inodes
  ` [PATCH 30/37] xfs: online repair of realtime bitmaps for a realtime group
  ` [PATCH 31/37] xfs: support repairing metadata btrees rooted in metadir inodes
  ` [PATCH 32/37] xfs: online repair of the realtime rmap btree
  ` [PATCH 33/37] xfs: create a shadow rmap btree during realtime rmap repair
  ` [PATCH 34/37] xfs: hook live realtime rmap operations during a repair operation
  ` [PATCH 35/37] xfs: don't shut down the filesystem for media failures beyond end of log
  ` [PATCH 36/37] xfs: react to fsdax failure notifications on the rt device
  ` [PATCH 37/37] xfs: enable realtime rmap btree
` [PATCHSET v6.1 5/5] xfs: reflink on the realtime device
  ` [PATCH 01/43] xfs: prepare refcount btree cursor tracepoints for realtime
  ` [PATCH 02/43] xfs: namespace the maximum length/refcount symbols
  ` [PATCH 03/43] xfs: introduce realtime refcount btree ondisk definitions
  ` [PATCH 04/43] xfs: realtime refcount btree transaction reservations
  ` [PATCH 05/43] xfs: add realtime refcount btree operations
  ` [PATCH 06/43] xfs: prepare refcount functions to deal with rtrefcountbt
  ` [PATCH 07/43] xfs: add a realtime flag to the refcount update log redo items
  ` [PATCH 08/43] xfs: support recovering refcount intent items targetting realtime extents
  ` [PATCH 09/43] xfs: add realtime refcount btree block detection to log recovery
  ` [PATCH 10/43] xfs: add realtime refcount btree inode to metadata directory
  ` [PATCH 11/43] xfs: add metadata reservations for realtime refcount btree
  ` [PATCH 12/43] xfs: wire up a new metafile type for the realtime refcount
  ` [PATCH 13/43] xfs: refactor xfs_reflink_find_shared
  ` [PATCH 14/43] xfs: wire up realtime refcount btree cursors
  ` [PATCH 15/43] xfs: create routine to allocate and initialize a realtime refcount btree inode
  ` [PATCH 16/43] xfs: update rmap to allow cow staging extents in the rt rmap
  ` [PATCH 17/43] xfs: compute rtrmap btree max levels when reflink enabled
  ` [PATCH 18/43] xfs: refactor reflink quota updates
  ` [PATCH 19/43] xfs: enable CoW for realtime data
  ` [PATCH 20/43] xfs: enable sharing of realtime file blocks
  ` [PATCH 21/43] xfs: allow inodes to have the realtime and reflink flags
  ` [PATCH 22/43] xfs: recover CoW leftovers in the realtime volume
  ` [PATCH 23/43] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
  ` [PATCH 24/43] xfs: apply rt extent alignment constraints to CoW extsize hint
  ` [PATCH 25/43] xfs: enable extent size hints for CoW operations
  ` [PATCH 26/43] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
  ` [PATCH 27/43] xfs: report realtime refcount btree corruption errors to the health system
  ` [PATCH 28/43] xfs: scrub the realtime refcount btree
  ` [PATCH 29/43] xfs: cross-reference checks with the rt "
  ` [PATCH 30/43] xfs: allow overlapping rtrmapbt records for shared data extents
  ` [PATCH 31/43] xfs: check reference counts of gaps between rt refcount records
  ` [PATCH 32/43] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
  ` [PATCH 33/43] xfs: detect and repair misaligned rtinherit directory cowextsize hints
  ` [PATCH 34/43] xfs: scrub the metadir path of rt refcount btree files
  ` [PATCH 35/43] xfs: don't flag quota rt block usage on rtreflink filesystems
  ` [PATCH 36/43] xfs: check new rtbitmap records against rt refcount btree
  ` [PATCH 37/43] xfs: walk the rt reference count tree when rebuilding rmap
  ` [PATCH 38/43] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
  ` [PATCH 39/43] xfs: online repair of the realtime refcount btree
  ` [PATCH 40/43] xfs: repair inodes that have a refcount btree in the data fork
  ` [PATCH 41/43] xfs: check for shared rt extents when rebuilding rt file's "
  ` [PATCH 42/43] xfs: fix CoW forks for realtime files
  ` [PATCH 43/43] xfs: enable realtime reflink
` [PATCHSET v6.1 6/5] xfsprogs: last few bits of rtgroups patches
  ` [PATCH 1/3] xfs_db: drop the metadata checking code from blockget
  ` [PATCH 2/3] xfs_mdrestore: refactor open-coded fd/is_file into a structure
  ` [PATCH 3/3] xfs_mdrestore: restore rt group superblocks to realtime device

[PATCHSET v5.9] xfsprogs: shard the realtime section
 2024-12-20 14:38 UTC  (5+ messages)
` [PATCH 34/50] xfs_mdrestore: refactor open-coded fd/is_file into a structure
` [PATCH 35/50] xfs_mdrestore: restore rt group superblocks to realtime device

[PATCH v2] xfs: add a test for atomic writes
 2024-12-20  5:02 UTC  (7+ messages)

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-19 19:14 UTC  (2+ messages)
` [PATCHBOMB 6.14 v6.1] "

[PATCH] xfs: using mutex instead of semaphore for xfs_buf_lock()
 2024-12-19 18:35 UTC  (4+ messages)

iomap patches for zoned XFS v1
 2024-12-19 18:25 UTC  (20+ messages)
` [PATCH 01/10] iomap: allow the file system to submit the writeback bios
` [PATCH 02/10] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/10] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/10] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/10] iomap: move common ioend code to ioend.c
` [PATCH 06/10] iomap: factor out a iomap_dio_done helper
` [PATCH 07/10] iomap: optionally use ioends for direct I/O
` [PATCH 08/10] iomap: pass private data to iomap_page_mkwrite
` [PATCH 09/10] iomap: pass private data to iomap_zero_range
` [PATCH 10/10] iomap: pass private data to iomap_truncate_page

[PATCH 0/5] fs/buffer: strack reduction on async read
 2024-12-19 17:53 UTC  (8+ messages)
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()

RFC: support for zoned devices
 2024-12-19 17:37 UTC  (9+ messages)
` [PATCH 25/43] xfs: add support for zoned space reservations

RFC: iomap patches for zoned XFS
 2024-12-19 17:36 UTC  (7+ messages)
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag

[PATCHSET v3] fstests: random fixes for v2024.12.01
 2024-12-19 17:27 UTC  (2+ messages)

[Bug 219504] New: XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 for XFS/iomap causing the problems?
 2024-12-19 17:02 UTC  (3+ messages)
` [Bug 219504] "
` [Bug 219504] XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 (and up) "

[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
 2024-12-19 16:50 UTC  (3+ messages)
` [syzbot] [bcachefs?] "

[PATCH v2 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-19 15:57 UTC  (7+ messages)
` [PATCH v2 1/3] include/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
` [PATCH v2 2/3] xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details
` [PATCH v2 3/3] xfs_io: add extsize command support

[RFC v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback
 2024-12-19  3:03 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_dquot_detach_buf
 2024-12-19  1:07 UTC  (3+ messages)

[PATCH v1 2/3] xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
 2024-12-19  0:35 UTC  (2+ messages)

[PATCHSET 6.12] xfs: bug fixes for 6.12.y LTS
 2024-12-18 19:51 UTC  (6+ messages)
` [PATCH 1/5] xfs: sb_spino_align is not verified
` [PATCH 2/5] xfs: fix sparse inode limits on runt AG
` [PATCH 3/5] xfs: fix off-by-one error in fsmap's end_daddr usage
` [PATCH 4/5] xfs: fix sb_spino_align checks for large fsblock sizes
` [PATCH 5/5] xfs: fix zero byte checking in the superblock scrubber

[PATCH 6.6 00/17] xfs backports for 6.6.y (from 6.11)
 2024-12-18 19:17 UTC  (5+ messages)
` [PATCH 6.6 14/17] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6.6 15/17] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 6.6 16/17] xfs: take m_growlock when running growfsrt
` [PATCH 6.6 17/17] xfs: reset rootdir extent size hint after growfsrt


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 NNTP newsgroup(s).