Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-04-12 12:37:08 to 2025-04-28 19:37:09 UTC [more...]

[PATCH v4 00/14] Allocate payload arrays dynamically
 2025-04-28 19:36 UTC  (4+ messages)
` [PATCH v4 01/14] svcrdma: Reduce the number of rdma_rw contexts per-QP
` [PATCH v4 02/14] sunrpc: Add a helper to derive maxpages from sv_max_mesg
` [PATCH v4 03/14] sunrpc: Remove backchannel check in svc_init_buffer()

[PATCH] svcrdma: Unregister the device if svc_rdma_accept() fails
 2025-04-28 18:36 UTC  (3+ messages)

[PATCH v2] NFS: Avoid flushing data while holding directory locks in nfs_rename()
 2025-04-28 16:49 UTC 

[PATCH] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-28 16:32 UTC  (5+ messages)

fattr4_hidden and fattr4_system r/w attributes in Linux NFSD?
 2025-04-28 14:15 UTC  (2+ messages)

[PATCH net-next] crypto/krb5: Fix change to use SG miter to use offset
 2025-04-28 11:19 UTC  (2+ messages)

[PATCH] NFS: Avoid flushing data while holding directory locks in nfs_rename()
 2025-04-28  2:35 UTC  (3+ messages)

[PATCH] NFSD: Implement FATTR4_CLONE_BLKSIZE attribute
 2025-04-27 16:39 UTC 

nfsdctl: lockd configuration failure reported after updating to nfs-utils-2.8.3
 2025-04-26 20:17 UTC  (2+ messages)

[GIT PULL] 2nd round of NFSD fixes for v6.15
 2025-04-26 17:54 UTC  (2+ messages)

rpc-statd.service: State 'stop-sigterm' timed out. Killing
 2025-04-26 16:44 UTC  (2+ messages)

[PATCH v3 00/11] Allocate payload arrays dynamically
 2025-04-26 15:08 UTC  (14+ messages)
` [PATCH v3 01/11] sunrpc: Remove backchannel check in svc_init_buffer()
` [PATCH v3 02/11] sunrpc: Add a helper to derive maxpages from sv_max_mesg
` [PATCH v3 03/11] sunrpc: Replace the rq_pages array with dynamically-allocated memory
` [PATCH v3 04/11] sunrpc: Replace the rq_vec "
` [PATCH v3 05/11] sunrpc: Replace the rq_bvec "
` [PATCH v3 06/11] sunrpc: Adjust size of socket's receive page array dynamically
` [PATCH v3 07/11] svcrdma: Adjust the number of RDMA contexts per transport
` [PATCH v3 08/11] svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
` [PATCH v3 09/11] svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages
` [PATCH v3 10/11] sunrpc: Remove the RPCSVC_MAXPAGES macro
` [PATCH v3 11/11] NFSD: Remove NFSSVC_MAXBLKSIZE from .pc_xdrressize

[PATCH v2] generic/033: Don't call 'fzero' with the KEEP_SIZE flag
 2025-04-26 12:48 UTC  (3+ messages)

[PATCH 1/1] NFSv4.2: fix listxattr to return selinux security label
 2025-04-25 18:09 UTC 

[RFC][PATCH] saner calling conventions for ->d_automount()
 2025-04-25 17:16 UTC  (6+ messages)

[PATCH] generic/033: Check that the 'fzero' operations supports KEEP_SIZE
 2025-04-25 15:22 UTC  (4+ messages)

[PATCH] NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are delegated
 2025-04-25 12:49 UTC 

NFS/SELinux regression caused by commit fc2a169c56de ("sunrpc: clean cache_detail immediately when flush is written frequently")
 2025-04-25 11:34 UTC  (9+ messages)

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-04-24 21:31 UTC  (13+ messages)
` [RFC PATCH 1/3] filemap: Add a helper for filesystems implementing dropbehind
` [RFC PATCH 2/3] filemap: Mark folios as dropbehind in generic_perform_write()
` [RFC PATCH 3/3] NFS: Enable the RWF_DONTCACHE flag for the NFS client
` [PATCH 4/3] NFS: add RWF_DONTCACHE support to LOCALIO

[PATCH] NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE)
 2025-04-24 19:57 UTC 

nfs compile error nfslocalio.o and localio.o since v6.14-rc1
 2025-04-24 16:04 UTC  (27+ messages)
              ` [PATCH] nfs: add dummy definition for nfsd_file
                  ` [PATCH v2] "

[PATCH kheaders] kheaders: exclude NFS/AFS temporary files more robustly" -m " The existing implementation handles temporary files correctly, but can be improved by:
 2025-04-24  7:03 UTC 

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-04-23 22:49 UTC  (3+ messages)

[PATCH 0/2] Allow FREE_STATEID to free delegations
 2025-04-23 22:12 UTC  (9+ messages)
` [PATCH 1/2] NFSv4: Ensure test_and_free_stateid callers use private memory
` [PATCH 2/2] NFSv4: Allow FREE_STATEID to clean up delegations

leaked pNFS DS nfs_client references
 2025-04-23 15:53 UTC  (2+ messages)

[PATCH] fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
 2025-04-23 14:39 UTC  (2+ messages)

[PATCH v2 00/10] Allocate payload arrays dynamically
 2025-04-23 13:16 UTC  (20+ messages)
` [PATCH v2 01/10] sunrpc: Remove backchannel check in svc_init_buffer()
` [PATCH v2 02/10] sunrpc: Add a helper to derive maxpages from sv_max_mesg
` [PATCH v2 03/10] sunrpc: Replace the rq_pages array with dynamically-allocated memory
` [PATCH v2 04/10] sunrpc: Replace the rq_vec "
` [PATCH v2 05/10] sunrpc: Replace the rq_bvec "
` [PATCH v2 06/10] sunrpc: Adjust size of socket's receive page array dynamically
` [PATCH v2 07/10] svcrdma: Adjust the number of RDMA contexts per transport
` [PATCH v2 08/10] svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
` [PATCH v2 09/10] svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages
` [PATCH v2 10/10] sunrpc: Remove the RPCSVC_MAXPAGES macro

Fwd: Regarding service request 1841915
 2025-04-23  9:34 UTC  (2+ messages)
  ` a discussion on CVE-2025-2312

[PATCH] NFS/localio: Fix a race in nfs_local_open_fh()
 2025-04-23  0:14 UTC  (2+ messages)

[PATCH] NFS/localio: Fix a race in nfs_local_open_fh()
 2025-04-22 14:39 UTC  (2+ messages)
`  "

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (5+ messages)

[PATCH pynfs v2] pynfs: add test for read with delegation stateid after close
 2025-04-21 20:44 UTC 

[PATCH] pynfs: add test for read with delegation stateid after close
 2025-04-21 13:40 UTC  (2+ messages)

[PATCH v2 0/2] nfs: don't share pNFS DS connections between net namespaces
 2025-04-21 13:30 UTC  (2+ messages)

[PATCH 0/2] nfs: handle failure during allocing lock/unlock data
 2025-04-21 12:00 UTC  (6+ messages)
` [PATCH 1/2] nfs: handle failure of nfs_get_lock_context in unlock path
` [PATCH 2/2] nfs: handle failure of get_nfs_open_context

[linus:master] [nfsd] eccbbc7c00: dbench.max_latency 99.9% improvement
 2025-04-21  5:44 UTC 

[Final reminder] Spring 2025 NFS Bake-a-thon
 2025-04-19 19:10 UTC 

[GIT PULL] First set of NFSD fixes for v6.15
 2025-04-19 17:44 UTC  (2+ messages)

[PATCH] nfs: handle failure of nfs_get_lock_context in unlock path
 2025-04-19 12:25 UTC  (6+ messages)

[PATCH] nfs: fix the race of lock/unlock and open
 2025-04-19  8:57 UTC 

[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
 2025-04-18 18:03 UTC  (3+ messages)

[PATCH] nfs: Use IS_ERR_OR_NULL() helper function
 2025-04-18 17:27 UTC  (2+ messages)

[PATCH] sunrpc: allow SOMAXCONN backlogged TCP connections
 2025-04-18 14:00 UTC  (2+ messages)

non-stop kworker NFS/RPC write traffic even after unmount
 2025-04-18 13:31 UTC  (4+ messages)

[RFC][PATCH] nfs: Revert "nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS"
 2025-04-18  2:02 UTC  (2+ messages)

Wanted: more fixups for client delegations test/free walk
 2025-04-17 14:53 UTC  (5+ messages)

Two NFSD commits for recent LTS kernels
 2025-04-17 14:17 UTC  (2+ messages)

[PATCH] nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
 2025-04-17 12:48 UTC  (2+ messages)

[RFC PATCH 0/2] Move rq_vec[] and rq_bvec[] out of svc_rqst
 2025-04-16 18:55 UTC  (6+ messages)
` [RFC PATCH 1/2] sunrpc: Replace the rq_bvec array with dynamically-allocated memory
` [RFC PATCH 2/2] sunrpc: Replace the rq_vec "

[PATCH v2] NFSv4: xattr handlers should check for absent nfs filehandles
 2025-04-16 15:23 UTC 

[PATCH] NFSv4: xattr handlers should check for absent nfs filehandles
 2025-04-15 19:56 UTC  (3+ messages)

[PATCH] deleg: break infinite loop in DELEG8 test
 2025-04-15 14:49 UTC  (3+ messages)

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022 for testing, 2025-04-14 
 2025-04-14 21:17 UTC 

[PATCH] nfsd: Initialize ssc before laundromat_work to prevent NULL dereference
 2025-04-14 17:42 UTC  (3+ messages)

[PATCH 0/2 v2] VFS: minor improvements to a couple of interfaces
 2025-04-14 15:54 UTC  (4+ messages)
` [PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry

[Reminder] Spring 2025 NFS Bake-a-thon
 2025-04-12 20:04 UTC 

Async client v4 mount results in unexpected number of extents on the server
 2025-04-12 19:19 UTC  (5+ messages)


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