Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-16 23:50:27 to 2025-09-23 17:09:16 UTC [more...]

regressions in xfs/633 and xfs/437?
 2025-09-23 17:09 UTC  (3+ messages)

[PATCH 1/2] mkfs: fix libxfs_iget return value sign inversion
 2025-09-23 17:08 UTC 

[PATCH v3 0/3] Test file_getattr and file_setattr syscalls
 2025-09-23 16:09 UTC  (3+ messages)
` [PATCH v3 2/3] generic: introduce test to test file_getattr/file_setattr syscalls

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

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-23 14:57 UTC  (16+ messages)
` [PATCH 1/8] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/8] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers

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

[ANNOUNCE] xfs-linux: for-next updated to c91d38b57f2c
 2025-09-23 13:50 UTC 

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

[PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-23  7:10 UTC  (12+ 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 v5 0/4] allow partial folio write with iomap_folio_state
 2025-09-23  4:21 UTC  (5+ messages)
` [PATCH v5 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH v5 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH v5 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH v5 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-22 23:19 UTC  (39+ 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 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

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

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-19 17:58 UTC  (7+ messages)
` [PATCH v2 12/16] iomap: add bias for async read requests

[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  (2+ 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  (5+ messages)

[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  (3+ messages)
` [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] "


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