Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-16 13:56:46 to 2025-09-22 18:33:56 UTC [more...]

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-22 18:33 UTC  (36+ messages)
` [PATCH v3 01/15] iomap: move bio read logic into helper function
` [PATCH v3 02/15] iomap: move read/readahead bio submission "
` [PATCH v3 03/15] iomap: store read/readahead bio generically
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v3 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 08/15] iomap: add public start/finish folio read helpers
` [PATCH v3 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v3 10/15] iomap: add bias for async read requests
` [PATCH v3 11/15] iomap: move buffered io bio logic into new file
` [PATCH v3 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v3 13/15] fuse: use iomap for read_folio
` [PATCH v3 14/15] fuse: use iomap for readahead
` [PATCH v3 15/15] fuse: remove fc->blkbits workaround for partial writes
` [syzbot ci] Re: fuse: use iomap for buffered reads + readahead

[PATCH 0/2] xfs: reduce ILOCK contention on O_DSYNC DIO
 2025-09-22 18:12 UTC  (8+ messages)
` [PATCH 1/2] xfs: rearrange code in xfs_inode_item_precommit
` [PATCH 2/2] xfs: rework datasync tracking and execution

[PATCH v2] xfs_scrub: fix strerror_r usage yet again
 2025-09-22 17:01 UTC  (3+ messages)

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-22 16:56 UTC  (3+ messages)
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG "

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-22 16:49 UTC  (5+ messages)
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller

regressions in xfs/633 and xfs/437?
 2025-09-22 16:11 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to fc0d192303bd
 2025-09-22 12:42 UTC 

[PATCH] xfs: scrub: use kstrdup_const() for metapath scan setups
 2025-09-22 12:41 UTC  (3+ messages)

store the buftarg size in the buftarg v4
 2025-09-22 12:41 UTC  (5+ messages)
` [PATCH 1/2] xfs: track the number of blocks in each buftarg
` [PATCH 2/2] xfs: use bt_nr_sectors in xfs_dax_translate_range

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-22 11:41 UTC  (11+ messages)
` [PATCH v5 1/4] fs: provide accessors for ->i_state
` [PATCH v5 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v5 3/4] Manual conversion of ->i_state uses
` [PATCH v5 4/4] fs: make plain ->i_state access fail to compile

[PATCH CANDIDATE 5.15, 6.1, 6.6] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
 2025-09-21 17:16 UTC  (6+ messages)

[PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-19 22:36 UTC  (11+ messages)
` [PATCH 01/28] fuse: implement the basic iomap mechanisms
` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-19 17:58 UTC  (10+ messages)
` [PATCH v2 12/16] iomap: add bias for async read requests
` [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-19 17:50 UTC  (9+ messages)
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
` [PATCH 7/8] fuse: propagate default and file acls on creation

[PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
 2025-09-19 17:43 UTC  (10+ messages)
` [PATCH 1/5] fuse: allow synchronous FUSE_INIT
` [PATCH 3/5] fuse: move the passthrough-specific code back to passthrough.c

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-09-19 16:27 UTC  (14+ messages)
` [PATCH v7 01/12] common/rc: Add _min() and _max() helpers
` [PATCH v7 02/12] common/rc: Add fio atomic write helpers
` [PATCH v7 03/12] common/rc: Add a helper to run fsx on a given file
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v7 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v7 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v7 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v7 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v7 10/12] ext4: Test atomic write and ioend codepaths with bigalloc
` [PATCH v7 11/12] ext4: Test atomic writes allocation and write "
` [PATCH v7 12/12] ext4: Atomic write test for extent split across leaf nodes

[PATCH v2] xfs_scrub: Use POSIX-conformant strerror_r
 2025-09-19 16:25 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 3c54e6027f14
 2025-09-19 16:16 UTC 

[PATCH] xfs: constify xfs_errortag_random_default
 2025-09-19 16:15 UTC  (2+ messages)

[PATCH v2 0/2] Some minor improvements for zoned mode
 2025-09-19 16:15 UTC  (5+ messages)
` [PATCH v2 1/2] xfs: improve zone statistics message
` [PATCH v2 2/2] xfs: improve default maximum number of open zones

cleanup error tags v3
 2025-09-19 16:15 UTC  (7+ messages)
` [PATCH 1/5] xfs: remove xfs_errortag_get
` [PATCH 2/5] xfs: remove xfs_errortag_set
` [PATCH 3/5] xfs: remove the expr argument to XFS_TEST_ERROR
` [PATCH 4/5] xfs: remove pointless externs in xfs_error.h
` [PATCH 5/5] xfs: centralize error tag definitions

[PATCH] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
 2025-09-19 16:15 UTC  (6+ messages)

[PATCH] xfs_scrub: fix strerror_r usage yet again
 2025-09-19 16:06 UTC  (3+ messages)

[PATCH v4 00/12] hide ->i_state behind accessors
 2025-09-19 15:51 UTC  (19+ messages)
` [PATCH v4 01/12] fs: provide accessors for ->i_state
` [PATCH v4 02/12] fs: use ->i_state accessors in core kernel
` [PATCH v4 03/12] fs: mechanically convert most filesystems to use ->i_state accessors
` [PATCH v4 04/12] btrfs: use the new "
` [PATCH v4 05/12] netfs: "
` [PATCH v4 06/12] nilfs2: "
` [PATCH v4 07/12] xfs: "
` [PATCH v4 08/12] ext4: "
` [PATCH v4 09/12] f2fs: "
` [PATCH v4 10/12] ceph: "
` [PATCH v4 11/12] overlayfs: "
` [PATCH v4 12/12] fs: make plain ->i_state access fail to compile

[ANNOUNCE] xfsprogs: for-next updated to 75faf2bc9075
 2025-09-18 15:10 UTC 

[PATCH 0/2] Some minor improvements for zoned mode
 2025-09-18 11:29 UTC  (7+ messages)
` [PATCH 1/2] xfs: Improve zone statistics message
` [PATCH 2/2] xfs: Improve default maximum number of open zones

Crash in xfs_repair while repairing corrupted disk
 2025-09-18 10:16 UTC 

[PATCH v6 00/11] Add more tests for multi fs block atomic writes
 2025-09-18  7:29 UTC  (5+ messages)
` [PATCH v6 09/12] generic: Add sudden shutdown tests for multi "

store the buftarg size in the buftarg v3
 2025-09-17 21:29 UTC  (5+ messages)
` [PATCH 1/2] xfs: track the number of blocks in each buftarg
` [PATCH 2/2] xfs: use bt_nr_blocks in xfs_dax_translate_range

kill xlog_in_core_2_t
 2025-09-17 18:00 UTC  (9+ messages)
` [PATCH 1/7] xfs: add a XLOG_CYCLE_DATA_SIZE constant
` [PATCH 2/7] xfs: add a on-disk log header cycle array accessor
` [PATCH 3/7] xfs: don't use xlog_in_core_2_t in struct xlog_in_core
` [PATCH 4/7] xfs: cleanup xlog_alloc_log a bit
` [PATCH 5/7] xfs: remove xlog_in_core_2_t
` [PATCH 6/7] xfs: remove the xlog_rec_header_t typedef
` [PATCH 7/7] xfs: remove l_iclog_heads

[PATCH RFC] xfs: Don't hold XFS_ILOCK_SHARED over log force during fsync
 2025-09-17 15:16 UTC  (11+ messages)

[PATCH v3 00/10] add support for name_to, open_by_handle_at() to io_uring
 2025-09-17 14:18 UTC  (7+ messages)
` [PATCH v3 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH v3 08/10] io_uring: add __io_open_prep() helper
` [PATCH v3 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT

[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
 2025-09-17  5:58 UTC  (6+ messages)
  ` [External] "

cleanup error tags v2
 2025-09-16 16:46 UTC  (10+ messages)
` [PATCH 1/6] xfs: remove xfs_errortag_get
` [PATCH 2/6] xfs: remove xfs_errortag_set
` [PATCH 3/6] xfs: remove the expr argument to XFS_TEST_ERROR
` [PATCH 4/6] xfs: remove pointless externs in xfs_error.h
` [PATCH 5/6] xfs: centralize error tag definitions
` [PATCH 6/6] xfs: constify xfs_errortag_random_default

[RFC V2 0/3] Add support to shrink multiple empty AGs
 2025-09-16 15:14 UTC  (5+ messages)
` [RFC V2 1/3] xfs: Re-introduce xg_active_wq field in struct xfs_group
` [RFC V2 2/3] xfs: Refactoring the nagcount and delta calculation
` [RFC V2 3/3] xfs: Add support to shrink multiple empty AGs

[PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
 2025-09-16 14:50 UTC  (7+ messages)
` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities
` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer


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