public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-05 03:08:34 to 2025-02-06 22:33:33 UTC [more...]

[PATCHBOMB] xfsprogs: all my changes for 6.14
 2025-02-06 22:33 UTC  (17+ messages)
` [PATCHSET 1/5] xfs_scrub: fixes and cleanups for inode iteration
  ` [PATCH 01/17] libxfs: unmap xmbuf pages to avoid disaster
  ` [PATCH 02/17] libxfs: mark xmbuf_{un,}map_page static
  ` [PATCH 03/17] man: document new XFS_BULK_IREQ_METADIR flag to bulkstat
  ` [PATCH 04/17] libfrog: wrap handle construction code
  ` [PATCH 05/17] xfs_scrub: don't report data loss in unlinked inodes twice
  ` [PATCH 06/17] xfs_scrub: call bulkstat directly if we're only scanning user files
  ` [PATCH 07/17] xfs_scrub: remove flags argument from scrub_scan_all_inodes
  ` [PATCH 08/17] xfs_scrub: selectively re-run bulkstat after re-running inumbers
  ` [PATCH 09/17] xfs_scrub: actually iterate all the bulkstat records
  ` [PATCH 10/17] xfs_scrub: don't double-scan inodes during phase 3
  ` [PATCH 11/17] xfs_scrub: don't (re)set the bulkstat request icount incorrectly
` [PATCHSET 2/5] xfsprogs: new libxfs code from kernel 6.14
` [PATCHSET v6.3 3/5] xfsprogs: realtime reverse-mapping support
` [PATCHSET v6.3 4/5] xfsprogs: reflink on the realtime device
` [PATCHSET 5/5] xfsprogs: dump fs directory trees

[PATCH] mkfs: use stx_blksize for dev block size by default
 2025-02-06 22:27 UTC  (2+ messages)

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-06 21:54 UTC  (28+ messages)
` [PATCH RFC 02/10] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH RFC 03/10] iomap: Support CoW-based atomic writes
` [PATCH RFC 06/10] xfs: iomap CoW-based atomic write support
` [PATCH RFC 07/10] xfs: Add xfs_file_dio_write_atomic()
` [PATCH RFC 08/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH RFC 09/10] xfs: Update atomic write max size
` [PATCH RFC 10/10] xfs: Allow block allocator to take an alignment hint

support for zoned devices RFCv2
 2025-02-06 21:29 UTC  (57+ messages)
` [PATCH 01/43] xfs: factor out a xfs_rt_check_size helper
` [PATCH 02/43] xfs: add a rtg_blocks helper
` [PATCH 03/43] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 04/43] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 05/43] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 06/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 07/43] xfs: preserve RT reservations across remounts
` [PATCH 08/43] xfs: reflow xfs_dec_freecounter
` [PATCH 09/43] xfs: trace in-memory freecounters
` [PATCH 10/43] xfs: make metabtree reservations global
` [PATCH 11/43] xfs: reduce metafile reservations
` [PATCH 12/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 13/43] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 14/43] xfs: define the zoned on-disk format
` [PATCH 15/43] xfs: allow internal RT devices for zoned mode
` [PATCH 16/43] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 17/43] xfs: disable sb_frextents for zoned file systems
` [PATCH 18/43] xfs: disable FITRIM for zoned RT devices
` [PATCH 19/43] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 20/43] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
` [PATCH 21/43] xfs: parse and validate hardware zone information
` [PATCH 22/43] xfs: add the zoned space allocator
` [PATCH 23/43] xfs: add support for zoned space reservations
` [PATCH 24/43] xfs: implement zoned garbage collection
` [PATCH 25/43] xfs: implement buffered writes to zoned RT devices
` [PATCH 26/43] xfs: implement direct "
` [PATCH 27/43] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 28/43] xfs: hide reserved RT blocks from statfs
` [PATCH 29/43] xfs: support growfs on zoned file systems
` [PATCH 30/43] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 31/43] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 32/43] xfs: support xrep_require_rtext_inuse "
` [PATCH 33/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 34/43] xfs: disable reflink for zoned file systems
` [PATCH 35/43] xfs: disable rt quotas "
` [PATCH 36/43] xfs: enable the zoned RT device feature
` [PATCH 37/43] xfs: support zone gaps
` [PATCH 38/43] xfs: add a max_open_zones mount option
` [PATCH 39/43] xfs: support write life time based data placement
` [PATCH 40/43] xfs: wire up the show_stats super operation
` [PATCH 41/43] xfs: export zone stats in /proc/*/mountstats
` [PATCH 42/43] xfs: contain more sysfs code in xfs_sysfs.c
` [PATCH 43/43] xfs: export max_open_zones in sysfs

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 21:06 UTC  (5+ messages)
` [PATCH v7 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 19:57 UTC  (17+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 23/26] mm: Remove pXX_devmap callers

[PATCH v2] check: Fix fs specfic imports when $FSTYPE!=$OLD_FSTYPE
 2025-02-06 18:02 UTC  (11+ messages)

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-06 17:30 UTC  (12+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 8/8] bdev: use bdev_io_min() for statx block size

[ANNOUNCE] xfsprogs: for-next updated to eff7226942a5
 2025-02-06 17:29 UTC 

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

[PATCH] Documentation: Remove repeated word in docs
 2025-02-06 10:56 UTC  (3+ messages)

fix swapon for recently unshared blocks v2
 2025-02-06  7:03 UTC  (4+ messages)
` [PATCH 1/2] xfs: flush inodegc before swapon
` [PATCH 2/2] xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate

PI and data checksumming for XFS
 2025-02-06  6:05 UTC  (6+ messages)
` [PATCH 7/7] xfs: implement block-metadata based data checksums

fix swapon for recently unshared blocks
 2025-02-05 22:05 UTC  (9+ messages)
` [PATCH 1/2] xfs: flush inodegc before swapon
` [PATCH 2/2] xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate

[PATCHSET v2] fstests: random fixes for v2025.02.02
 2025-02-05 21:25 UTC  (23+ messages)
` [PATCH 10/34] generic/759,760: skip test if we can't set up a hugepage for IO
` [PATCH 12/34] fuzzy: kill subprocesses with SIGPIPE, not SIGINT
` [PATCH 14/34] common: fix pkill by running test program in a separate session
` [PATCH 15/34] check: run tests in a private pid/mount namespace
` [PATCH 20/34] common/rc: return mount_ret in _try_scratch_mount
` [PATCH 27/34] fuzzy: port fsx and fsstress loop to use --duration

[PATCH v5 00/10] iomap: incremental per-operation iter advance
 2025-02-05 20:44 UTC  (25+ messages)
` [PATCH v5 01/10] iomap: factor out iomap length helper
` [PATCH v5 02/10] iomap: split out iomap check and reset logic from iter advance
` [PATCH v5 03/10] iomap: refactor iomap_iter() length check and tracepoint
` [PATCH v5 04/10] iomap: lift error code check out of iomap_iter_advance()
` [PATCH v5 05/10] iomap: lift iter termination logic from iomap_iter_advance()
` [PATCH v5 06/10] iomap: export iomap_iter_advance() and return remaining length
` [PATCH v5 07/10] iomap: support incremental iomap_iter advances
` [PATCH v5 08/10] iomap: advance the iter directly on buffered writes
` [PATCH v5 09/10] iomap: advance the iter directly on unshare range
` [PATCH v5 10/10] iomap: advance the iter directly on zero range

[PATCH 1/2] xfs/614: query correct direct I/O alignment
 2025-02-05 16:07 UTC  (5+ messages)

[PATCH 6.6 CANDIDATE 00/24] xfs backports for 6.6.y (from 6.12)
 2025-02-05 16:01 UTC  (9+ messages)
  ` [PATCH 6.6 CANDIDATE 20/24] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  ` [PATCH 6.6 CANDIDATE 21/24] xfs: update the pag for the last AG at recovery time
  ` [PATCH 6.6 CANDIDATE 22/24] xfs: Reduce unnecessary searches when searching for the best extents
  ` [PATCH 6.6 CANDIDATE 23/24] xfs: streamline xfs_filestream_pick_ag
  ` [PATCH 6.6 CANDIDATE 24/24] xfs: Check for delayed allocations before setting extsize

[PATCHSET RFC 6.12] xfs: bug fixes for 6.12.y LTS
 2025-02-05 15:56 UTC  (3+ messages)


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