public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-31 13:47:44 to 2022-11-11 02:33:51 UTC [more...]

[PATCH AUTOSEL 6.0 04/30] NFSv4: Retry LOCK on OLD_STATEID during delegation return
 2022-11-11  2:33 UTC 

[PATCH nfs-utils] nfsd: allow server scope to be set with config or command line
 2022-11-11  1:28 UTC 

[PATCH] vfs: fix copy_file_range() averts filesystem freeze protection
 2022-11-10 15:55 UTC 

generic/650 makes v6.0-rc client unusable
 2022-11-10 15:21 UTC  (8+ messages)

[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-11-10 11:09 UTC 

[PATCH v4 0/3] add support for CB_RECALL_ANY and the delegation shrinker
 2022-11-10  4:17 UTC  (4+ messages)
` [PATCH v4 1/3] NFSD: add support for sending CB_RECALL_ANY
` [PATCH v4 2/3] NFSD: add delegation shrinker to react to low memory condition
` [PATCH v4 3/3] NFSD: add CB_RECALL_ANY tracepoints

[PATCH v2] nfsd: fix net-namespace logic in __nfsd_file_cache_purge
 2022-11-09 15:53 UTC  (8+ messages)
  ` [PATCH v2] nfsd: fix net-namespace logic in __nfsd_file_cache_purge #forregzbot

[PATCH] Documentation: Fix sysfs path for the NFSv4 client identifier
 2022-11-09 13:38 UTC  (2+ messages)

[PATCH v2] Documentation: Add an explanation of NFSv4 client identifiers
 2022-11-09 12:27 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-11-09  8:56 UTC 

[PATCH v4] nfs-blkmapd: PID file read by systemd failed
 2022-11-09  3:48 UTC 

[PATCH v3] nfs-blkmapd: PID file read by systemd failed
 2022-11-08 19:59 UTC  (2+ messages)

[PATCH] lockd: set other missing fields when unlocking files
 2022-11-08 19:03 UTC  (14+ messages)

[PATCH] nfsd: put the export reference in nfsd4_verify_deleg_dentry
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH] NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
 2022-11-08 16:30 UTC  (4+ messages)

[PATCH] nfsd: remove dedicated nfsd_filecache_wq
 2022-11-07 20:32 UTC  (6+ messages)

[PATCH] nfsd: queue laundrette to filecache_wq instead of system_wq
 2022-11-07 15:56 UTC  (4+ messages)

[PATCH] nfsd: return error if nfs4_setacl fails
 2022-11-07 14:21 UTC  (2+ messages)

[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers
 2022-11-07 10:47 UTC  (2+ messages)

[PATCH] nfs: test files written size as expected
 2022-11-07  4:05 UTC 

[cel:topic-rpc-with-tls-upcall 12/16] net/sunrpc/xprtsock.c:2544: undefined reference to `tls_client_hello_x509'
 2022-11-07  1:51 UTC  (2+ messages)

[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers
 2022-11-06 21:24 UTC 

[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 21:47 UTC  (17+ messages)
` [PATCH v4a 01/38] SUNRPC/xprt: Use del_timer_sync() instead of del_singleshot_timer_sync()
` [PATCH v4a 17/38] timers: net: Use timer_shutdown_sync() before freeing timer

[PATCH] nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
 2022-11-05 15:41 UTC  (2+ messages)

[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 23:34 UTC  (10+ messages)
` [RFC][PATCH v3 19/33] timers: net: Use timer_shutdown_sync() before freeing timer

[PATCH v2] NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
 2022-11-04 21:31 UTC 

[PATCH] NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn
 2022-11-04 19:22 UTC 

[PATCH] nfsd.man: Explain that setting nfsv4=n turns off all v4 versions
 2022-11-04 18:25 UTC  (2+ messages)

[RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
 2022-11-04 16:14 UTC  (14+ messages)

[PATCH] sunrpc: svc: Remove an unused static function svc_ungetu32()
 2022-11-04 13:44 UTC  (2+ messages)

[PATCH v1 0/2] A couple of tracepoint updates
 2022-11-04 13:35 UTC  (6+ messages)
` [PATCH v1 1/2] NFSD: Add an nfsd_file_fsync tracepoint
` [PATCH v1 2/2] NFSD: Re-arrange file_close_inode tracepoints

[PATCH] sunrpc: svc: Remove unnecessary (void*) conversions
 2022-11-04  1:02 UTC  (5+ messages)

[PATCH v6 0/4] nfsd: clean up refcounting in the filecache
 2022-11-03 19:19 UTC  (6+ messages)
` [PATCH v6 1/4] nfsd: remove the pages_flushed statistic from filecache
` [PATCH v6 2/4] nfsd: reorganize filecache.c
` [PATCH v6 3/4] nfsd: rework refcounting in filecache
` [PATCH v6 4/4] nfsd: fix up the filecache laundrette scheduling

[PATCH v10 0/6] Convert NFS with fscache to the netfs API
 2022-11-03 16:38 UTC  (8+ messages)
` [PATCH v10 1/6] NFS: Rename readpage_async_filler to nfs_read_add_page
` [PATCH v10 2/6] NFS: Configure support for netfs when NFS fscache is configured
` [PATCH v10 3/6] NFS: Convert buffered read paths to use netfs when fscache is enabled
` [PATCH v10 4/6] NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs API
` [PATCH v10 5/6] NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bit
` [RFC PATCH v10 6/6] netfs: Change netfs_inode_init to allocate memory to allow opt-in

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-11-03 15:43 UTC  (7+ messages)
` [PATCH v7 6/9] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v7 7/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v7 8/9] nfsd: remove fetch_iversion export operation

[GIT PULL] Please pull NFS Client Bugfixes for Linux v6.1-rc
 2022-11-02 18:38 UTC  (2+ messages)

[PATCH v5 0/5] nfsd: clean up refcounting in the filecache
 2022-11-02 18:34 UTC  (26+ messages)
` [PATCH v5 1/5] nfsd: remove the pages_flushed statistic from filecache
` [PATCH v5 2/5] nfsd: reorganize filecache.c
` [PATCH v5 3/5] nfsd: rework refcounting in filecache
` [PATCH v5 4/5] nfsd: close race between unhashing and LRU addition
` [PATCH v5 5/5] nfsd: fix up the filecache laundrette scheduling

[PATCH v2] NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
 2022-11-02 15:51 UTC  (2+ messages)

[PATCH 1/1] nfs: Move ACL xattr definitions to linux/xattr.h
 2022-11-02 13:37 UTC  (3+ messages)

NFS cosmetic quota exceeded bug
 2022-11-02 12:09 UTC 

[GIT PULL] Another NFSD fix for v6.1-rc
 2022-11-01 22:13 UTC  (2+ messages)

[PATCH] NFSD: Flesh out a documenting comment for filecache.c
 2022-11-01 18:21 UTC  (2+ messages)

[PATCH v3 0/4] nfsd: clean up refcounting in the filecache
 2022-11-01 14:19 UTC  (6+ messages)
` [PATCH v3 2/4] nfsd: rework refcounting in filecache

[PATCH v4 0/5] nfsd: clean up refcounting in the filecache
 2022-11-01 11:13 UTC  (7+ messages)
` [PATCH v4 3/5] nfsd: rework refcounting in filecache
` [PATCH v4 5/5] nfsd: start non-blocking writeback after adding nfsd_file to the LRU

LTP test regression on exportfs in kernel 6.0
 2022-10-31 19:09 UTC  (4+ messages)

[PATCH v4 0/2] NFSD: Simplify READ_PLUS
 2022-10-31 18:00 UTC  (7+ messages)

[PATCH v9 0/5] Convert NFS with fscache to the netfs API
 2022-10-31 17:42 UTC  (8+ messages)
` [PATCH v9 3/5] NFS: Convert buffered read paths to use netfs when fscache is enabled

[PATCH v7 00/14] A course adjustment, for sure
 2022-10-31 17:41 UTC  (21+ messages)
` [PATCH v7 03/14] NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
` [PATCH v7 05/14] NFSD: Trace stateids returned via DELEGRETURN
` [PATCH v7 08/14] NFSD: Update file_hashtbl() helpers
` [PATCH v7 09/14] NFSD: Clean up nfsd4_init_file()
` [PATCH v7 10/14] NFSD: Add a nfsd4_file_hash_remove() helper
` [PATCH v7 11/14] NFSD: Clean up find_or_add_file()
` [PATCH v7 12/14] NFSD: Refactor find_file()
` [PATCH v7 14/14] NFSD: Use rhashtable for managing nfs4_file objects

[PATCH 2] MAINTAINERS: NFSD should be responsible for fs/exportfs
 2022-10-31 17:05 UTC  (2+ messages)

[PATCH] nfsd: fix net-namespace logic in __nfsd_file_cache_purge
 2022-10-31 15:41 UTC  (2+ messages)

[PATCH] NFSD: Fix licensing header in filecache.c
 2022-10-31 15:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: NFSD should be responsible for fs/exportfs
 2022-10-31 13:59 UTC 

[PATCH] nfsd: fix licensing header in filecache.c
 2022-10-31 13:49 UTC  (6+ messages)


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