public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-17 19:00:48 to 2025-06-25 07:52:16 UTC [more...]

[PATCH v2 00/11] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
 2025-06-25  7:52 UTC  (46+ messages)
` [PATCH v2 01/11] fhandle: raise FILEID_IS_DIR in handle_type
` [PATCH v2 02/11] fhandle: hoist copy_from_user() above get_path_from_fd()
` [PATCH v2 03/11] fhandle: rename to get_path_anchor()
` [PATCH v2 04/11] pidfs: add pidfs_root_path() helper
` [PATCH v2 05/11] fhandle: reflow get_path_anchor()
` [PATCH v2 06/11] uapi/fcntl: mark range as reserved
` [PATCH v2 07/11] uapi/fcntl: add FD_INVALID
` [PATCH v2 08/11] exportfs: add FILEID_PIDFS
` [PATCH v2 09/11] fhandle: add EXPORT_OP_AUTONOMOUS_HANDLES marker
` [PATCH v2 10/11] fhandle, pidfs: support open_by_handle_at() purely based on file handle
` [PATCH v2 11/11] selftests/pidfd: decode pidfd file handles withou having to specify an fd

[PATCH] nfs:check for user input filehandle size
 2025-06-26  0:26 UTC  (2+ messages)

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-25  6:26 UTC  (7+ messages)
          ` does fuse need ->launder_folios, was: "

[PATCH] NFS: Allow folio migration for the case of mode == MIGRATE_SYNC
 2025-06-24 23:17 UTC 

[PATCH] NFSv4/flexfiles: Fix handling of NFS level errors in I/O
 2025-06-24 23:17 UTC 

[PATCH 0/4 RFC] improve some nfsd_mutex locking
 2025-06-24 22:32 UTC  (8+ messages)
` [PATCH 1/4] nfsd: provide proper locking for all write_ function
` [PATCH 2/4] nfsd: use mutex for global config management and clean up on module unload
` [PATCH 3/4] nfsd: split nfsd_mutex into one mutex per net-namespace
` [PATCH 4/4] nfsd: use guard(mutex) for all ->config_mutex locking

[PATCH] nfsd: Using guard() to simplify nfsd_cache_lookup()
 2025-06-24 22:15 UTC  (10+ messages)

[PATCH] nfsroot-generator: do not fail if nfsroot is not configured
 2025-06-24 19:11 UTC  (2+ messages)

[PATCH 0/9] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
 2025-06-24  8:25 UTC  (33+ messages)
` [PATCH 1/9] fhandle: raise FILEID_IS_DIR in handle_type
` [PATCH 2/9] fhandle: hoist copy_from_user() above get_path_from_fd()
` [PATCH 3/9] fhandle: rename to get_path_anchor()
` [PATCH 4/9] pidfs: add pidfs_root_path() helper
` [PATCH 5/9] fhandle: reflow get_path_anchor()
` [PATCH 6/9] exportfs: add FILEID_PIDFS
` [PATCH 7/9] fhandle: add EXPORT_OP_AUTONOMOUS_HANDLES marker
` [PATCH 8/9] fhandle, pidfs: support open_by_handle_at() purely based on file handle
` [PATCH 9/9] selftests/pidfd: decode pidfd file handles withou having to specify an fd

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-24  5:59 UTC  (8+ messages)

[PATCH v4 0/2] nfsd: Implement large extent array support in pNFS
 2025-06-23 13:50 UTC  (8+ messages)
` [PATCH v4 1/2] nfsd: Drop dprintk in blocklayout xdr functions
` [PATCH v4 2/2] nfsd: Implement large extent array support in pNFS

[PATCH 0/6] sunrpc: patches and cleanups for v6.17
 2025-06-23 13:49 UTC  (8+ messages)
` [PATCH 1/6] sunrpc: fix handling of unknown auth status codes
` [PATCH 2/6] sunrpc: remove SVC_SYSERR
` [PATCH 3/6] sunrpc: reset rq_accept_statp when starting a new RPC
` [PATCH 4/6] sunrpc: return better error in svcauth_gss_accept() on alloc failure
` [PATCH 5/6] sunrpc: rearrange struct svc_rqst for fewer cachelines
` [PATCH 6/6] sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer

[PATCH] NFS: Using guard() to simplify lock/unlock code
 2025-06-23 12:52 UTC 

[PATCH 00/11] netfs, cifs: Fixes to retry-related code
 2025-06-23 12:48 UTC  (12+ messages)
` [PATCH 01/11] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/11] netfs: Put double put of request
` [PATCH 03/11] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/11] netfs: Fix looping in wait functions
` [PATCH 05/11] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/11] cifs: Fix prepare_write to negotiate wsize if needed
` [PATCH 07/11] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 08/11] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 09/11] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 10/11] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 11/11] netfs: Update tracepoints in a number of ways

[RFC PATCH] nfsd: convert the nfsd_users to atomic_t
 2025-06-23  8:52 UTC  (6+ messages)

[RFC PATCH 0/2] Remove union from struct knfsd_fh
 2025-06-23  7:33 UTC  (6+ messages)
` [RFC PATCH 1/2] NFSD: Access a knfsd_fh's fsid by pointer
` [RFC PATCH 2/2] NFSD: Simplify struct knfsd_fh

[PATCH 0/3 RFC] improve some nfsd_mutex locking
 2025-06-23  2:47 UTC  (9+ messages)
` [PATCH 1/3] nfsd: provide proper locking for all write_ function
` [PATCH 2/3] nfsd: use kref and new mutex for global config management
` [PATCH 3/3] nfsd: split nfsd_mutex into one mutex per net-namespace

[PATCH] nfsdctl:Fix skip unsupported address families in socket activation
 2025-06-11 16:35 UTC 

[GIT PULL] First round of NFSD fixes for v6.16
 2025-06-21 16:36 UTC  (2+ messages)

[GIT PULL] First round of NFSD fixes for v6.16
 2025-06-21 15:13 UTC 

[PATCH 0/3 RFC] improve some nfsd_mutex locking
 2025-06-20 13:13 UTC  (9+ messages)
` [PATCH 1/3] nfsd: provide proper locking for all write_ function
` [PATCH 2/3] nfsd: use kref and new mutex for global config management
` [PATCH 3/3] nfsd: split nfsd_mutex into one mutex per net-namespace

[PATCH v3] nfsd: Implement large extent array support in pNFS
 2025-06-20  7:53 UTC  (3+ messages)

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-06-19 21:18 UTC  (7+ messages)

[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-19 20:19 UTC  (11+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (6+ messages)
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH v2] NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
 2025-06-19 15:02 UTC 

[PATCH] NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
 2025-06-19 15:00 UTC  (3+ messages)

[PATCH] sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
 2025-06-19 13:18 UTC  (2+ messages)

[PATCH v2] nfsd: Invoke tracking callbacks only after initialization is complete
 2025-06-18 20:45 UTC  (5+ messages)

[RFC PATCH] Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"
 2025-06-18 19:22 UTC  (3+ messages)

[PATCH v2 0/4] nfs: client-side tracepoints for delegations and cache coherency
 2025-06-18 13:19 UTC  (5+ messages)
` [PATCH v2 1/4] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH v2 2/4] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH v2 3/4] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH v2 4/4] nfs: new tracepoint in match_stateid operation

[PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
 2025-06-17 22:23 UTC  (12+ messages)
` need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
                    ` [RFC PATCH] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec [was: Re: need SUNRPC TCP to receive into aligned pages]

[PATCH v3][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-17 19:14 UTC  (3+ messages)


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