Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-05-08 14:26:29 to 2025-05-19 09:07:41 UTC [more...]

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-19  9:07 UTC  (4+ messages)
` [PATCH 1/4] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
` [PATCH 2/4] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 3/4] netfs: Fix the request's work item to not require a ref

[PATCH nfs-utils] exportfs: make "insecure" the default for all exports
 2025-05-19  6:02 UTC  (23+ messages)

[PATCH 0/6 v2] nfs_localio: fixes for races and errors from older compilers
 2025-05-19  3:49 UTC  (18+ 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: duplicate nfs_close_local_fh()
` [PATCH 5/6] nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()
` [PATCH 6/6] nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer

Why TLS and Kerberos are not useful for NFS security Re: [PATCH nfs-utils] exportfs: make "insecure" the default for all exports
 2025-05-19  3:09 UTC  (8+ messages)

[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
 2025-05-18  9:57 UTC  (5+ messages)

support keyrings for NFS TLS mounts v2
 2025-05-17 18:39 UTC  (15+ messages)
` [PATCH 1/2] NFS: support the kernel keyring for TLS
` [PATCH 2/2] nfs: create a kernel keyring

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

[GIT PULL] Please pull NFS client bugfixes for 6.15
 2025-05-16 23:41 UTC  (2+ messages)

RPC-with-TLS client does not receive traffic
 2025-05-16 23:27 UTC  (4+ messages)

[PATCH v1 0/3] NFS Client btime support
 2025-05-16 15:31 UTC  (6+ messages)
` [PATCH v1 1/3] Expand the type of nfs_fattr->valid
` [PATCH v1 2/3] nfs: Add timecreate to nfs inode
` [PATCH v1 3/3] NFS: Return the file btime in the statx results when appropriate

[PATCH] NFS: Fixes for nfs4_proc_mkdir() error handling
 2025-05-16 15:14 UTC  (2+ messages)

non-stop kworker NFS/RPC write traffic even after unmount
 2025-05-16 13:33 UTC  (13+ messages)

[PATCH V6 0/1] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-05-15 19:54 UTC  (3+ messages)
` [PATCH V6 1/1] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE

[PATCH 1/1] NFSD: release read access of nfs4_file when a write delegation is returned
 2025-05-15 19:54 UTC  (3+ messages)

[PATCH] flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSes
 2025-05-15 19:04 UTC 

small sunrpc cleanups v2
 2025-05-15 19:03 UTC  (6+ messages)
` [PATCH 1/3] sunrpc: simplify xdr_init_encode_pages
` [PATCH 2/3] sunrpc: simplify xdr_partial_copy_from_skb
` [PATCH 3/3] sunrpc: unexport csum_partial_copy_to_xdr

[PATCH] RFC flexfiles/pNFS: delete v4.1 device in case of any connection errors
 2025-05-15 15:44 UTC 

[PATCH 0/3] Use folios for symlinks in the page cache
 2025-05-15 10:14 UTC  (5+ messages)
` [PATCH 1/3] fs: Convert __page_get_link() to use a folio
` [PATCH 2/3] nfs: Use a folio in nfs_get_link()
` [PATCH 3/3] fs: Pass a folio to page_put_link()

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-05-14 
 2025-05-14 23:03 UTC 

[PATCH v2 0/8] Support btime and other NFSv4 specific attributes
 2025-05-14 13:15 UTC  (2+ messages)

[PATCH v3] nfs: handle failure of nfs_get_lock_context in unlock path
 2025-05-14  8:08 UTC 

[PATCH] nfsd: Invoke tracking callbacks only after initialization is complete
 2025-05-14  7:04 UTC  (3+ messages)

[PATCH v2] nfs: handle failure of nfs_get_lock_context in unlock path
 2025-05-14  7:02 UTC  (5+ messages)

writeback cleanups v2
 2025-05-14  5:18 UTC  (2+ messages)

small sunrpc cleanups
 2025-05-14  5:05 UTC  (8+ messages)
` [PATCH 1/3] sunrpc: simplify xdr_init_encode_pages
` [PATCH 2/3] sunrpc: simplify xdr_partial_copy_from_skb
` [PATCH 3/3] sunrpc: unexport csum_partial_copy_to_xdr

[PATCH v5 00/19] Allocate payload arrays dynamically
 2025-05-14  0:11 UTC  (28+ messages)
` [PATCH v5 01/19] svcrdma: Reduce the number of rdma_rw contexts per-QP
` [PATCH v5 02/19] sunrpc: Add a helper to derive maxpages from sv_max_mesg
` [PATCH v5 03/19] sunrpc: Remove backchannel check in svc_init_buffer()
` [PATCH v5 04/19] sunrpc: Replace the rq_pages array with dynamically-allocated memory
` [PATCH v5 05/19] sunrpc: Replace the rq_bvec "
` [PATCH v5 06/19] NFSD: Use rqstp->rq_bvec in nfsd_iter_read()
` [PATCH v5 07/19] NFSD: De-duplicate the svc_fill_write_vector() call sites
` [PATCH v5 08/19] SUNRPC: Export xdr_buf_to_bvec()
` [PATCH v5 09/19] NFSD: Use rqstp->rq_bvec in nfsd_iter_write()
` [PATCH v5 10/19] SUNRPC: Remove svc_fill_write_vector()
` [PATCH v5 11/19] SUNRPC: Remove svc_rqst :: rq_vec
` [PATCH v5 12/19] sunrpc: Adjust size of socket's receive page array dynamically
` [PATCH v5 13/19] svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
` [PATCH v5 14/19] svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages
` [PATCH v5 15/19] sunrpc: Remove the RPCSVC_MAXPAGES macro
` [PATCH v5 16/19] NFSD: Remove NFSD_BUFSIZE
` [PATCH v5 17/19] NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro
` [PATCH v5 18/19] NFSD: Add a "default" block size
` [PATCH v5 19/19] SUNRPC: Bump the maximum payload size for the server

[PATCH] NFS: add localio to sysfs
 2025-05-13 19:50 UTC 

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2025-05-13 19:42 UTC  (5+ messages)

[PATCH] NFSv4: Don't check for OPEN feature support in v4.1
 2025-05-13 19:26 UTC  (2+ messages)

[PATCH] NFS: always probe for LOCALIO support asynchronously
 2025-05-13 17:31 UTC  (2+ messages)

[PATCH] NFSv4/pnfs: Reset the layout state after a layoutreturn
 2025-05-13 15:21 UTC  (5+ messages)

Trouble with multiple kerberos ticket caches
 2025-05-12 15:46 UTC  (8+ messages)
        ` Trouble with kerberos encryption types

[PATCH V6 0/1] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-05-11 23:46 UTC  (9+ messages)
` [PATCH V6 1/1] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE

[PATCH] NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()
 2025-05-11 20:59 UTC  (2+ messages)

[PATCH v4 01/14] svcrdma: Reduce the number of rdma_rw contexts per-QP
 2025-05-10 23:12 UTC  (12+ messages)

[PATCH] pnfs/flexfiles: connect to NFSv3 DS using TLS if MDS connection uses TLS
 2025-05-09 20:39 UTC 

[PATCH 6.1.y] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2025-05-09  9:38 UTC 

[PATCH 1/3] nfsd: call svc_fill_write_vector from nfsd_vfs_write
 2025-05-08 23:08 UTC  (2+ messages)

[PATCH v2 0/6] Remove svc_rqst :: rq_vec
 2025-05-08 17:37 UTC  (7+ messages)
` [PATCH v2 1/6] NFSD: Use rqstp->rq_bvec in nfsd_iter_read()
` [PATCH v2 2/6] SUNRPC: Export xdr_buf_to_bvec()
` [PATCH v2 3/6] NFSD: De-duplicate the svc_fill_write_vector() call sites
` [PATCH v2 4/6] NFSD: Use rqstp->rq_bvec in nfsd_iter_write()
` [PATCH v2 5/6] SUNRPC: Remove svc_fill_write_vector()
` [PATCH v2 6/6] SUNRPC: Remove svc_rqst :: rq_vec

[PATCH 2/3] nfsd: use rq_bvec instead of rq_vec in nfsd_vfs_write
 2025-05-08 15:42 UTC  (2+ messages)

[PATCH v1 0/4] Remove svc_rqst :: rq_vec
 2025-05-08 14:26 UTC  (3+ messages)
` [PATCH v1 3/4] NFSD: Use rqstp->rq_bvec in nfsd_iter_write()


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