Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-04-23 15:21:22 to 2025-05-05 13:25:45 UTC [more...]

[PATCH] NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are delegated
 2025-05-05 13:25 UTC  (4+ messages)

[PATCH] NFSv4: Always set NLINK even if the server doesn't support it
 2025-05-04 12:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] nfs: add dummy definition for nfsd_file
 2025-05-04  9:07 UTC  (4+ messages)

[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
 2025-05-04  8:48 UTC  (4+ messages)

[PATCH v4 00/18] nfsd: observability improvements
 2025-05-03 20:32 UTC  (23+ messages)
` [PATCH v4 01/18] NFSD: Use sockaddr instead of a generic array
` [PATCH v4 02/18] NFSD: Add a Call equivalent to the NFSD_TRACE_PROC_RES macros
` [PATCH v4 03/18] nfsd: add a tracepoint for nfsd_setattr
` [PATCH v4 04/18] nfsd: add a tracepoint to nfsd_lookup_dentry
` [PATCH v4 05/18] nfsd: add nfsd_vfs_create tracepoints
` [PATCH v4 06/18] nfsd: add tracepoint to nfsd_symlink
` [PATCH v4 07/18] nfsd: add tracepoint to nfsd_link()
` [PATCH v4 08/18] nfsd: add tracepoints for unlink events
` [PATCH v4 09/18] nfsd: add tracepoint to nfsd_rename
` [PATCH v4 10/18] nfsd: add tracepoint to nfsd_readdir
` [PATCH v4 11/18] nfsd: add tracepoint for getattr and statfs events
` [PATCH v4 12/18] nfsd: remove old v2/3 create path dprintks
` [PATCH v4 13/18] nfsd: remove old v2/3 SYMLINK dprintks
` [PATCH v4 14/18] nfsd: remove old LINK dprintks
` [PATCH v4 15/18] nfsd: remove REMOVE/RMDIR dprintks
` [PATCH v4 16/18] nfsd: remove dprintks for v2/3 RENAME events
` [PATCH v4 17/18] nfsd: remove legacy READDIR dprintks
` [PATCH v4 18/18] nfsd: remove legacy dprintks from GETATTR and STATFS codepaths

[PATCH v3 00/17] nfsd: observability improvements
 2025-05-03 15:11 UTC  (18+ messages)
` [PATCH v3 01/17] sunrpc: move the SVC_RQST_EVENT_*() macros to common header
` [PATCH v3 02/17] nfsd: add a tracepoint for nfsd_setattr
` [PATCH v3 03/17] nfsd: add a tracepoint to nfsd_lookup_dentry
` [PATCH v3 04/17] nfsd: add nfsd_vfs_create tracepoints
` [PATCH v3 05/17] nfsd: add tracepoint to nfsd_symlink
` [PATCH v3 06/17] nfsd: add tracepoint to nfsd_link()
` [PATCH v3 07/17] nfsd: add tracepoints for unlink events
` [PATCH v3 08/17] nfsd: add tracepoint to nfsd_rename
` [PATCH v3 09/17] nfsd: add tracepoint to nfsd_readdir
` [PATCH v3 10/17] nfsd: add tracepoint for getattr and statfs events
` [PATCH v3 11/17] nfsd: remove old v2/3 create path dprintks
` [PATCH v3 12/17] nfsd: remove old v2/3 SYMLINK dprintks
` [PATCH v3 13/17] nfsd: remove old LINK dprintks
` [PATCH v3 14/17] nfsd: remove REMOVE/RMDIR dprintks
` [PATCH v3 15/17] nfsd: remove dprintks for v2/3 RENAME events
` [PATCH v3 16/17] nfsd: remove legacy READDIR dprintks
` [PATCH v3 17/17] nfsd: remove legacy dprintks from GETATTR and STATFS codepaths

[PATCH] nfsdcld:Fix a memory leak
 2025-05-03  5:33 UTC 

Trouble with multiple kerberos ticket caches
 2025-05-02 17:29 UTC 

[nfs-utils PATCH] nfsdctl: fix lockd config during autostart
 2025-05-02 13:24 UTC  (2+ messages)

[PATCH v2 0/1] Allow FREE_STATEID to free delegations
 2025-05-01 15:03 UTC  (3+ messages)
` [PATCH v2 1/1] NFSv4: Allow FREE_STATEID to clean up delegations

[nfs-utils PATCH v2] nfsdctl: debug logging fixups
 2025-05-01 12:15 UTC 

[PATCH 0/6] nfs_localio: fixes for races and errors from older compilers
 2025-04-30 22:21 UTC  (12+ messages)
` [PATCH 1/6] nfs_localio: use cmpxchg() to install new nfs_file_localio
` [PATCH 2/6] nfs_localio: always hold nfsd net ref with nfsd_file ref
` [PATCH 3/6] nfs_localio: simplify interface to nfsd for getting nfsd_file
` [PATCH 4/6] nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu struct
` [PATCH 5/6] nfs_localio: duplicate nfs_close_local_fh()
` [PATCH 6/6] nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()

[PATCH] NFS: Avoid flushing data while holding directory locks in nfs_rename()
 2025-04-30 13:28 UTC  (7+ messages)

[PATCH] NFSv4: Don't check for OPEN feature support in v4.1
 2025-04-30 12:51 UTC  (2+ messages)

[PATCH v4 00/14] Allocate payload arrays dynamically
 2025-04-30 12:45 UTC  (25+ 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 v4 04/14] sunrpc: Replace the rq_pages array with dynamically-allocated memory
` [PATCH v4 05/14] sunrpc: Replace the rq_vec "
` [PATCH v4 06/14] sunrpc: Replace the rq_bvec "
` [PATCH v4 07/14] sunrpc: Adjust size of socket's receive page array dynamically
` [PATCH v4 08/14] svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
` [PATCH v4 09/14] svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages
` [PATCH v4 10/14] sunrpc: Remove the RPCSVC_MAXPAGES macro
` [PATCH v4 11/14] NFSD: Remove NFSD_BUFSIZE
` [PATCH v4 12/14] NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro
` [PATCH v4 13/14] NFSD: Add a "default" block size
` [PATCH v4 14/14] SUNRPC: Bump the maximum payload size for the server

[PATCH] TCP: Reassemble TCP PDU segments for complete NFS message processing
 2025-04-30  3:45 UTC 

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-29 23:34 UTC  (4+ messages)

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

[PATCH v3 0/4] rpcctl: Various Improvements
 2025-04-29 18:33 UTC  (5+ messages)
` [PATCH v3 1/4] rpcctl: Rename {read,write}_addr_file()
` [PATCH v3 2/4] rpcctl: Add support for the xprtsec sysfs attribute
` [PATCH v3 3/4] rpcctl: Display new rpc_clnt sysfs attributes
` [PATCH v3 4/4] rpcctl: Add support for `rpcctl switch add-xprt`

[PATCH 0/2] Allow FREE_STATEID to free delegations
 2025-04-29 14:01 UTC  (10+ 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

fattr4_hidden and fattr4_system r/w attributes in Linux NFSD?
 2025-04-29 13:45 UTC  (4+ messages)

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

[PATCH] nfsd: use SHA-256 library API instead of crypto_shash API
 2025-04-28 20:24 UTC  (4+ messages)

[PATCH RFC 0/2] nfs: free leftover lsegs before freeing a layout in pnfs_put_layout_hdr
 2025-04-28 20:24 UTC  (3+ messages)
` [PATCH RFC 1/2] "
` [PATCH RFC 2/2] nfs: pr_warn if plh_segs or plh_return_segs are non-empty when freeing

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

[PATCH] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-28 16:32 UTC  (5+ 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  (13+ messages)
` [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)

NFS/SELinux regression caused by commit fc2a169c56de ("sunrpc: clean cache_detail immediately when flush is written frequently")
 2025-04-25 11:34 UTC  (7+ 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 

[PATCH v2] nfs: add dummy definition for nfsd_file
 2025-04-24 16:04 UTC  (3+ messages)

[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)

leaked pNFS DS nfs_client references
 2025-04-23 15:53 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