Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-10-22 04:41:23 to 2025-10-27 15:46:35 UTC [more...]

[PATCH v8 00/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-27 15:46 UTC  (2+ messages)
` [PATCH v8 01/12] NFSD: Make FILE_SYNC WRITEs comply with spec

[PATCH 1/1] gssd: protect kerberos ticket cache access
 2025-10-27 15:38 UTC 

[PATCH v7 00/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-27 15:19 UTC  (70+ 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 v7 12/14] NFSD: Introduce struct nfsd_write_dio_seg
` [PATCH v7 13/14] NFSD: Clean up direct write fall back error flow
` [PATCH v7 14/14] NFSD: Initialize separate ki_flags

[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-27 14:45 UTC  (8+ messages)
` [v6.18-rcX PATCH 0/3] nfs/localio: fixes for recent misaligned DIO changes
` [v6.18-rcX PATCH 1/3] nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support
` [v6.18-rcX PATCH 2/3] nfs/localio: add refcounting for each iocb IO associated with NFS pgio header
` [v6.18-rcX PATCH 3/3] nfs/localio: backfill missing partial read support for misaligned DIO

[PATCH v1 1/3] xdrgen: Generalize/harden pathname construction
 2025-10-27 13:56 UTC  (3+ messages)
` [PATCH v1 2/3] xdrgen: Make the xdrgen script location-independent
` [PATCH v1 3/3] xdrgen: Fix the variable-length opaque field decoder template

[PATCH] xdrgen: handle _XdrString in union encoder/decoder
 2025-10-27 13:53 UTC  (2+ messages)

[PATCH v3 00/10] nfsd: assorted cleanups involving v4 special stateids
 2025-10-27 13:02 UTC  (19+ messages)
` [PATCH v3 01/10] nfsd: fix current-stateid handling after PUTFH etc
` [PATCH v3 02/10] nfsd: drop explicit tests for special stateids which would be invalid
  ` [PATCH v3a "
` [PATCH v3 03/10] nfsd: revise names of special stateid, and predicate functions
` [PATCH v3 04/10] nfsd: prepare XXX_current_stateid() functions to be non-static
` [PATCH v3 05/10] nfsd: discard CSTATE flags
` [PATCH v3 06/10] nfsd: move set_current_stateid and clear_current_stateid calls earlier
` [PATCH v3 07/10] nfsd: discard v4 ->op_get_currentstateid() function
` [PATCH v3 08/10] nfsd: discard ->op_set_currentstateid()
` [PATCH v3 09/10] nfsd: discard current_stateid.h
` [PATCH v3 10/10] nfsd: discard OP_CLEAR_STATEID

[PATCH AUTOSEL 6.17-5.4] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
 2025-10-25 15:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-5.4] NFSv4.1: fix mount hang after CREATE_SESSION failure
` [PATCH AUTOSEL 6.17-5.4] NFSv4: handle ERR_GRACE on delegation recalls

[PATCH 00/32] ns: support file handles
 2025-10-24 22:31 UTC  (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls

[PATCH v6 0/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-24 18:30 UTC  (17+ 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] nfs: use nfs version 4.0, including the minorversion
 2025-10-24 17:03 UTC 

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

[PATCH v4 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-23  5:52 UTC  (16+ messages)
` [PATCH v4 2/3] "

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  (12+ messages)
` [PATCH v4 4/7] net/handshake: Support KeyUpdate message types
` [PATCH v4 5/7] nvme-tcp: Support KeyUpdate

[PATCH v5 0/4] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-22 17:00 UTC  (6+ messages)

[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  (7+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [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 v1] NFS: Fix possible NULL pointer dereference in nfs_inode_remove_request()
 2025-10-22  7:36 UTC  (8+ messages)


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