Linux NFS development
 help / color / mirror / Atom feed
 messages from 2021-05-27 06:24:28 to 2021-06-08 20:00:46 UTC [more...]

[PATCH v10 00/13] create sysfs files for changing IP address
 2021-06-08 19:59 UTC  (11+ messages)
` [PATCH v10 01/13] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v10 02/13] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v10 03/13] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v10 04/13] sunrpc: add xprt id
` [PATCH v10 06/13] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH v10 08/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v10 09/13] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v10 10/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v10 11/13] sunrpc: provide transport info in the sysfs directory
` [PATCH v10 12/13] sunrpc: provide multipath "

[PATCH 1/1] NFSv4.1+ add trunking when server trunking detected
 2021-06-08 18:45 UTC 

[RFC PATCH 0/6] Add a tool for using the new sysfs files
 2021-06-08 17:46 UTC  (7+ messages)
` [RFC PATCH 1/6] nfs-sysfs: Add an nfs-sysfs.py tool
` [RFC PATCH 2/6] nfs-sysfs.py: Add a command for printing xprt switch information
` [RFC PATCH 3/6] nfs-sysfs.py: Add a command for printing individual xprts
` [RFC PATCH 4/6] nfs-sysfs.py: Add a command for printing rpc-client information
` [RFC PATCH 5/6] nfs-sysfs.py: Add a command for changing xprt dstaddr
` [RFC PATCH 6/6] nfs-sysfs.py: Add a command for changing xprt-switch dstaddrs

nfsd dead loop when xfstests generic/531
 2021-06-08 17:20 UTC  (4+ messages)

[PATCH] nfs(5): Fix missing mentions of "rdma6" netid
 2021-06-08 17:10 UTC 

[PATCH] nfs(5): Correct the spelling of "kernel_source"
 2021-06-08 17:03 UTC 

NFSv4: Mounting NFS server which is down, blocks all other NFS mounts on same machine
 2021-06-08 16:10 UTC  (10+ messages)

quic in-kernel implementation?
 2021-06-08  7:36 UTC  (5+ messages)

[PATCH 1/2] NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()
 2021-06-08  6:08 UTC  (5+ messages)
` [PATCH 2/2] NFSv4: Fix second deadlock in nfs4_evict_inode()

[PATCH] treewide: Add missing semicolons to __assign_str uses
 2021-06-07 23:18 UTC  (3+ messages)

[PATCH v9 00/13] create sysfs files for changing IP address
 2021-06-07 21:57 UTC  (16+ messages)
` [PATCH v9 01/13] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v9 02/13] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v9 03/13] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v9 04/13] sunrpc: add xprt id
` [PATCH v9 05/13] sunrpc: add IDs to multipath
` [PATCH v9 06/13] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH v9 07/13] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH v9 08/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v9 09/13] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v9 10/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v9 11/13] sunrpc: provide transport info in the sysfs directory
` [PATCH v9 12/13] sunrpc: provide multipath "
` [PATCH v9 13/13] sunrpc: provide showing transport's state "

[PATCH -next] nfs_common: fix doc warning
 2021-06-07  6:28 UTC 

[syzbot] general protection fault in nfsd_reply_cache_free_locked (2)
 2021-06-07  5:42 UTC 

Continuation of failed RPC request after unmount
 2021-06-05 21:02 UTC 

[PATCH -next v2] NFSD: Fix error return code in nfsd4_interssc_connect()
 2021-06-04 17:30 UTC  (4+ messages)

[PATCH] fs/nfs: fix some -Wmissing-prototypes warnings we get a warning when building kernel with W=1: fs/nfs/nfs4file.c:318:1: warning: no previous prototype for ‘nfs42_ssc_open’ [-Wmissing-prototypes] fs/nfs/nfs4file.c:402:6: warning: no previous prototype for ‘nfs42_ssc_close’ [-Wmissing-prototypes]
 2021-06-04 16:18 UTC  (2+ messages)

[PATCH v1 0/3] modify xprt state using sysfs
 2021-06-04  0:21 UTC  (6+ messages)
` [PATCH v1 1/3] sunrpc: take a xprt offline "
` [PATCH v1 2/3] NFSv4.1 identify and mark RPC tasks that can move between transports
` [PATCH v1 3/3] sunrpc: remove an offlined xprt using sysfs

[PATCH 1/1] nfsd: fix kernel test robot warning in SSC code
 2021-06-04  0:02 UTC 

[PATCH 00/29] XDR overhaul for server-side lockd
 2021-06-03 20:53 UTC  (30+ messages)
` [PATCH 01/29] lockd: Remove stale comments
` [PATCH 02/29] lockd: Create a simplified .vs_dispatch method for NLM requests
` [PATCH 03/29] lockd: Common NLM XDR helpers
` [PATCH 04/29] lockd: Update the NLMv1 void argument decoder to use struct xdr_stream
` [PATCH 05/29] lockd: Update the NLMv1 TEST arguments "
` [PATCH 06/29] lockd: Update the NLMv1 LOCK "
` [PATCH 07/29] lockd: Update the NLMv1 CANCEL "
` [PATCH 08/29] lockd: Update the NLMv1 UNLOCK "
` [PATCH 09/29] lockd: Update the NLMv1 nlm_res "
` [PATCH 10/29] lockd: Update the NLMv1 SM_NOTIFY "
` [PATCH 11/29] lockd: Update the NLMv1 SHARE "
` [PATCH 12/29] lockd: Update the NLMv1 FREE_ALL "
` [PATCH 13/29] lockd: Update the NLMv1 void results encoder "
` [PATCH 14/29] lockd: Update the NLMv1 TEST "
` [PATCH 15/29] lockd: Update the NLMv1 nlm_res "
` [PATCH 16/29] lockd: Update the NLMv1 SHARE "
` [PATCH 17/29] lockd: Update the NLMv4 void arguments decoder "
` [PATCH 18/29] lockd: Update the NLMv4 TEST "
` [PATCH 19/29] lockd: Update the NLMv4 LOCK "
` [PATCH 20/29] lockd: Update the NLMv4 CANCEL "
` [PATCH 21/29] lockd: Update the NLMv4 UNLOCK "
` [PATCH 22/29] lockd: Update the NLMv4 nlm_res "
` [PATCH 23/29] lockd: Update the NLMv4 SM_NOTIFY "
` [PATCH 24/29] lockd: Update the NLMv4 SHARE "
` [PATCH 25/29] lockd: Update the NLMv4 FREE_ALL "
` [PATCH 26/29] lockd: Update the NLMv4 void results encoder "
` [PATCH 27/29] lockd: Update the NLMv4 TEST "
` [PATCH 28/29] lockd: Update the NLMv4 nlm_res "
` [PATCH 29/29] lockd: Update the NLMv4 SHARE "

[PATCH RFC 1/1] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-06-03 18:14 UTC 

[PATCH -next] NFSD: Fix error return code in nfsd4_interssc_connect()
 2021-06-03 16:23 UTC  (3+ messages)

[PATCH] NFS: FMODE_READ and friends are C macros, not enum types
 2021-06-03 14:12 UTC 

[PATCH] NFS: Fix a potential NULL dereference in nfs_get_client()
 2021-06-03 12:37 UTC 

[PATCH v8 00/13] create sysfs files for changing IP address
 2021-06-03  1:10 UTC  (16+ messages)
` [PATCH v8 01/13] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v8 02/13] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v8 03/13] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v8 04/13] sunrpc: add xprt id
` [PATCH v8 05/13] sunrpc: add IDs to multipath
` [PATCH v8 06/13] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [PATCH v8 07/13] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH v8 08/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v8 09/13] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v8 10/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v8 11/13] sunrpc: provide transport info in the sysfs directory
` [PATCH v8 12/13] sunrpc: provide multipath "
` [PATCH v8 13/13] sunrpc: provide showing transport's state "

[PATCH] nfsd: move fsnotify on client creation outside spinlock
 2021-06-03  0:10 UTC  (2+ messages)

[nfs-utils PATCH v3 0/2] Two rpc.gssd improvements
 2021-06-02 20:34 UTC  (8+ messages)
` [nfs-utils PATCH v3 1/2] gssd: deal with failed thread creation
` [nfs-utils PATCH v3 2/2] gssd: add timeout for upcall threads

BUG: KASAN: use-after-free in find_clp_in_name_tree.isra.0+0x13e/0x190 [nfsd]
 2021-06-02 20:04 UTC  (2+ messages)

[PATCH v3 0/1] Add callback address and state to nfsd4 client info
 2021-06-02 19:33 UTC  (3+ messages)
` [PATCH v3 1/1] nfsd4: Expose the callback address and state of each NFS4 client

[PATCH v2] NFS: Fix use-after-free in nfs4_init_client()
 2021-06-02 19:08 UTC  (3+ messages)

[PATCH] NFS: Fix use-after-free in nfs4_init_client()
 2021-06-02 18:27 UTC 

[PATCH] NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriate
 2021-06-02 17:13 UTC 

[LTP PATCH v2 1/3] nfs_lib.sh: Detect unsupported protocol
 2021-06-02 11:08 UTC  (8+ messages)
` [LTP PATCH v2 3/3] nfs_lib.sh: Check running rpc.mountd, rpc.statd

pynfs: rpc AuthGss.init_cred fails on missing attrs/wrong usage of gssapi (nfs4 client)
 2021-06-02  9:35 UTC 

pynfs: [NFS 4.0] SEC7, LOCK24 test failures
 2021-06-02  7:58 UTC  (3+ messages)

[nfs:testing 2/2] fs/nfs/nfs4proc.c:9598:51: error: incompatible pointer types passing 'struct nfs4_exception *' to parameter of type 'long *'
 2021-06-01 19:02 UTC 

[PATCH net-next] xprtrdma: Fix spelling mistakes
 2021-06-01 14:21 UTC  (4+ messages)
  ` 答复: "

nfsv4.1 deadlock between evict and nfs_fhget when drain session
 2021-06-01  8:35 UTC 

[nfs-utils RFC PATCH 0/2] Two rpc.gssd improvements
 2021-05-30 19:54 UTC  (11+ messages)
` [nfs-utils RFC PATCH 2/2] gssd: add timeout for upcall threads

Errors in nfs man pages
 2021-05-29 10:55 UTC 

[GIT PULL] Please pull NFS client bugfixes for 5.13
 2021-05-28 19:00 UTC  (2+ messages)

[PATCH v2 1/1] NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error
 2021-05-28 17:44 UTC  (4+ messages)

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-05-28  8:04 UTC  (25+ messages)
` [PATCH v2 01/21] mm: list_lru: fix list_lru_count_one() return value
` [PATCH v2 02/21] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH v2 03/21] mm: memcontrol: remove the kmem states
` [PATCH v2 04/21] mm: memcontrol: do it in mem_cgroup_css_online to make the kmem online
` [PATCH v2 05/21] mm: list_lru: remove lru node locking from memcg_update_list_lru_node
` [PATCH v2 06/21] mm: list_lru: only add the memcg aware lrus to the list_lrus
` [PATCH v2 07/21] mm: list_lru: optimize the array of per memcg lists memory consumption
` [PATCH v2 08/21] mm: list_lru: remove memcg_aware field from struct list_lru
` [PATCH v2 09/21] mm: introduce kmem_cache_alloc_lru
` [PATCH v2 10/21] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v2 11/21] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v2 12/21] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v2 13/21] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v2 14/21] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v2 15/21] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v2 16/21] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v2 17/21] mm: list_lru: replace linear array with xarray
    ` [External] "
` [PATCH v2 18/21] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v2 19/21] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v2 20/21] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v2 21/21] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[nfs-utils PATCH v2 0/2] Two rpc.gssd improvements
 2021-05-27 18:32 UTC  (3+ messages)
` [nfs-utils PATCH v2 1/2] gssd: deal with failed thread creation
` [nfs-utils PATCH v2 2/2] gssd: add timeout for upcall threads


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