Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-20 06:33:12 to 2025-10-24 14:43:17 UTC [more...]

[PATCH v7 00/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-24 14:43 UTC  (12+ messages)
` [PATCH v7 01/14] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v7 02/14] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v7 03/14] NFSD: Refactor nfsd_vfs_write()
` [PATCH v7 04/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v7 05/14] NFSD: @stable for direct writes is always NFS_FILE_SYNC
` [PATCH v7 06/14] NFSD: Always set IOCB_SYNC in direct write path
` [PATCH v7 07/14] NFSD: Remove specific error handling
` [PATCH v7 08/14] NFSD: Remove alignment size checking
` [PATCH v7 09/14] NFSD: Remove the len_mask check
` [PATCH v7 10/14] NFSD: Clean up synopsis of nfsd_iov_iter_aligned_bvec()
` [PATCH v7 11/14] NFSD: Clean up struct nfsd_write_dio

[PATCH v6 0/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-24 14:24 UTC  (16+ messages)
` [PATCH v6 1/5] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v6 2/5] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v6 3/5] NFSD: Refactor nfsd_vfs_write()
` [PATCH v6 4/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v6 5/5] svcrdma: Mark Read chunks

[PATCH] lockd: don't allow locking on reexported NFSv2/3
 2025-10-24 13:51 UTC  (5+ messages)

[PATCH v2 0/8] nfsd: assorted cleanups involving v4.1 current-stateid
 2025-10-24 13:49 UTC  (12+ messages)
` [PATCH v2 1/8] nfsd: revise names of special stateid, and predicate functions
` [PATCH v2 2/8] nfsd: prepare XXX_current_stateid() functions to be non-static
` [PATCH v2 3/8] nfsd: move set_current_stateid and clear_current_stateid calls earlier
` [PATCH v2 4/8] nfsd: discard v4 ->op_get_currentstateid() function
` [PATCH v2 5/8] nfsd: discard ->op_set_currentstateid()
` [PATCH v2 6/8] nfsd: discard current_stateid.h
` [PATCH v2 7/8] nfsd: discard OP_CLEAR_STATEID
` [PATCH v2 8/8] nfsd: replace sid_flags with two bools

[RFC PATCH 1/1] lockd: prevent UAF in nlm4svc_proc_test in reexport NLM
 2025-10-23 14:55 UTC  (27+ messages)

[PATCH] MAINTAINERS: add a nfsd blocklayout reviewer
 2025-10-23 14:04 UTC  (5+ messages)

[RFC PATCH] NFSD: Make FILE_SYNC WRITEs comply with spec
 2025-10-23 13:34 UTC  (10+ messages)

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-23 11:41 UTC  (12+ messages)
    ` [PATCH v2 01/16] writeback: add infra for parallel writeback
    ` [PATCH v2 04/16] writeback: affine inode to a writeback ctx within a bdi
    ` [PATCH v2 05/16] writeback: modify bdi_writeback search logic to search across all wb ctxs

[PATCH 00/32] ns: support file handles
 2025-10-23 10:46 UTC  (3+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls

[PATCH v4 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-23  5:52 UTC  (20+ messages)
` [PATCH v4 1/3] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v4 2/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE

Where can I find nfs-utils?
 2025-10-23  1:34 UTC  (3+ messages)

[PATCH v4 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-22 23:47 UTC  (18+ messages)
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate
` [PATCH v4 6/7] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs

[PATCH v5 0/4] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-22 17:00 UTC  (16+ messages)
` [PATCH v5 1/4] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v5 2/4] NFSD: Refactor nfsd_vfs_write()
` [PATCH v5 3/4] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v5 4/4] svcrdma: Mark Read chunks

[Bug report][xfstests generic/751] hang on nfs writeback
 2025-10-22 16:24 UTC  (2+ messages)

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-22  9:03 UTC  (18+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland

[PATCH v1] NFS: Fix possible NULL pointer dereference in nfs_inode_remove_request()
 2025-10-22  7:36 UTC  (9+ messages)

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-10-21 13:20 UTC  (4+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks

[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-21 13:09 UTC  (2+ messages)

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-21 11:54 UTC  (11+ messages)

[PATCH 0/7] nfsd: assorted cleanup
 2025-10-21 10:42 UTC  (2+ messages)

[PATCH 6.1 0/8] Backporting CVE-2025-38073 fix patch
 2025-10-21 10:16 UTC  (13+ messages)
` [PATCH 6.1 1/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6.1 2/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 6.1 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 6.1 4/8] fs: factor out a direct_write_fallback helper
` [PATCH 6.1 5/8] direct_write_fallback(): on error revert the ->ki_pos update from buffered write
` [PATCH 6.1 6/8] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 6.1 7/8] block: fix race between set_blocksize and read paths
` [PATCH 6.1 8/8] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()

[RFC PATCH v4 0/9] NFSv4/flexfiles: Add support for striped layouts
 2025-10-20 19:58 UTC  (3+ messages)

redhat patch missing upstream? excessive getattrs
 2025-10-20 19:03 UTC 

[ANNOUNCE] ktls 1.3.0
 2025-10-20 18:58 UTC 

[Bug report] xfstests generic/323 over NFS hit BUG: KASAN: slab-use-after-free in nfs_local_call_read on 6.18.0-rc1
 2025-10-20 18:24 UTC  (4+ messages)

internal error code leakage into user space
 2025-10-20 17:54 UTC 

[Bug report][xfstests on nfs]BUG: KASAN: slab-use-after-free in nfs_local_call_write+0xba0/0xe20 [nfs]
 2025-10-20 13:42 UTC 

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-20  9:38 UTC  (13+ messages)
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "

[PATCH v1] NFSD: Enable return of an updated stable_how to NFS clients
 2025-10-20  6:59 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).