Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-07-04 19:05:54 to 2022-07-13 19:08:32 UTC [more...]

[PATCH v2 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-07-13 19:08 UTC  (2+ messages)
` [PATCH v2 1/6] SUNRPC: Introduce xdr_stream_move_subsegment()

[PATCH 0/2] limit the number of v4 clients to 4096 per 4GB of system memory
 2022-07-13 17:31 UTC  (6+ messages)
` [PATCH 1/2] NFSD: keep track of the number of v4 clients in the system
` [PATCH 2/2] NFSD: limit the number of v4 clients to 4096 per 4GB of system memory

Any way to make the NFS server ALWAYS report its NFS domain name when returning an ACL?
 2022-07-13 16:28 UTC  (3+ messages)

Announcing the Fall 2022 Bakeathon
 2022-07-13 14:59 UTC 

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

[PATCH v2 00/15] RPC-with-TLS client side
 2022-07-13 13:32 UTC  (20+ 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 12/15] SUNRPC: Add RPC-with-TLS support to xprtsock.c

[PATCH 1/1] netstress: Restore runtime to 5m
 2022-07-13 12:43 UTC 

[GIT PULL] nfsd changes for 5.18
 2022-07-13  8:17 UTC  (12+ messages)

[PATCH RFC 1/5] net: Add distinct sk_psock field
 2022-07-13  4:46 UTC  (2+ messages)

[PATCH rpcbind] autotools/systemd: call rpcbind with -w only on enabled warm starts
 2022-07-12 20:39 UTC  (3+ messages)

(no subject)
 2022-07-12 20:09 UTC  (3+ messages)
` [PATCH 1/2] NFSD: keep track of the number of v4 clients in the system
` [PATCH 2/2] NFSD: limit the number of v4 clients to 4096 per 4GB of system memory

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

[PATCH v1 00/12] Handling session trunking group membership
 2022-07-12 16:07 UTC  (11+ 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 05/12] SUNRPC parameterize rpc_clnt_iterate_for_each_xprt with iterator init function
` [PATCH v1 11/12] SUNRPC create a function that probes only offline transports

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

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

[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

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

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)


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