linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 10:27:07 to 2021-05-13 14:52:25 UTC [more...]

[PATCH v2 00/25] NFSD callback and lease management observability
 2021-05-13 14:50 UTC  (30+ 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

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

[PATCH] netfs: Make CONFIG_NETFS_SUPPORT auto-selected rather than manual
 2021-05-13 10:49 UTC 

[PATCH] netfs: Pass flags through to grab_cache_page_write_begin()
 2021-05-13 10:49 UTC 

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

[PATCH 0/3] Enable the setting of a kernel module parameter from nfs.conf
 2021-05-13  0:29 UTC  (6+ messages)
` [PATCH 1/3] nfs-utils: Enable the retrieval of raw config settings without expansion
    ` Re: [PATCH 0/3] Enable the setting of a kernel module parameter from nfs.conf

[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 v4 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-05-12 16:53 UTC  (3+ messages)

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

[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  (18+ messages)
` [PATCH v3 01/15] lib/string_helpers: Switch to use BIT() macro
` [PATCH v3 02/15] lib/string_helpers: Move ESCAPE_NP check inside 'else' branch in a loop
` [PATCH v3 03/15] lib/string_helpers: Drop indentation level in string_escape_mem()
` [PATCH v3 04/15] lib/string_helpers: Introduce ESCAPE_NA for escaping non-ASCII
` [PATCH v3 05/15] lib/string_helpers: Introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [PATCH v3 06/15] lib/string_helpers: Allow to append additional characters to be escaped
` [PATCH v3 07/15] lib/test-string_helpers: Print flags in hexadecimal format
` [PATCH v3 08/15] lib/test-string_helpers: Get rid of trailing comma in terminators
` [PATCH v3 09/15] lib/test-string_helpers: Add test cases for new features
` [PATCH v3 10/15] MAINTAINERS: Add myself as designated reviewer for generic string library
` [PATCH v3 11/15] seq_file: Introduce seq_escape_mem()
` [PATCH v3 12/15] seq_file: Add seq_escape_str() as replica of string_escape_str()
` [PATCH v3 13/15] seq_file: Convert seq_escape() to use seq_escape_str()
` [PATCH v3 14/15] nfsd: Avoid non-flexible API in seq_quote_mem()
` [PATCH v3 15/15] seq_file: Drop unused *_escape_mem_ascii()

[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

[PATCH RFC 00/21] NFSD callback and lease management observability
 2021-05-11 17:44 UTC  (33+ 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

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  (13+ messages)
` [PATCH v5 01/12] sunrpc: Create a sunrpc directory under /sys/kernel/
` [PATCH v5 02/12] sunrpc: Create a client/ subdirectory in the sunrpc sysfs
` [PATCH v5 03/12] sunrpc: Create per-rpc_clnt sysfs kobjects
` [PATCH v5 04/12] sunrpc: add xprt id
` [PATCH v5 05/12] sunrpc: add IDs to multipath
` [PATCH v5 06/12] sunrpc: keep track of the xprt_class in rpc_xprt structure
` [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 "

[PATCH 1/1] mountd/exports: Fix typo in the man page
 2021-05-06 17:32 UTC  (2+ messages)

[PATCH] Fix `statx()` emulation breaking exports
 2021-05-06 17:31 UTC  (2+ messages)

[PATCH nfs-utils] Replace all /var/run with /run
 2021-05-06 17:31 UTC  (2+ messages)

[GIT PULL] more nfsd changes for 5.13
 2021-05-05 20:49 UTC  (2+ messages)

unsharing tcp connections from different NFS mounts
 2021-05-05 12:53 UTC  (18+ messages)
                    `  "

[PATCH v2 00/14] lib/string_helpers: get rid of ugly *_escape_mem_ascii()
 2021-05-04 16:26 UTC  (17+ messages)
` [PATCH v2 04/14] lib/string_helpers: Introduce ESCAPE_NA for escaping non-ASCII
` [PATCH v2 05/14] lib/string_helpers: Introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [PATCH v2 06/14] lib/string_helpers: Allow to append additional characters to be escaped
` [PATCH v2 07/14] lib/test-string_helpers: Print flags in hexadecimal format
` [PATCH v2 08/14] lib/test-string_helpers: Get rid of trailing comma in terminators
` [PATCH v2 09/14] lib/test-string_helpers: Add test cases for new features
` [PATCH v2 10/14] MAINTAINERS: Add myself as designated reviewer for generic string library
` [PATCH v2 11/14] seq_file: Introduce seq_escape_mem()
` [PATCH v2 12/14] seq_file: Replace seq_escape() with inliner
` [PATCH v2 13/14] nfsd: Avoid non-flexible API in seq_quote_mem()
` [PATCH v2 14/14] seq_file: Drop unused *_escape_mem_ascii()


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).