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

[PATCH v2] xfs_scrub: fix strerror_r usage yet again
 2025-09-26 16:27 UTC  (8+ messages)

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (53+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH 0/3] Update to account for attr2 and ikeep removal
 2025-09-26 15:37 UTC  (7+ messages)
` [PATCH 1/3] xfs/513: remove attr2 and ikeep tests
` [PATCH 2/3] xfs/613: remove attr2 tests
` [PATCH 3/3] xfs/539: Remove test for good

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-09-26 13:45 UTC  (9+ messages)

[PATCH] mkfs.xfs fix sunit size on 512e and 4kN disks
 2025-09-26 12:38 UTC 

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-26  0:26 UTC  (15+ messages)
` [PATCH v5 01/14] iomap: move bio read logic into helper function
` [PATCH v5 02/14] iomap: move read/readahead bio submission "
` [PATCH v5 03/14] iomap: store read/readahead bio generically
` [PATCH v5 04/14] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v5 05/14] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v5 06/14] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
` [PATCH v5 08/14] iomap: set accurate iter->pos when reading folio ranges
` [PATCH v5 09/14] iomap: add caller-provided callbacks for read and readahead
` [PATCH v5 10/14] iomap: move buffered io bio logic into new file
` [PATCH v5 11/14] iomap: make iomap_read_folio() a void return
` [PATCH v5 12/14] fuse: use iomap for read_folio
` [PATCH v5 13/14] fuse: use iomap for readahead
` [PATCH v5 14/14] fuse: remove fc->blkbits workaround for partial writes

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-25 19:17 UTC  (27+ 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 v5 0/4] allow partial folio write with iomap_folio_state
 2025-09-25 19:01 UTC  (9+ 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

[PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
 2025-09-25 14:25 UTC  (10+ messages)
` [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 5/5] fuse: move CREATE_TRACE_POINTS to a separate file

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-25 10:07 UTC  (8+ 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

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

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 22:56 UTC  (13+ messages)
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v3 10/15] iomap: add bias for async read requests

[PATCH 1/2] mkfs: fix libxfs_iget return value sign inversion
 2025-09-24 21:52 UTC  (5+ messages)
` [PATCH 2/2] libfrog: pass mode to xfrog_file_setattr

[PATCH CANDIDATE 5.15, 6.1, 6.6] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
 2025-09-24 19:18 UTC  (8+ messages)
  ` [External] : "

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 18:23 UTC  (23+ 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 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-23 23:08 UTC  (15+ 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

[RFC 0/2] writeback: add support for filesystems to optimize parallel writeback
 2025-09-23 18:46 UTC  (4+ messages)
` [RFC 2/2] xfs: implement get_inode_wb_ctx_idx() for per-AG "

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

[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 0/2] xfs: reduce ILOCK contention on O_DSYNC DIO
 2025-09-23 13:51 UTC  (9+ 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 

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

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

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-22 11:41 UTC  (8+ messages)
` [PATCH v5 3/4] Manual conversion of ->i_state uses

[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

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-09-19 16:27 UTC  (3+ messages)
` [PATCH v7 02/12] common/rc: Add fio atomic write helpers

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

cleanup error tags v3
 2025-09-19 16:15 UTC  (2+ messages)

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


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