public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-13 01:29:07 to 2024-12-15 06:13:53 UTC [more...]

RFC: support for zoned devices
 2024-12-15  6:13 UTC  (103+ messages)
` [PATCH 03/43] xfs: add a rtg_blocks helper
` [PATCH 04/43] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 05/43] xfs: don't take m_sb_lock in xfs_fs_statfs
` [PATCH 06/43] xfs: refactor xfs_fs_statfs
` [PATCH 08/43] xfs: report the correct dio alignment for COW inodes
` [PATCH 09/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 10/43] xfs: preserve RT reservations across remounts
` [PATCH 11/43] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 12/43] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 13/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
  ` [PATCH 13/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayOM
` [PATCH 14/43] xfs: add a xfs_rtrmap_first_unwritten_rgbno helper
` [PATCH 15/43] xfs: define the zoned on-disk format
` [PATCH 17/43] xfs: don't allow growfs of the data device with internal RT device
` [PATCH 18/43] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 19/43] xfs: disable sb_frextents for zoned file systems
` [PATCH 21/43] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 23/43] xfs: parse and validate hardware zone information
` [PATCH 24/43] xfs: add the zoned space allocator
` [PATCH 25/43] xfs: add support for zoned space reservations
` [PATCH 26/43] xfs: implement zoned garbage collection
` [PATCH 27/43] xfs: implement buffered writes to zoned RT devices
` [PATCH 28/43] xfs: implement direct "
` [PATCH 29/43] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 30/43] xfs: hide reserved RT blocks from statfs
` [PATCH 31/43] xfs: support growfs on zoned file systems
` [PATCH 32/43] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 33/43] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 34/43] xfs: support xrep_require_rtext_inuse "
` [PATCH 35/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 36/43] xfs: disable reflink for zoned file systems
` [PATCH 37/43] xfs: disable rt quotas "
` [PATCH 38/43] xfs: enable the zoned RT device feature
` [PATCH 39/43] xfs: support zone gaps
` [PATCH 40/43] xfs: add a max_open_zones mount option
` [PATCH 41/43] xfs: support write life time based data placement
` [PATCH 42/43] xfs: wire up the show_stats super operation
` [PATCH 43/43] xfs: export zone stats in /proc/*/mountstats

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-15  0:39 UTC  (15+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 05/11] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC v2 06/11] fs/mpage: avoid negative shift for large blocksize
` [RFC v2 07/11] fs/buffer fs/mpage: remove large folio restriction
` [RFC v2 08/11] block/bdev: enable large folio support for large logical block sizes
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition
` [RFC v2 10/11] nvme: remove superfluous block size check
` [RFC v2 11/11] bdev: use bdev_io_min() for statx block size

[syzbot] [xfs?] BUG: unable to handle kernel paging request in xfs_destroy_mount_workqueues
 2024-12-14 21:29 UTC 

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-14 15:32 UTC  (5+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
 2024-12-14 15:27 UTC  (2+ messages)
` [syzbot] [bcachefs?] "

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-14  0:56 UTC  (13+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[GIT PULL] XFS fixes for 6.13-rc3
 2024-12-13 22:34 UTC  (3+ messages)

[GIT PULL] XFS fixes for 6.13-rc3 - V2
 2024-12-13 19:23 UTC 

[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-13 18:37 UTC  (12+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details

Weird behaviour with project quotas
 2024-12-13 17:15 UTC  (8+ messages)

[PATCH] Documentation: filesystems: fix two misspells
 2024-12-13 15:47 UTC  (2+ messages)

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2024-12-13 15:05 UTC  (5+ messages)
` [PATCH RFCv2 1/4] iomap: prep work for folio_batch support
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing
` [PATCH RFCv2 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFCv2 4/4] xfs: fill dirty folios on zero range of unwritten mappings

xfsprogs_6.12.0-1_source.changes ACCEPTED into unstable
 2024-12-13 14:47 UTC 

[PATCH 0/6] iomap: incremental per-operation iter advance
 2024-12-13 14:36 UTC  (7+ messages)
` [PATCH 1/6] iomap: split out iomap check and reset logic from "
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes
` [PATCH 5/6] iomap: advance the iter directly on unshare range
` [PATCH 6/6] iomap: advance the iter directly on zero range

Processing of xfsprogs_6.12.0-1_source.changes
 2024-12-13 14:13 UTC 

[PATCHSET v6.0 4/5] xfs: reflink on the realtime device
 2024-12-13  9:25 UTC  (84+ messages)
` [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 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 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

[PATCHBOMB 6.14 v6.0] xfs: realtime rmap and reflink
 2024-12-13  8:30 UTC  (3+ messages)
` [PATCHSET v6.0 5/5] xfs: reflink with large realtime extents

[PATCHSET v6.0 3/5] xfs: realtime reverse-mapping support
 2024-12-13  8:29 UTC  (72+ messages)
` [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 36/37] xfs: react to fsdax failure notifications on the rt device

[GIT PULL] xfs: bug fixes for 6.13
 2024-12-13  7:25 UTC  (2+ messages)

changeme
 2024-12-13  7:22 UTC 

[PATCHSET v6.0 2/5] xfs: enable in-core block reservation for rt metadata
 2024-12-13  6:11 UTC  (3+ messages)
` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device

[PATCHSET v6.0 1/5] xfs: refactor btrees to support records in inode root
 2024-12-13  6:10 UTC  (18+ messages)
` [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

RFC: iomap patches for zoned XFS
 2024-12-13  4:55 UTC  (13+ messages)
` [PATCH 2/8] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag
` [PATCH 4/8] iomap: split bios to zone append limits in the submission handlers
` [PATCH 5/8] iomap: optionally use ioends for direct I/O

[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support
 2024-12-13  2:22 UTC  (2+ messages)

[PATCHSET v5.9] xfsprogs: shard the realtime section
 2024-12-13  1:29 UTC  (3+ 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


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