linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-06 09:05:22 to 2025-05-12 13:19:19 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-12 13:18 UTC 

[PATCH] common: skip zoned devices in _require_populate_commands
 2025-05-12 13:18 UTC 

[PATCH] xfs_mdrestore: don't allow restoring onto zoned block devices
 2025-05-12 13:17 UTC 

[PATCH v5 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-12 12:02 UTC  (4+ messages)
` [PATCH v5 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

[PATCH V2 0/2] Fix a couple comments
 2025-05-12 11:42 UTC  (3+ messages)
` [PATCH V2 1/2] xfs: Fix a comment on xfs_ail_delete
` [PATCH V2 2/2] xfs: Fix comment on xfs_trans_ail_update_bulk()

[PATCH V2 0/2] Fix a couple comments
 2025-05-12 11:37 UTC  (2+ messages)

[PATCH v4 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-12  9:41 UTC  (4+ messages)
` [PATCH v4 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

[PATCH] xfs: remove some EXPERIMENTAL warnings
 2025-05-12  4:34 UTC  (2+ messages)

[BUG] Data race between xfs_file_release and xfs_bmap_del_extent_delay about i_delayed_blks
 2025-05-12  4:33 UTC  (2+ messages)

[Bug report][xfstests g/735] xfs corruption
 2025-05-11 14:13 UTC  (2+ messages)

[PATCH] mkfs: use stx_blksize for dev block size by default
 2025-05-09 14:27 UTC  (7+ messages)

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-05-09 12:35 UTC  (21+ messages)
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute

[GIT PULL] large atomic writes for xfs
 2025-05-09 11:43 UTC  (8+ messages)

[PATCH] xfs: Remove deprecated xfs_bufd sysctl parameters
 2025-05-09 11:43 UTC  (3+ messages)

[PATCH] xfs: free up mp->m_free[0].count in error case
 2025-05-09 11:43 UTC  (2+ messages)

[PATCH] xfs: don't assume perags are initialised when trimming AGs
 2025-05-09 11:43 UTC  (2+ messages)

[PATCH v2 0/6] iomap: misc buffered write path cleanups and prep
 2025-05-09 10:36 UTC  (8+ 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

[ANNOUNCE] xfs-linux: for-next updated to c1f3d281226a
 2025-05-09  7:56 UTC 

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

new tests for zoned xfs v3
 2025-05-08 18:43 UTC  (19+ 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

[PATCH] xfs: dump cache size with sysfs
 2025-05-08 17:14 UTC  (3+ messages)

[RFC] gfs2: Do not call iomap_zero_range beyond eof
 2025-05-08 16:36 UTC  (8+ messages)

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

add more bio helpers v3
 2025-05-08 13:23 UTC  (25+ 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

[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

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-07 21:59 UTC  (11+ 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

[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 15/15] xfs: test that we can handle spurious zone wp advancements
 2025-05-07  6:05 UTC  (5+ messages)
` [PATCH v2 "

new tests for zoned xfs
 2025-05-06 20:06 UTC  (21+ 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 v3 0/2] common: Move exit related functions to common/exit
 2025-05-06 15:03 UTC  (3+ messages)

add more bio helpers v2
 2025-05-06 10:05 UTC  (9+ 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


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).