Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-16 00:38:24 to 2025-09-19 16:15:54 UTC [more...]

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

[PATCH v2] xfs_scrub: fix strerror_r usage yet again
 2025-09-19 16:14 UTC 

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

[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

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-19 15:49 UTC  (5+ 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 v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-19 15:33 UTC  (33+ 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 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-19 15:04 UTC  (9+ 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

[PATCH] xfs: constify xfs_errortag_random_default
 2025-09-19 13:14 UTC 

store the buftarg size in the buftarg v4
 2025-09-19 13:12 UTC  (3+ 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 v2] xfs_scrub: Use POSIX-conformant strerror_r
 2025-09-19 10:52 UTC  (4+ messages)

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

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

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-19  9:24 UTC  (8+ 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

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-09-19  6:48 UTC  (13+ 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] xfs: scrub: use kstrdup_const() for metapath scan setups
 2025-09-18 19:12 UTC  (2+ messages)

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

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

cleanup error tags v3
 2025-09-18 14:34 UTC  (6+ 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 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

[ANNOUNCE] xfs-linux: for-next updated to 8e2cdd8e18ff
 2025-09-16 11:35 UTC 

[PATCH 0/3] xfs: hint based zone allocation improvements
 2025-09-16 11:34 UTC  (6+ messages)
  ` [PATCH 1/3] fs: add an enum for number of life time hints

fix cross-platform log CRC validation
 2025-09-16 11:34 UTC  (6+ messages)
` [PATCH 2/2] xfs: fix log CRC mismatches between i386 and other architectures

remove most typedefs from xfs_log_format.h
 2025-09-16 11:34 UTC  (2+ messages)

[PATCH] xfs: extend removed sysctls table
 2025-09-16 11:34 UTC  (2+ messages)

linux-next: build warning after merge of the xfs tree
 2025-09-16 10:22 UTC  (2+ messages)

[linux-next:master] [xfs] b9a176e541: xfstests.xfs.613.fail
 2025-09-16  7:59 UTC 

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

[PATCHSET RFC v5 8/8] fuse: run fuse servers as a contained service
 2025-09-16  0:41 UTC  (3+ messages)
` [PATCH 1/2] fuse: allow privileged mount helpers to pre-approve iomap usage
` [PATCH 2/2] fuse: set iomap backing device block size

[PATCHSET RFC v5 7/8] fuse: cache iomap mappings for even better file IO performance
 2025-09-16  0:41 UTC  (11+ messages)
` [PATCH 01/10] fuse: cache iomaps
` [PATCH 02/10] fuse_trace: "
` [PATCH 03/10] fuse: use the iomap cache for iomap_begin
` [PATCH 04/10] fuse_trace: "
` [PATCH 05/10] fuse: invalidate iomap cache after file updates
` [PATCH 06/10] fuse_trace: "
` [PATCH 07/10] fuse: enable iomap cache management
` [PATCH 08/10] fuse_trace: "
` [PATCH 09/10] fuse: overlay iomap inode info in struct fuse_inode
` [PATCH 10/10] fuse: enable iomap

[PATCHSET RFC v5 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
 2025-09-16  0:38 UTC  (2+ messages)
` [PATCH 9/9] fuse: always cache ACLs when using iomap


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