linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 21:34:48 to 2021-05-14 19:11:25 UTC [more...]

[PATCH RFC 00/21] NFSD callback and lease management observability
 2021-05-14 19:11 UTC  (35+ messages)
` [PATCH RFC 01/21] NFSD: Constify @fh argument of knfsd_fh_hash()
` [PATCH RFC 02/21] NFSD: Capture every CB state transition
` [PATCH RFC 03/21] NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macros
` [PATCH RFC 04/21] NFSD: Add cb_lost tracepoint
` [PATCH RFC 05/21] NFSD: Adjust cb_shutdown tracepoint
` [PATCH RFC 06/21] NFSD: Remove spurious cb_setup_err tracepoint
` [PATCH RFC 07/21] NFSD: Enhance the nfsd_cb_setup tracepoint
` [PATCH RFC 08/21] NFSD: Add an nfsd_cb_lm_notify tracepoint
` [PATCH RFC 09/21] NFSD: Add an nfsd_cb_offload tracepoint
` [PATCH RFC 10/21] NFSD: Replace the nfsd_deleg_break tracepoint
` [PATCH RFC 11/21] NFSD: Add an nfsd_cb_probe tracepoint
` [PATCH RFC 12/21] NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepoints
` [PATCH RFC 13/21] NFSD: Update nfsd_cb_args tracepoint
` [PATCH RFC 14/21] NFSD: Add nfsd_clid_cred_mismatch tracepoint
` [PATCH RFC 15/21] NFSD: Add nfsd_clid_verf_mismatch tracepoint
` [PATCH RFC 16/21] NFSD: Remove nfsd_clid_inuse_err
` [PATCH RFC 17/21] NFSD: Add nfsd_clid_confirmed tracepoint
` [PATCH RFC 18/21] NFSD: Add nfsd_clid_destroyed tracepoint
` [PATCH RFC 19/21] NFSD: Add a couple more nfsd_clid_expired call sites
` [PATCH RFC 20/21] NFSD: Rename nfsd_clid_class
` [PATCH RFC 21/21] NFSD: Add tracepoints to observe clientID activity

[PATCH v4 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-05-14 18:42 UTC  (6+ messages)
` [PATCH v4 1/2] "

[PATCH 0/1] Add callback address and state to nfsd client info
 2021-05-14 16:41 UTC  (6+ messages)
` [PATCH 1/1] nfsd4: Expose the callback address and state of each NFS4 client

[PATCH v3 00/13] create sysfs files for changing IP address
 2021-05-14 15:58 UTC  (15+ messages)
` [PATCH v3 09/13] sunrpc: add a symlink from rpc-client directory to the xprt_switch

[PATCH] nfsd: Prevent truncation of an unlinked inode from blocking access to its directory
 2021-05-14 15:46 UTC  (3+ messages)

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

[PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
 2021-05-13 20:07 UTC  (2+ messages)
` [PATCH v26 17/25] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH v2 00/25] NFSD callback and lease management observability
 2021-05-13 20:01 UTC  (40+ messages)
` [PATCH v2 01/25] NFSD: Fix TP_printk() format specifier in trace_nfsd_dirent()
` [PATCH v2 02/25] NFSD: Fix TP_printk() format specifier in nfsd_clid_class
` [PATCH v2 03/25] NFSD: Add nfsd_clid_cred_mismatch tracepoint
` [PATCH v2 04/25] NFSD: Add nfsd_clid_verf_mismatch tracepoint
` [PATCH v2 05/25] NFSD: Remove trace_nfsd_clid_inuse_err
` [PATCH v2 06/25] NFSD: Add nfsd_clid_confirmed tracepoint
` [PATCH v2 07/25] NFSD: Add nfsd_clid_reclaim_complete tracepoint
` [PATCH v2 08/25] NFSD: Add nfsd_clid_destroyed tracepoint
` [PATCH v2 09/25] NFSD: Add a couple more nfsd_clid_expired call sites
` [PATCH v2 10/25] NFSD: Add an RPC authflavor tracepoint display helper
` [PATCH v2 11/25] NFSD: Add tracepoints for SETCLIENTID edge cases
` [PATCH v2 12/25] NFSD: Add tracepoints for EXCHANGEID "
` [PATCH v2 13/25] NFSD: Constify @fh argument of knfsd_fh_hash()
` [PATCH v2 14/25] NFSD: Capture every CB state transition
` [PATCH v2 15/25] NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macros
` [PATCH v2 16/25] NFSD: Add cb_lost tracepoint
` [PATCH v2 17/25] NFSD: Adjust cb_shutdown tracepoint
` [PATCH v2 18/25] NFSD: Remove spurious cb_setup_err tracepoint
` [PATCH v2 19/25] NFSD: Enhance the nfsd_cb_setup tracepoint
` [PATCH v2 20/25] NFSD: Add an nfsd_cb_lm_notify tracepoint
` [PATCH v2 21/25] NFSD: Add an nfsd_cb_offload tracepoint
` [PATCH v2 22/25] NFSD: Replace the nfsd_deleg_break tracepoint
` [PATCH v2 23/25] NFSD: Add an nfsd_cb_probe tracepoint
` [PATCH v2 24/25] NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepoints
` [PATCH v2 25/25] NFSD: Update nfsd_cb_args tracepoint

[RFC PATCH 1/1] mount.nfs: Fix mounting on tmpfs
 2021-05-13 18:51 UTC  (10+ messages)
    ` [PATCH/RFC nfs-utils] Fix NFSv4 export of tmpfs filesystems
        `  "

[PATCH 1/1] NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error
 2021-05-13 18:35 UTC 

[PATCH] nfsd: remove redundant assignment to pointer 'this'
 2021-05-13 15:16 UTC 

[PATCH] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 15:14 UTC  (2+ messages)

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 15:13 UTC  (2+ messages)

Removing readpages aop
 2021-05-13 13:34 UTC  (4+ messages)
` [V9fs-developer] "

[PATCH 0/3] Enable the setting of a kernel module parameter from nfs.conf
 2021-05-13  0:29 UTC  (4+ messages)
    `  "

[PATCH AUTOSEL 5.10 10/34] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
 2021-05-12 18:02 UTC 

[PATCH AUTOSEL 5.11 10/35] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
 2021-05-12 18:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.11 11/35] svcrdma: Don't leak send_ctxt on Send errors

[PATCH AUTOSEL 5.12 06/37] NFS: Fix fscache invalidation in nfs_set_cache_invalid()
 2021-05-12 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.12 11/37] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
` [PATCH AUTOSEL 5.12 13/37] svcrdma: Don't leak send_ctxt on Send errors

[PATCH] pNFS/NFSv4: Remove redundant initialization of 'rd_size'
 2021-05-12  9:20 UTC 

[PATCH v3 00/15] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-12  6:20 UTC  (4+ messages)
` [PATCH v3 10/15] MAINTAINERS: Add myself as designated reviewer for generic string library

[PATCH 00/17] Optimize list lru memory consumption
 2021-05-12  3:20 UTC  (20+ messages)
` [PATCH 01/17] mm: list_lru: fix list_lru_count_one() return value
` [PATCH 02/17] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH 03/17] mm: memcontrol: remove the kmem states
` [PATCH 04/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH 05/17] mm: list_lru: remove holding lru node lock
` [PATCH 06/17] mm: list_lru: only add the memcg aware lrus to the list
` [PATCH 07/17] mm: list_lru: optimize the array of per memcg lists
` [PATCH 08/17] mm: list_lru: remove memcg_aware from struct list_lru
` [PATCH 09/17] mm: introduce kmem_cache_alloc_lru
` [PATCH 10/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
    ` [External] "
` [PATCH 11/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH 12/17] xarray: replace kmem_cache_alloc with kmem_cache_alloc_lru
` [PATCH 13/17] mm: workingset: allocate list_lru on xa_node allocation
` [PATCH 14/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH 15/17] mm: list_lru: allocate list_lru_one only when needed
` [PATCH 16/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH 17/17] mm: list_lru: replace linear array with xarray

Extracting out the gss/krb5 support in sunrpc
 2021-05-11 15:17 UTC  (3+ messages)

[PATCH] NFS: fix an incorrect limit in filelayout_decode_layout()
 2021-05-11  8:49 UTC 

ANNOUNCE: libtirpc-1.3.2 released
 2021-05-10 18:12 UTC 

Personal
 2021-05-10 14:06 UTC 

ANNOUNCE: rpcbind-1.2.6 released
 2021-05-10 17:39 UTC 

[PATCH] Replace the final SunRPC licenses with BSD licenses
 2021-05-10 16:52 UTC  (2+ messages)

[PATCH] copy_file_range.2: Update cross-filesystem support for 5.12
 2021-05-10 16:34 UTC  (4+ messages)

[PATCH 5.11 265/342] NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
 2021-05-10 10:20 UTC 

[PATCH 5.12 298/384] NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
 2021-05-10 10:21 UTC 

[PATCH 5.10 233/299] NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
 2021-05-10 10:20 UTC 

[PATCH v7] vfs: fix copy_file_range regression in cross-fs copies
 2021-05-10  9:10 UTC  (12+ messages)
` [PATCH v8] "

[PATCH] fs/nfs: Use fatal_signal_pending instead of signal_pending
 2021-05-10  2:34 UTC 

Umount fails for NFS mounts with "users" or "user" options
 2021-05-08  3:00 UTC 

[GIT PULL] Please pull NFS client requests for Linux 5.13
 2021-05-07 19:07 UTC  (2+ messages)

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

[PATCH v5 00/12] create sysfs files for changing IP address
 2021-05-06 21:34 UTC  (7+ messages)
` [PATCH v5 07/12] sunrpc: add xprt_switch direcotry to sunrpc's sysfs
` [PATCH v5 08/12] sunrpc: add a symlink from rpc-client directory to the xprt_switch
` [PATCH v5 09/12] sunrpc: add add sysfs directory per xprt under each xprt_switch
` [PATCH v5 10/12] sunrpc: add dst_attr attributes to the sysfs xprt directory
` [PATCH v5 11/12] sunrpc: provide transport info in the sysfs directory
` [PATCH v5 12/12] sunrpc: provide multipath "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).