Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-06-28 22:36:07 to 2022-07-12 12:35:30 UTC [more...]

[RFC PATCH 0/2] Keyagents: another call_usermodehelper approach for namespaces
 2022-07-12 12:35 UTC  (3+ messages)
` [PATCH 1/2] KEYS: Add key_type keyagent
` [PATCH 2/2] KEYS: Add keyagent request_key

[GIT PULL] nfsd changes for 5.18
 2022-07-12 11:42 UTC  (10+ messages)

[PATCH v1] NFSD: Decode NFSv4 birth time attribute
 2022-07-12  8:09 UTC  (8+ messages)

[PATCH v1] Add basic tests for DESTROY_SESSION
 2022-07-12  2:44 UTC  (2+ messages)

[PATCH 0/8] NFSD: clean up locking
 2022-07-12  2:33 UTC  (27+ messages)
` [PATCH 1/8] NFSD: drop rqstp arg to do_set_nfs4_acl()
` [PATCH 4/8] NFSD: only call fh_unlock() once in nfsd_link()
` [PATCH 7/8] NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
` [PATCH 5/8] NFSD: reduce locking in nfsd_lookup()
` [PATCH 6/8] NFSD: use explicit lock/unlock for directory ops
` [PATCH 8/8] NFSD: discard fh_locked flag and fh_lock/fh_unlock
` [PATCH 2/8] NFSD: change nfsd_create() to unlock directory before returning
` [PATCH 3/8] NFSD: always drop directory lock in nfsd_unlink()

[text your-subject]
 2022-07-11 23:57 UTC 

NFSv4.1/4.2 server returns same sessionid after DestroySession/CreateSession
 2022-07-11 21:55 UTC  (7+ messages)

[PATCH 0/2] lockd: fix hang on shutdown when there are active locks
 2022-07-11 19:47 UTC  (5+ messages)
` [PATCH 1/2] lockd: set fl_owner when unlocking files
` [PATCH 2/2] lockd: fix nlm_close_files

[PATCH 1/2] nfs4lib.py: enhance open_file to work with courteous server
 2022-07-11 18:16 UTC  (5+ messages)

[PATCH 0/9] shell: nfs: $TST_ALL_FILESYSTEMS (.all_filesystems)
 2022-07-11 15:08 UTC  (6+ messages)
` [PATCH v2 4/9] shell: Add test for TST_MOUNT_DEVICE=1
` [RFC][PATCH v2 9/9] nfs: Use TST_ALL_FILESYSTEMS=1
  ` [LTP] "

Why keep var-lib-nfs-rpc_pipefs.mount around?
 2022-07-11 13:13 UTC  (2+ messages)

[PATCH] sunrpc: fix expiry of auth creds
 2022-07-11 12:24 UTC 

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

Any way to make the NFS server ALWAYS report its NFS domain name when returning an ACL?
 2022-07-08 20:38 UTC 

Problem with providing implementation id in NFSv4.1
 2022-07-08  7:01 UTC  (3+ messages)

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-07-08  3:29 UTC  (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()

[PATCH RFC] NFSD: Bump the ref count on nf_inode
 2022-07-07 17:30 UTC  (10+ messages)

Question abount sm-notify when use NFSv3 lock
 2022-07-07 11:51 UTC  (4+ messages)

[PATCH] NFS: don't unhash dentry during unlink
 2022-07-06 23:35 UTC  (3+ messages)

[PATCH v2 00/15] RPC-with-TLS client side
 2022-07-06 19:04 UTC  (13+ messages)
` [PATCH v2 01/15] SUNRPC: Fail faster on bad verifier
` [PATCH v2 02/15] SUNRPC: Widen rpc_task::tk_flags
` [PATCH v2 03/15] SUNRPC: Replace dprintk() call site in xs_data_ready
` [PATCH v2 04/15] NFS: Replace fs_context-related dprintk() call sites with tracepoints
` [PATCH v2 06/15] SUNRPC: Trace the rpc_create_args

[PATCH v2 0/2] NFSD: handling memory shortage problem with Courteous server
 2022-07-06 16:04 UTC  (10+ 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

[bug report] NFSD: Convert the filecache to use rhashtable
 2022-07-06 14:36 UTC  (2+ messages)

bug in btrfs during low memory testing
 2022-07-06 12:13 UTC  (7+ messages)

[PATCH rpcbind] autotools/systemd: call rpcbind with -w only on enabled warm starts
 2022-07-06 10:11 UTC  (2+ messages)

Approved Expression of Interest (AEOI) 06-07-2022
 2022-07-06  3:27 UTC 

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  (5+ messages)
` [PATCH 08/12] nfsd: allow parallel creates from nfsd

[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 


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