linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 04:22:09 to 2025-10-03 13:42:51 UTC [more...]

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-03 13:46 UTC  (8+ messages)
` [PATCH v5 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v5 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v5 3/7] iomap: optional zero range dirty folio processing
` [PATCH v5 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v5 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v5 7/7] xfs: error tag to force zeroing on debug kernels

[linus:master] [xfs] c91d38b57f: stress-ng.chown.ops_per_sec 70.2% improvement
 2025-10-03 13:38 UTC  (3+ messages)

2025 LTS maintenance for XFS?
 2025-10-03 11:32 UTC  (2+ messages)

[PATCH v2] xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
 2025-10-03 10:12 UTC 

[PATCH v2] xfs_scrub: fix strerror_r usage yet again
 2025-10-03 10:07 UTC  (9+ messages)

[PATCH v4 0/3] Test file_getattr and file_setattr syscalls
 2025-10-03  9:32 UTC  (4+ messages)
` [PATCH v4 1/3] file_attr: introduce program to set/get fsxattr
` [PATCH v4 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
` [PATCH v4 3/3] xfs: test quota's project ID on special files

[PATCH] xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
 2025-10-03  7:58 UTC  (3+ messages)

[PATCH RFC] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2025-10-03  7:51 UTC  (2+ messages)

[PATCH] mkfs.xfs fix sunit size on 512e and 4kN disks
 2025-10-03  7:46 UTC  (4+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-02 17:56 UTC  (5+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

[PATCH v2 0/2] iomap: ->iomap_end() error handling fixes
 2025-10-02 17:20 UTC  (3+ messages)
` [PATCH v2 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH v2 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH] fs: doc: Fix typos
 2025-10-01 16:53 UTC  (5+ messages)

[PATCH AUTOSEL 6.17] iomap: error out on file IO when there is no inline_data buffer
 2025-10-01 13:36 UTC 

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-30 17:56 UTC  (29+ 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

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-09-30  9:22 UTC  (12+ messages)

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-29 12:56 UTC  (11+ 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 v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-29  9:38 UTC  (16+ 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

[syzbot] [mm?] WARNING in xfs_init_fs_context
 2025-09-29  7:05 UTC  (3+ messages)

[syzbot] Monthly xfs report (Sep 2025)
 2025-09-27 20:43 UTC 

[PATCH 0/3] Update to account for attr2 and ikeep removal
 2025-09-27 13:42 UTC  (9+ 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

[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 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  (5+ messages)
` [PATCH 2/5] fuse: move the backing file idr and code into a new source file
` [PATCH 5/5] fuse: move CREATE_TRACE_POINTS to a separate file

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

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 18:23 UTC  (12+ messages)
` [PATCH v4 07/15] iomap: track read/readahead folio ownership internally
` [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 13/15] fuse: use iomap for read_folio

[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  (5+ messages)
` [PATCH 2/2] xfs: rework datasync tracking and execution

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).