public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-23 20:52:28 to 2025-01-29 19:39:41 UTC [more...]

NFSD threads hang when destroying a session or client ID
 2025-01-29 19:40 UTC  (6+ messages)

[RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
 2025-01-29 15:44 UTC  (15+ messages)

[PATCH v2 0/7] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-01-29 15:25 UTC  (17+ messages)
` [PATCH v2 1/7] nfsd: add routines to get/put session references for callbacks
` [PATCH v2 2/7] nfsd: make clp->cl_cb_session be an RCU managed pointer
` [PATCH v2 3/7] nfsd: add a cb_ses pointer to nfsd4_callback and use it instead of clp->cb_cb_session
` [PATCH v2 4/7] nfsd: overhaul CB_SEQUENCE error handling
` [PATCH v2 5/7] nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()
` [PATCH v2 6/7] nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
` [PATCH v2 7/7] sunrpc: make rpc_restart_call() and rpc_restart_call_prepare() void return

Increase RPCSVC_MAXPAYLOAD to 8M?
 2025-01-29 15:02 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 2/2] NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
 2025-01-29 12:59 UTC 

[PATCH AUTOSEL 6.12 6/8] NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
 2025-01-29 12:59 UTC 

[PATCH AUTOSEL 6.13 6/8] NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
 2025-01-29 12:58 UTC 

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

[GIT PULL] Please Pull NFS Client Updates for Linux 6.14
 2025-01-28 22:38 UTC  (2+ messages)

[PATCH 1/1] nfsd: fix __fh_verify for localio
 2025-01-28 17:10 UTC  (3+ messages)

[PATCH] nfsd: validate the nfsd_serv pointer before calling svc_wake_up
 2025-01-28 17:07 UTC  (16+ messages)

[PATCH 0/7] nfsd: filecache: change garbage collection lists
 2025-01-28 16:05 UTC  (17+ messages)
` [PATCH 1/7] nfsd: filecache: remove race handling
` [PATCH 2/7] nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()
` [PATCH 3/7] nfsd: filecache: move globals nfsd_file_lru and nfsd_file_shrinker to be per-net
` [PATCH 4/7] nfsd: filecache: change garbage collection list management
` [PATCH 5/7] nfsd: filecache: document the arbitrary limit on file-disposes-per-loop
` [PATCH 6/7] nfsd: filecache: change garbage collection to a timer
` [PATCH 7/7] nfsd: filecache: give disposal lock a unique class name

[PATCH nfsd-next] nfsd: fix uninitialised slot info when a request is retried
 2025-01-28 14:40 UTC  (3+ messages)

[PATCH v1 0/9] Fixes multiple sysctl bound checks
 2025-01-28  9:43 UTC  (13+ messages)
` [PATCH v1 1/9] sysctl: Fixes nf_conntrack_max bounds
` [PATCH v1 2/9] sysctl: Fixes nf_conntrack_expect_max bounds
` [PATCH v1 3/9] sysctl: Fixes gc_thresh bounds
` [PATCH v1 4/9] sysctl: Fixes idmap_cache_timeout bounds
` [PATCH v1 5/9] sysctl: Fixes nsm_local_state bounds
` [PATCH v1 6/9] sysctl/coda: Fixes timeout bounds
` [PATCH v1 7/9] sysctl: Fixes scsi_logging_level bounds
` [PATCH v1 8/9] sysctl/infiniband: Fixes infiniband sysctl bounds
` [PATCH v1 9/9] sysctl: Fixes max-user-freq bounds

[GIT PULL] NFSD changes for v6.14
 2025-01-28  1:56 UTC  (2+ messages)

[PATCH 5/6] nfsd: add support for freeing unused session-DRC slots
 2025-01-27 22:57 UTC  (4+ messages)

[PATCH 2/4] nfsd: filecache: move globals nfsd_file_lru and nfsd_file_shrinker to be per-net
 2025-01-27 22:21 UTC  (4+ messages)

[PATCH nfs-utils v2 0/4] rpcctl: Various Improvements
 2025-01-27 21:50 UTC  (5+ messages)
` [PATCH nfs-utils v2 1/4] rpcctl: Rename {read,write}_addr_file()
` [PATCH nfs-utils v2 2/4] rpcctl: Add support for the xprtsec sysfs attribute
` [PATCH nfs-utils v2 3/4] rpcctl: Display new rpc_clnt sysfs attributes
` [PATCH nfs-utils v2 4/4] rpcctl: Add support for `rpcctl switch add-xprt`

[PATCH v2 0/5] NFS & SUNRPC: Sysfs Improvements
 2025-01-27 21:50 UTC  (6+ messages)
` [PATCH v2 1/5] NFS: Add implid to sysfs
` [PATCH v2 2/5] sunrpc: Add a sysfs attr for xprtsec
` [PATCH v2 3/5] sunrpc: Add a sysfs files for rpc_clnt information
` [PATCH v2 4/5] sunrpc: Add a sysfs file for adding a new xprt
` [PATCH v2 5/5] sunrpc: Add a sysfs file for one-step xprt deletion

[PATCH 0/8] nfsd: CB_SEQUENCE error handling fixes and cleanups
 2025-01-27 17:00 UTC  (31+ messages)
` [PATCH 1/8] nfsd: don't restart v4.1+ callback when RPC_SIGNALLED is set
` [PATCH 2/8] nfsd: fix CB_SEQUENCE error handling of NFS4ERR_{BADSLOT,BADSESSION,SEQ_MISORDERED}
` [PATCH 3/8] nfsd: when CB_SEQUENCE gets NFS4ERR_DELAY, release the slot
` [PATCH 7/8] nfsd: clean up and amend comments around nfsd4_cb_sequence_done()

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-01-27 16:21 UTC  (3+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[PATCH 0/2] nfsd: add a new mapping and remove the redundant one
 2025-01-27 14:52 UTC  (8+ messages)
` [PATCH 1/2] nfsd: map the ELOOP to nfserr_symlink to avoid warning
` [PATCH 2/2] nfsd: remove the redundant mapping of nfserr_mlink

[PATCH v2] nfsd: clear acl_access/acl_default after releasing them
 2025-01-27 14:50 UTC  (5+ messages)

[PATCH v3 0/4] Avoid returning NFS4ERR_FILE_OPEN when not appropriate
 2025-01-27 14:50 UTC  (6+ messages)
` [PATCH v3 1/4] NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()
` [PATCH v3 2/4] NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
` [PATCH v3 3/4] NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open file
` [PATCH v3 4/4] NFSD: Return NFS4ERR_FILE_OPEN only when linking "

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

kernel NULL pointer dereference: Workqueue: events_unbound nfsd_file_gc_worker, RIP: 0010:svc_wake_up+0x9/0x20
 2025-01-26 12:54 UTC  (5+ messages)

[PATCH] nfsd: set acl_access/acl_default after getting successful
 2025-01-26  6:28 UTC  (8+ messages)

[PATCH] NFSv4: Fix deadlock during the running of state manager
 2025-01-26  3:00 UTC  (3+ messages)

[PATCH] SUNRPC: Set tk_rpc_status when RPC_TASK_SIGNALLED is detected
 2025-01-26  2:20 UTC  (6+ messages)

[nfs-utils PATCH] nfsiostat: skip argv[0] when parsing command-line
 2025-01-25 16:33 UTC  (2+ messages)

[PATCH nfs-utils v3 0/7] rpcctl: Flake8 cleanups
 2025-01-25 16:33 UTC  (2+ messages)

[PATCHES v3][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
 2025-01-25 16:25 UTC  (4+ messages)
` [PATCH v3 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
  ` [PATCH v3 19/20] orangefs_d_revalidate(): use stable parent inode and name passed by caller

[PATCH RFC 0/5] Possible changes to nfs-utils junction support
 2025-01-25 16:09 UTC  (3+ messages)
` [PATCH RFC 4/5] nfsref: Improve nfsref(5)

[RFC PATCH 0/4] Avoid returning NFS4ERR_FILE_OPEN when not appropriate
 2025-01-24 20:36 UTC  (13+ messages)
` [RFC PATCH 2/4] NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
` [RFC PATCH 3/4] NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open file
` [RFC PATCH 4/4] NFSD: Return NFS4ERR_FILE_OPEN only when linking "

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2025-01-24 19:54 UTC  (7+ messages)
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item

[PATCH v2 0/4] Avoid returning NFS4ERR_FILE_OPEN when not appropriate
 2025-01-24 15:15 UTC  (5+ messages)
` [PATCH v2 1/4] NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()
` [PATCH v2 2/4] NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
` [PATCH v2 3/4] NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open file
` [PATCH v2 4/4] NFSD: Return NFS4ERR_FILE_OPEN only when linking "

[PATCH 1/1] nfsd: adjust WARN_ON_ONCE in revoke_delegation
 2025-01-24 14:15 UTC  (2+ messages)

[PATCH 1/3] llist: add ability to remove a particular entry from the list
 2025-01-24  0:57 UTC  (2+ messages)

[PATCH pynfs] Move to xdrlib3
 2025-01-23 21:17 UTC  (4+ messages)


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