Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-03-03 21:42:22 to 2025-03-17 21:00:19 UTC [more...]

[PATCH RFC 0/9] nfs/sunrpc: stop holding netns references in client-side NFS and RPC objects
 2025-03-17 20:59 UTC  (8+ messages)
` [PATCH RFC 1/9] sunrpc: transplant shutdown_client() to sunrpc module
` [PATCH RFC 2/9] lockd: add a helper to shut down rpc_clnt in nlm_host
` [PATCH RFC 3/9] lockd: don't #include debug.h from lockd.h
` [PATCH RFC 4/9] nfs: transplant nfs_server shutdown into a helper function
` [PATCH RFC 5/9] nfs: don't hold a reference to struct net in struct nfs_client
` [PATCH RFC 6/9] auth_gss: shut down gssproxy rpc_clnt in net pre_exit
` [PATCH RFC 7/9] auth_gss: don't hold a net reference in gss_auth

[PATCH v2] nfsd: refine and rename NFSD_MAY_LOCK
 2025-03-17 18:02 UTC  (14+ messages)

GSSPROXY ( for NFS with sec=krb5, krb5i , krb5p ) is development still active or is it being depreciated
 2025-03-17 13:22 UTC  (9+ messages)
    ` [nfs-utils PATCH] gssd.man: add documentation for use-gss-proxy nfs.conf option
      ` [nfs-utils PATCH v2] "

[PATCH 0/8 RFC] tidy up various VFS lookup functions
 2025-03-17  2:06 UTC  (11+ messages)
` [PATCH 1/8] VFS: improve interface for lookup_one functions
` [PATCH 2/8] nfsd: Use lookup_one() rather than lookup_one_len()
` [PATCH 3/8] nfsd: use correct idmap for all accesses
` [PATCH 4/8] cachefiles: Use lookup_one() rather than lookup_one_len()
` [PATCH 5/8] cachefiles: use correct mnt_idmap
` [PATCH 6/8] VFS: rename lookup_one_len() family to lookup_noperm() and remove permission check
` [PATCH 7/8] Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
` [PATCH 8/8] VFS: change lookup_one_common and lookup_noperm_common to take a qstr

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-14 20:44 UTC  (6+ messages)
` [PATCH 1/4] netfs: Fix collection of results during pause when collection offloaded
` [PATCH 2/4] netfs: Call `invalidate_cache` only if implemented
` [PATCH 3/4] netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
` [PATCH 4/4] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int

NFS Server Issues with RDMA in Kernel 6.13.6
 2025-03-14 20:26 UTC  (5+ messages)

[PATCH] exportfs: remove locking around ->get_parent() call
 2025-03-14 10:40 UTC  (2+ messages)

[PATCH v4 0/1] Mount option rdirplus extension
 2025-03-13 17:01 UTC  (2+ messages)
` [PATCH v4 1/1] NFS: Extend rdirplus mount option with "force|none"

[PATCH v3 0/1] Mount option rdirplus extension
 2025-03-13 16:51 UTC  (5+ messages)
` [PATCH v3 1/1] NFS: Extend rdirplus mount option with "force|none"
` [PATCH] nfs(5): Add new rdirplus functionality, clarify

[PATCH v2 0/1] Mount option rdirplus extension
 2025-03-13 14:38 UTC  (3+ messages)
` [PATCH v2 1/1] NFS: Extend rdirplus mount option with "force|none"

[PATCH 0/1] Mount option - force READDIRPLUS
 2025-03-13 14:20 UTC  (6+ messages)
` [PATCH 1/1] NFS: New mount option force_rdirplus

[PATCH] sunrpc: add a rpc_clnt shutdown control in debugfs
 2025-03-13 13:52 UTC  (7+ messages)

Parallel shared to exclusive flock conversion blocks forever on single NFS client
 2025-03-13  9:37 UTC  (3+ messages)

Get back
 2025-03-13  5:20 UTC 

Historical reason for NFS_MOUNT_FLAGMASK?
 2025-03-12 20:15 UTC  (2+ messages)

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-12 12:41 UTC  (23+ messages)

[RFC PATCH] NFSD: Add a Kconfig setting to enable delegated timestamps
 2025-03-12 10:01 UTC  (2+ messages)

[syzbot] [tipc?] [nfs?] INFO: rcu detected stall in sys_unshare (9)
 2025-03-11 15:56 UTC 

[PATCH v2 0/6] Fixes multiple sysctl bound checks
 2025-03-11  1:19 UTC  (22+ messages)
` [PATCH v2 2/6] sysctl: Fixes nsm_local_state bounds
` [PATCH v2 3/6] sysctl/coda: Fixes timeout bounds
` [PATCH v2 4/6] sysctl: Fixes scsi_logging_level bounds
` [PATCH v2 5/6] sysctl/infiniband: Fixes infiniband sysctl bounds
` (subset) [PATCH v2 0/6] Fixes multiple sysctl bound checks

[PATCH 2/2] sunrpc: don't immediately retransmit on seqno miss
 2025-03-10 15:12 UTC 

[PATCH 1/2] sunrpc: implement rfc2203 rpcsec_gss seqnum cache
 2025-03-10 15:11 UTC 

[PATCH 0/2] fix gss seqno handling to be more rfc-compliant
 2025-03-10 15:11 UTC 

[PATCH] utils/mount/nfs.man: add noalignwrite
 2025-03-10 12:52 UTC  (3+ messages)
  ` [PATCH v2] "

[RFC PATCH 0/2] NFSD: add a setting to disable splice reads
 2025-03-10 12:08 UTC  (4+ messages)
` [RFC PATCH 1/2] NFSD: Add /sys/kernel/debug/nfsd
` [RFC PATCH 2/2] NFSD: Add experimental setting to disable the use of splice read

[Bug report] NULL pointer dereference in frwr_unmap_sync()
 2025-03-09 19:40 UTC  (4+ messages)

[GIT PULL v2] crypto: Add Kerberos crypto lib
 2025-03-08  8:29 UTC  (2+ messages)

[PATCH] NFS: handle wait_on_bit_action() errors in nfs_vm_page_mkwrite()
 2025-03-07 17:29 UTC  (2+ messages)

[PATCH] fs/netfs/read_collect: add to next->prev_donated
 2025-03-07 16:09 UTC 

[PATCH v2 0/5] Implement referring call lists for CB_OFFLOAD
 2025-03-07 16:07 UTC  (4+ messages)

[PATCH V6 0/1] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-03-07 14:13 UTC  (3+ messages)
` [PATCH V6 1/1] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE

[PATCH 1/2] NFSD: unregister filesystem in case genl_register_family() fails
 2025-03-07 14:09 UTC  (7+ messages)
  ` [PATCH 2/2] NFSD: fix race between nfsd registration and exports_proc

[PATCH V4 0/2] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-03-06 17:54 UTC  (14+ messages)
` [PATCH V4 1/2] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE
` [PATCH V4 2/2] NFSD: allow client to use write delegation stateid for READ

[PATCH 0/4] nfsd: observability improvements
 2025-03-06 17:40 UTC  (9+ messages)
` [PATCH 1/4] nfsd: add commit start/done tracepoints around nfsd_commit()
` [PATCH 2/4] nfsd: add a tracepoint for nfsd_setattr
` [PATCH 3/4] nfsd: add some stub tracepoints around key vfs functions
` [PATCH 4/4] sunrpc: keep a count of when there are no threads available

[PATCH V5 0/1] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-03-06 14:55 UTC  (3+ messages)
` [PATCH V5 1/1] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE

[PATCH v3 0/3] Fixes multiple sysctl bound checks
 2025-03-06 12:35 UTC  (4+ messages)
` [PATCH v3 1/3] sysctl: Fixes idmap_cache_timeout bounds
` [PATCH v3 2/3] sysctl/coda: Fixes timeout bounds
` [PATCH v3 3/3] sysctl: Fixes max-user-freq bounds

[PATCH pynfs RFC] pynfs: add v4.1+ st_delegation and st_xattr tests to "all" group
 2025-03-05 18:45 UTC  (3+ messages)

[PATCH 1/1] fs/nfsd/nfsctl.c: fix race between nfsd registration and exports_proc
 2025-03-05 14:06 UTC  (2+ messages)

[PATCH 4/6] fuse: return correct dentry for ->mkdir
 2025-03-05 10:53 UTC  (3+ messages)
` [PATCH 4/6 - REVISED] "

[PATCH V4] nfsdcld: fix cld pipe read size
 2025-03-06  0:00 UTC 

[PATCH V3 0/2] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
 2025-03-04 17:41 UTC  (5+ messages)
` [PATCH V3 1/2] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE
` [PATCH V3 2/2] NFSD: allow client to use write delegation stateid for READ

circular locking between memory management and network layer (from nfs)
 2025-03-04 17:36 UTC 

[PATCH 0/2] Ignore SB_RDONLY when mounting and remounting nfs
 2025-03-04 16:22 UTC  (4+ messages)
` [PATCH 1/2] nfs: clear SB_RDONLY before getting superblock
` [PATCH 2/2] nfs: ignore SB_RDONLY when remounting nfs

[PATCH 0/5] nfsd: some small cleanup patches
 2025-03-04 15:29 UTC  (4+ messages)
` [PATCH 4/5] nfsd: clean up if statement in nfsd4_close_open_stateid()

Increase RPCSVC_MAXPAYLOAD to 8M?
 2025-03-04 14:40 UTC  (7+ messages)

Regression for client nfs_compare_super with NFS_SB_MASK
 2025-03-04  7:46 UTC  (2+ messages)

[PATCH 0/2] sunrpc: Fix issues with cache_detail nextcheck updates
 2025-03-03 22:26 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