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

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-16  0:38 UTC  (63+ 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 5/8] fuse: implement file attributes mask for statx
  ` [PATCH 6/8] fuse: update file mode when updating acls
  ` [PATCH 7/8] fuse: propagate default and file acls on creation
  ` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers
` [PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
  ` [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
` [PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
  ` [PATCH 1/5] fuse: allow synchronous FUSE_INIT
  ` [PATCH 2/5] fuse: move the backing file idr and code into a new source file
  ` [PATCH 3/5] fuse: move the passthrough-specific code back to passthrough.c
  ` [PATCH 4/5] fuse_trace: "
  ` [PATCH 5/5] fuse: move CREATE_TRACE_POINTS to a separate file
` [PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/28] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/28] fuse_trace: "
  ` [PATCH 03/28] fuse: make debugging configurable at runtime
  ` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/28] fuse_trace: "
  ` [PATCH 06/28] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
  ` [PATCH 07/28] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 08/28] fuse_trace: "
  ` [PATCH 09/28] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 10/28] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 11/28] fuse_trace: "
  ` [PATCH 12/28] fuse: implement direct IO with iomap
  ` [PATCH 13/28] fuse_trace: "
  ` [PATCH 14/28] fuse: implement buffered "
  ` [PATCH 15/28] fuse_trace: "
  ` [PATCH 16/28] fuse: implement large folios for iomap pagecache files
  ` [PATCH 17/28] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 18/28] fuse: advertise support for iomap
  ` [PATCH 19/28] fuse: query filesystem geometry when using iomap
  ` [PATCH 20/28] fuse_trace: "
  ` [PATCH 21/28] fuse: implement fadvise for iomap files
  ` [PATCH 22/28] fuse: invalidate ranges of block devices being used for iomap
  ` [PATCH 23/28] fuse_trace: "
  ` [PATCH 24/28] fuse: implement inline data file IO via iomap
  ` [PATCH 25/28] fuse_trace: "
  ` [PATCH 26/28] fuse: allow more statx fields
  ` [PATCH 27/28] fuse: support atomic writes with iomap
  ` [PATCH 28/28] fuse: disable direct reclaim for any fuse server that uses iomap
` [PATCHSET RFC v5 5/8] fuse: allow servers to specify root node id
  ` [PATCH 1/3] fuse: make the root nodeid dynamic
  ` [PATCH 2/3] fuse_trace: "
  ` [PATCH 3/3] fuse: allow setting of root nodeid
` [PATCHSET RFC v5 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
  ` [PATCH 1/9] fuse: enable caching of timestamps
  ` [PATCH 2/9] fuse: force a ctime update after a fileattr_set call when in iomap mode
  ` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
  ` [PATCH 4/9] fuse_trace: "
  ` [PATCH 5/9] fuse: cache atime when in iomap mode
  ` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
  ` [PATCH 7/9] fuse_trace: "
  ` [PATCH 8/9] fuse: update ctime when updating acls on an iomap inode
  ` [PATCH 9/9] fuse: always cache ACLs when using iomap
` [PATCHSET RFC v5 7/8] fuse: cache iomap mappings for even better file IO performance
` [PATCHSET RFC v5 8/8] fuse: run fuse servers as a contained service

[PATCH CANDIDATE 5.15, 6.1, 6.6] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
 2025-09-15 23:40 UTC  (4+ messages)

cleanup error tags
 2025-09-15 23:37 UTC  (15+ 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

xfsprogs: cleanup error injection
 2025-09-15 20:51 UTC  (5+ messages)
` [PATCH 1/2] xfs: centralize error tag definitions
` [PATCH 2/2] xfs_io: use the XFS_ERRTAG macro to generate injection targets

fix cross-platform log CRC validation
 2025-09-15 20:50 UTC  (6+ messages)
` [PATCH 1/2] xfs: rename the old_crc variable in xlog_recover_process
` [PATCH 2/2] xfs: fix log CRC mismatches between i386 and other architectures

[PATCH] xfs: move the XLOG_REG_ constants out of xfs_log_format.h
 2025-09-15 20:48 UTC  (3+ messages)

remove most typedefs from xfs_log_format.h
 2025-09-15 18:29 UTC  (17+ messages)
` [PATCH 01/15] xfs: remove the xlog_op_header_t typedef
` [PATCH 02/15] xfs: remove the xfs_trans_header_t typedef
` [PATCH 03/15] xfs: remove the xfs_extent_t typedef
` [PATCH 04/15] xfs: remove the xfs_extent32_t typedef
` [PATCH 05/15] xfs: remove the xfs_extent64_t typedef
` [PATCH 06/15] xfs: remove the xfs_efi_log_format_t typedef
` [PATCH 07/15] xfs: remove the xfs_efi_log_format_32_t typedef
` [PATCH 08/15] xfs: remove the xfs_efi_log_format_64_t typedef
` [PATCH 09/15] xfs: remove the xfs_efd_log_format_t typedef
` [PATCH 10/15] xfs: remove the unused xfs_efd_log_format_32_t typedef
` [PATCH 11/15] xfs: remove the unused xfs_efd_log_format_64_t typedef
` [PATCH 12/15] xfs: remove the unused xfs_buf_log_format_t typedef
` [PATCH 13/15] xfs: remove the unused xfs_dq_logformat_t typedef
` [PATCH 14/15] xfs: remove the unused xfs_qoff_logformat_t typedef
` [PATCH 15/15] xfs: remove the unused xfs_log_iovec_t typedef

[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
 2025-09-15 18:20 UTC  (10+ messages)
  ` [External] "

[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-15 16:05 UTC  (32+ messages)
` [PATCH v2 01/16] iomap: move async bio read logic into helper function
` [PATCH v2 04/16] iomap: store read/readahead bio generically
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead
` [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

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-15 14:16 UTC  (7+ messages)
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors

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

[PATCH v4 0/4] allow partial folio write with iomap_folio_state
 2025-09-15 11:29 UTC  (14+ messages)
` [PATCH 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-14 12:11 UTC  (3+ messages)
` [RFC 1/2] writeback: add support for filesystems to affine inodes to specific writeback ctx
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG parallel writeback

[PATCH] xfs: extend removed sysctls table
 2025-09-13  0:23 UTC  (2+ messages)

[PATCH v3 0/3] Test file_getattr and file_setattr syscalls
 2025-09-12 23:39 UTC  (3+ messages)
` [PATCH v3 1/3] file_attr: introduce program to set/get fsxattr

[PATCH v3 0/4] xfsprogs: utilize file_getattr() and file_setattr()
 2025-09-12 23:38 UTC  (5+ messages)
` [PATCH v3 v3 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
` [PATCH v3 v3 2/4] xfs_quota: utilize file_setattr to set prjid on special files

[PATCH v3 00/10] add support for name_to, open_by_handle_at() to io_uring
 2025-09-12 22:51 UTC  (13+ messages)
` [PATCH v3 01/10] fhandle: create helper for name_to_handle_at(2)
` [PATCH v3 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH v3 03/10] fhandle: helper for allocating, reading struct file_handle
` [PATCH v3 04/10] fhandle: create do_file_handle_open() helper
` [PATCH v3 05/10] fhandle: make do_file_handle_open() take struct open_flags
` [PATCH v3 06/10] exportfs: allow VFS flags in struct file_handle
` [PATCH v3 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup
` [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
` [PATCH v3 10/10] xfs: add support for non-blocking fh_to_dentry()

[PATCH v2] xfs_scrub: Use POSIX-conformant strerror_r
 2025-09-12 15:00 UTC  (3+ messages)

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-09-12 13:09 UTC  (10+ messages)
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface

[PATCH 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-12  7:14 UTC  (3+ messages)
` [PATCH 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH v3 0/4] allow partial folio write with iomap_folio_state
 2025-09-12  7:13 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