Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-06-20 10:20:12 to 2022-07-05 19:08:39 UTC [more...]

[PATCH v2 0/2] NFSD: handling memory shortage problem with Courteous server
 2022-07-05 19:08 UTC  (7+ messages)
` [PATCH v2 1/2] NFSD: keep track of the number of courtesy clients in the system
` [PATCH v2 2/2] NFSD: handling memory shortage condition with Courteous server

Per user rate limiter
 2022-07-05  8:50 UTC  (4+ messages)

[PATCH RFC 00/12] Allow concurrent directory updates
 2022-07-04 17:17 UTC  (20+ messages)
` [PATCH 12/12] nfsd: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 08/12] nfsd: allow parallel creates from nfsd
` [PATCH 09/12] nfsd: support concurrent renames
` [PATCH 11/12] nfsd: use (un)lock_inode instead of fh_(un)lock
` [PATCH 10/12] nfsd: reduce locking in nfsd_lookup()

[PATCH v2] SUNRPC: Fix READ_PLUS crasher
 2022-07-04 16:16 UTC  (4+ messages)

[PATCH 1/4] SUNRPC: Clean up the AUTH cache code
 2022-07-04 12:56 UTC  (3+ messages)

[GIT PULL] 2nd round of nfsd fixes for 5.19
 2022-07-02 18:23 UTC  (2+ messages)

[PATCH v2] nfs: fix port value parsing
 2022-07-02  0:23 UTC 

[PATCH] nfs: Replace kmap() with kmap_local_page()
 2022-07-01 18:54 UTC  (2+ messages)

[GIT PULL] Please pull a few more NFS Client Bugfixes for Linux 5.19-rc
 2022-07-01 18:15 UTC  (2+ messages)

[PATCH] rpcb_clnt.c add mechanism to try v2 protocol first
 2022-07-01 14:44 UTC 

[PATCH v1] SUNRPC: Add ability to inject signals via fault injection
 2022-07-01 14:37 UTC 

[PATCH] SUNRPC: Fix server-side fault injection documentation
 2022-07-01 14:37 UTC 

[REPOST PATCH] nfs: fix port value parsing
 2022-07-01 14:25 UTC  (10+ messages)

[PATCH v1] SUNRPC: Fix READ_PLUS crasher
 2022-06-30 21:12 UTC  (7+ messages)

[RESEND PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-30 19:58 UTC 

[PATCH] nfsd: remove redundant assignment to variable len
 2022-06-28 22:14 UTC  (2+ messages)

[PATCH v2 00/31] Overhaul NFSD filecache
 2022-06-28 18:09 UTC  (32+ messages)
` [PATCH v2 01/31] NFSD: Demote a WARN to a pr_warn()
` [PATCH v2 02/31] NFSD: Report filecache LRU size
` [PATCH v2 03/31] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH v2 04/31] NFSD: Report count of freed filecache items
` [PATCH v2 05/31] NFSD: Report average age of "
` [PATCH v2 06/31] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH v2 07/31] NFSD: Refactor nfsd_file_gc()
` [PATCH v2 08/31] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH v2 09/31] NFSD: Report the number of items evicted by the LRU walk
` [PATCH v2 10/31] NFSD: Record number of flush calls
` [PATCH v2 11/31] NFSD: Zero counters when the filecache is re-initialized
` [PATCH v2 12/31] NFSD: Hook up the filecache stat file
` [PATCH v2 13/31] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH v2 14/31] NFSD: Trace filecache LRU activity
` [PATCH v2 15/31] NFSD: Leave open files out of the filecache LRU
` [PATCH v2 16/31] NFSD: Fix the filecache LRU shrinker
` [PATCH v2 17/31] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH v2 18/31] NFSD: No longer record nf_hashval in the trace log
` [PATCH v2 19/31] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH v2 20/31] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH v2 21/31] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH v2 22/31] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH v2 23/31] NFSD: Remove nfsd_file::nf_hashval
` [PATCH v2 24/31] NFSD: Replace the "init once" mechanism
` [PATCH v2 25/31] NFSD: Set up an rhashtable for the filecache
` [PATCH v2 26/31] NFSD: Convert the filecache to use rhashtable
` [PATCH v2 27/31] NFSD: Clean up unused code after rhashtable conversion
` [PATCH v2 28/31] NFSD: Separate tracepoints for acquire and create
` [PATCH v2 29/31] NFSD: Move nfsd_file_trace_alloc() tracepoint
` [PATCH v2 30/31] NFSD: Update the nfsd_file_fsnotify_handle_event() tracepoint
` [PATCH v2 31/31] NFSD: NFSv4 CLOSE should release an nfsd_file immediately

[PATCH RFC 00/30] Overhaul NFSD filecache
 2022-06-28 17:57 UTC  (51+ messages)
` [PATCH RFC 01/30] NFSD: Report filecache LRU size
` [PATCH RFC 02/30] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH RFC 03/30] NFSD: Report count of freed filecache items
` [PATCH RFC 04/30] NFSD: Report average age of "
` [PATCH RFC 05/30] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH RFC 06/30] NFSD: Refactor nfsd_file_gc()
` [PATCH RFC 07/30] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH RFC 08/30] NFSD: Report the number of items evicted by the LRU walk
` [PATCH RFC 09/30] NFSD: Record number of flush calls
` [PATCH RFC 10/30] NFSD: Report filecache item construction failures
` [PATCH RFC 11/30] NFSD: Zero counters when the filecache is re-initialized
` [PATCH RFC 12/30] NFSD: Hook up the filecache stat file
` [PATCH RFC 13/30] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH RFC 14/30] NFSD: Trace filecache LRU activity
` [PATCH RFC 15/30] NFSD: Leave open files out of the filecache LRU
` [PATCH RFC 16/30] NFSD: Fix the filecache LRU shrinker
` [PATCH RFC 17/30] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH RFC 18/30] NFSD: No longer record nf_hashval in the trace log
` [PATCH RFC 19/30] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH RFC 20/30] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH RFC 21/30] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH RFC 22/30] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH RFC 23/30] NFSD: Remove nfsd_file::nf_hashval
` [PATCH RFC 24/30] NFSD: Remove stale comment from nfsd_file_acquire()
` [PATCH RFC 25/30] NFSD: Clean up "open file" case in nfsd_file_acquire()
` [PATCH RFC 26/30] NFSD: Document nfsd_file_cache_purge() API contract
` [PATCH RFC 27/30] NFSD: Replace the "init once" mechanism
` [PATCH RFC 28/30] NFSD: Set up an rhashtable for the filecache
` [PATCH RFC 29/30] NFSD: Convert the filecache to use rhashtable
` [PATCH RFC 30/30] NFSD: Clean up unusued code after rhashtable conversion

[PATCH v37 15/33] LSM: Ensure the correct LSM context releaser
 2022-06-28  0:55 UTC  (2+ messages)
` [PATCH v37 17/33] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH] NFSv4: Add an fattr allocation to _nfs4_discover_trunking()
 2022-06-27 21:31 UTC 

[PATCH 1/3] cifs-utils/svcgssd: Fix use-after-free bug (config variables)
 2022-06-27 18:57 UTC  (4+ messages)
` [PATCH 3/3] cifs-utils/svcgssd: Add (undocumented) config options to man page

[PATCH] NFSD: restore EINVAL error translation in nfsd_commit()
 2022-06-27 14:50 UTC  (2+ messages)

[PATCH nfs-utils] configure: make modprobe.d directory configurable
 2022-06-27 14:35 UTC  (2+ messages)

[PATCH nfs-utils] modprobe: protect against sysctl errors
 2022-06-27 14:34 UTC  (2+ messages)

[PATCH] NLM: Defend against file_lock changes after vfs_test_lock()
 2022-06-27 13:55 UTC  (4+ messages)

[Bug report] fstests g/465 panic on NFS over XFS (linux v5.19-rc2+)
 2022-06-26 20:59 UTC  (5+ messages)

[PATCH v16] vfs: fix copy_file_range() regression in cross-fs copies
 2022-06-25  6:29 UTC  (2+ messages)

[PATCH] NFSD: Don't continue encoding if READ_PLUS gets confused
 2022-06-24 18:12 UTC  (3+ messages)

[PATCH] NFS: restore module put when manager exits
 2022-06-23 20:11 UTC  (2+ messages)

[PATCH] NFSD: Fix space and spelling mistake
 2022-06-23 14:11 UTC  (2+ messages)

Ruch z pierwszej pozycji w Google
 2022-06-23  7:41 UTC 

unsubsctibe
 2022-06-23  3:22 UTC 

[PATCH] NFS: remove redundant code in nfs_file_write()
 2022-06-23  1:58 UTC 

[PATCH 1/1] NFSD: Fix memory shortage problem with Courteous server
 2022-06-22 18:35 UTC  (5+ messages)

[PATCH] nfs/blocklayout: refactor block device opening
 2022-06-22 13:58 UTC 

NFS regression between 5.17 and 5.18
 2022-06-21 17:53 UTC  (22+ messages)

[PATCH 0/2] NFSD: Two tracepoint-related patches
 2022-06-21 14:06 UTC  (3+ messages)
` [PATCH 1/2] SUNRPC: Expand the svc_alloc_arg_err tracepoint
` [PATCH 2/2] NFSD: Instrument fh_verify()

[PATCH 0/6] Allow nfs4-acl-tools to access 'dacl' and 'sacl'
 2022-06-21 13:58 UTC  (3+ messages)

[PATCH 1/4] Makefile: Added the creation of config.guess and config.sub
 2022-06-21 13:09 UTC  (2+ messages)

[PATCH v1 00/12] Handling session trunking group membership
 2022-06-20 15:24 UTC  (13+ messages)
` [PATCH v1 01/12] SUNRPC expose functions for offline remote xprt functionality
` [PATCH v1 02/12] SUNRPC add function to offline remove trunkable transports
` [PATCH v1 03/12] NFSv4.1 offline trunkable transports on DESTROY_SESSION
` [PATCH v1 04/12] SUNRPC create an iterator to list only OFFLINE xprts
` [PATCH v1 05/12] SUNRPC parameterize rpc_clnt_iterate_for_each_xprt with iterator init function
` [PATCH v1 06/12] SUNRPC enable back offline transports in trunking discovery
` [PATCH v1 07/12] SUNRPC create an rpc function that allows xprt removal from rpc_clnt
` [PATCH v1 08/12] NFSv4.1 remove xprt from xprt_switch if session trunking test fails
` [PATCH v1 09/12] SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
` [PATCH v1 10/12] SUNRPC export xprt_iter_rewind function
` [PATCH v1 11/12] SUNRPC create a function that probes only offline transports
` [PATCH v1 12/12] NFSv4.1 probe offline transports for trunking on session creation


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