Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-05-05 10:49:06 to 2025-05-08 12:17:27 UTC [more...]

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-05-08 12:17 UTC  (31+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate

[PATCHSET] xfsprogs: various bug fixes for 6.15
 2025-05-08  6:42 UTC  (6+ messages)
` [PATCH 1/3] xfs: kill XBF_UNMAPPED
` [PATCH 2/3] xfs: remove the flags argument to xfs_buf_get_uncached
` [PATCH 3/3] man: adjust description of the statx manpage

[PATCH] xfs: dump cache size with sysfs
 2025-05-08  5:54 UTC  (2+ messages)

new tests for zoned xfs v3
 2025-05-08  5:34 UTC  (17+ messages)
` [PATCH 01/16] common: generalize _filter_agno
` [PATCH 02/16] add a new rw_hint helper
` [PATCH 03/16] xfs: add a test for zoned block accounting after remount
` [PATCH 04/16] xfs: add a zoned growfs test
` [PATCH 05/16] xfs: add test to check for block layer reordering
` [PATCH 06/16] xfs: add a test to check that data growfs fails with internal rt device
` [PATCH 07/16] xfs: add a test for write lifetime hints
` [PATCH 08/16] xfs: add a test for writeback after close
` [PATCH 09/16] xfs: test zone stream separation for two direct writers
` [PATCH 10/16] xfs: test zone stream separation for two buffered writers
` [PATCH 11/16] xfs: test zoned ENOSPC behavior with multiple writers
` [PATCH 12/16] xfs: test zoned GC file defragmentation for sequential writers
` [PATCH 13/16] xfs: test zoned GC file defragmentation for random writers
` [PATCH 14/16] xfs: test that xfs_repair does not mess up the zone used counter
` [PATCH 15/16] xfs: test that truncate does not spuriously return ENOSPC
` [PATCH 16/16] xfs: test that we can handle spurious zone wp advancements

[PATCHSET] fstests: more random fixes for v2025.04.27
 2025-05-08  4:19 UTC  (5+ messages)
` [PATCH 1/2] fsstress: fix attr_set naming
` [PATCH 2/2] xfs/349: don't run on kernels that don't support scrub

[PATCH 0/2] Fix a couple comments
 2025-05-08  4:17 UTC  (7+ messages)
` [PATCH 1/2] Fix comment on xfs_ail_delete
` [PATCH 2/2] XFS: Fix comment on xfs_trans_ail_update_bulk()

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-07 21:59 UTC  (12+ messages)

[GIT PULL] large atomic writes for xfs
 2025-05-07 21:32 UTC  (5+ messages)

new tests for zoned xfs v2
 2025-05-07 21:06 UTC  (17+ messages)
` [PATCH 01/15] common: add a _filter_rgno helper
` [PATCH 02/15] add a new rw_hint helper
` [PATCH 03/15] xfs: add a test for zoned block accounting after remount
` [PATCH 04/15] xfs: add a zoned growfs test
` [PATCH 05/15] xfs: add test to check for block layer reordering
` [PATCH 06/15] xfs: add a test to check that data growfs fails with internal rt device
` [PATCH 07/15] xfs: add a test for write lifetime hints
` [PATCH 08/15] xfs: add a test for writeback after close
` [PATCH 09/15] xfs: test zone stream separation for two direct writers
` [PATCH 10/15] xfs: test zone stream separation for two buffered writers
` [PATCH 11/15] xfs: test zoned ENOSPC behavior with multiple writers
` [PATCH 12/15] xfs: test zoned GC file defragmentation for sequential writers
` [PATCH 13/15] xfs: test zoned GC file defragmentation for random writers
` [PATCH 14/15] xfs: test that xfs_repair does not mess up the zone used counter
` [PATCH 15/15] xfs: test that truncate does not spuriously return ENOSPC

[ANNOUNCE] xfsprogs: for-next updated to 72d5abe1d8c3
 2025-05-07 17:15 UTC 

[PATCH v3] xfs: test that we can handle spurious zone wp advancements
 2025-05-07 17:01 UTC  (3+ messages)

[PATCH v9 0/1] mkfs: add ability to populate filesystem from directory
 2025-05-07 16:48 UTC  (2+ messages)
` [PATCH v9 1/1] proto: add ability to populate a filesystem from a directory

[PATCH v12 00/17] large atomic writes for xfs
 2025-05-07 15:14 UTC  (20+ messages)
` [PATCH v12 01/17] fs: add atomic write unit max opt to statx
` [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits
` [PATCH v12 05/17] xfs: add helpers to compute log item overhead
` [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block
` [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint
` [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically
` [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic()
` [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v12 16/17] xfs: update atomic write limits
` [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

add more bio helpers v3
 2025-05-07 14:02 UTC  (22+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

[PATCH 0/2] add read-only logdev/rtdev mount-remount tests
 2025-05-07 10:23 UTC  (9+ messages)
` [PATCH 1/2] xfs: add mount test for read only rt devices

[PATCH v4 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-07  7:29 UTC  (2+ messages)
` [PATCH v4 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

new tests for zoned xfs
 2025-05-07  6:05 UTC  (29+ messages)
` [PATCH 02/15] xfs: add a test for zoned block accounting after remount
` [PATCH 04/15] xfs: add a test to check that data growfs fails with internal rt device
` [PATCH 06/15] xfs: add a test for write lifetime hints
` [PATCH 07/15] xfs: add a test for writeback after close
` [PATCH 08/15] xfs: test zone stream separation for two direct writers
` [PATCH 09/15] xfs: test zone stream separation for two buffered writers
` [PATCH 10/15] xfs: test zoned ENOSPC behavior with multiple writers
` [PATCH 11/15] xfs: test zoned GC file defragmentation for sequential writers
` [PATCH 12/15] xfs: test zoned GC file defragmentation for random writers
` [PATCH 14/15] xfs: test that truncate does not spuriously return ENOSPC
` [PATCH 15/15] xfs: test that we can handle spurious zone wp advancements
  ` [PATCH v2 "

[PATCH] xfs: Remove deprecated xfs_bufd sysctl parameters
 2025-05-06 16:08 UTC  (2+ messages)

[PATCH v3 0/2] common: Move exit related functions to common/exit
 2025-05-06 15:03 UTC  (3+ messages)

[PATCH v2 0/6] iomap: misc buffered write path cleanups and prep
 2025-05-06 13:41 UTC  (7+ messages)
` [PATCH v2 1/6] iomap: resample iter->pos after iomap_write_begin() calls
` [PATCH v2 2/6] iomap: drop unnecessary pos param from iomap_write_[begin|end]
` [PATCH v2 3/6] iomap: drop pos param from __iomap_[get|put]_folio()
` [PATCH v2 4/6] iomap: helper to trim pos/bytes to within folio
` [PATCH v2 5/6] iomap: push non-large folio check into get folio path
` [PATCH v2 6/6] iomap: rework iomap_write_begin() to return folio offset and length

add more bio helpers v2
 2025-05-06 10:05 UTC  (11+ messages)
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
  ` 回复: "

[PATCH v11 00/16] large atomic writes for xfs
 2025-05-06  6:57 UTC  (22+ messages)
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block
` [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max()

[PATCH] xfs: free up mp->m_free[0].count in error case
 2025-05-06  4:58 UTC  (3+ messages)

Question: Is it possible to recover deleted files from a healthy XFS filesystem?
 2025-05-06  4:34 UTC  (5+ messages)

[PATCH v2] xfs: Verify DA node btree hash order
 2025-05-05 22:17 UTC  (2+ messages)

[PATCH] xfs: don't assume perags are initialised when trimming AGs
 2025-05-05 15:07 UTC  (5+ messages)

[RFC PATCH 0/2] Add mru cache for inode to zone allocation mapping
 2025-05-05 15:07 UTC  (5+ messages)
` [RFC PATCH 1/2] xfs: free the item in xfs_mru_cache_insert on failure

[PATCH v5] generic: add a test for atomic writes
 2025-05-05 14:57 UTC  (5+ messages)

[PATCH 0/6] iomap: misc buffered write path cleanups and prep
 2025-05-05 14:39 UTC  (9+ messages)
` [PATCH 4/6] iomap: helper to trim pos/bytes to within folio
` [PATCH 6/6] iomap: rework iomap_write_begin() to return folio offset and length

[PATCH] xfs: fix diff_two_keys calculation for cnt btree
 2025-05-05 10:47 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