messages from 2022-10-28 13:16:28 to 2022-11-04 18:26:50 UTC [more...]
[PATCH] nfsd.man: Explain that setting nfsv4=n turns off all v4 versions
2022-11-04 18:25 UTC (2+ messages)
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
2022-11-04 17:00 UTC (3+ messages)
` [RFC][PATCH v3 19/33] timers: net: Use timer_shutdown_sync() before freeing timer
[RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer
2022-11-04 16:14 UTC (20+ messages)
` [RFC][PATCH v2 00/31] timers: Use del_timer_shutdown() before freeing timers
[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 (26+ messages)
` [PATCH v3 1/4] nfsd: remove the pages_flushed statistic from filecache
` [PATCH v3 2/4] nfsd: rework refcounting in filecache
` [PATCH v3 3/4] nfsd: close race between unhashing and LRU addition
` [PATCH v3 4/4] nfsd: start non-blocking writeback after adding nfsd_file to the LRU
[PATCH v4 0/5] nfsd: clean up refcounting in the filecache
2022-11-01 11:13 UTC (10+ messages)
` [PATCH v4 1/5] nfsd: remove the pages_flushed statistic from filecache
` [PATCH v4 2/5] nfsd: reorganize filecache.c
` [PATCH v4 3/5] nfsd: rework refcounting in filecache
` [PATCH v4 4/5] nfsd: close race between unhashing and LRU addition
` [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 v2] nfsd: fix net-namespace logic in __nfsd_file_cache_purge
2022-10-31 19:05 UTC (6+ 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 (12+ messages)
` [PATCH v9 1/5] NFS: Rename readpage_async_filler to nfs_pageio_add_page
` [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 (27+ messages)
` [PATCH v7 01/14] NFSD: Pass the target nfsd_file to nfsd_commit()
` [PATCH v7 02/14] NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
` [PATCH v7 03/14] NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
` [PATCH v7 04/14] NFSD: Clean up nfs4_preprocess_stateid_op() call sites
` [PATCH v7 05/14] NFSD: Trace stateids returned via DELEGRETURN
` [PATCH v7 06/14] NFSD: Trace delegation revocations
` [PATCH v7 07/14] NFSD: Use const pointers as parameters to fh_ helpers
` [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 13/14] NFSD: Allocate an rhashtable for nfs4_file objects
` [PATCH v7 14/14] NFSD: Use rhashtable for managing "
[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)
[PATCH v2 0/3] nfsd: clean up refcounting in filecache
2022-10-31 9:58 UTC (17+ messages)
` [PATCH v2 1/3] nfsd: rework "
` [PATCH v2 3/3] nfsd: start non-blocking writeback after adding nfsd_file to the LRU
[PATCH v3 0/2] add support for CB_RECALL_ANY and the delegation shrinker
2022-10-30 17:12 UTC (5+ messages)
` [PATCH v3 1/2] NFSD: add support for sending CB_RECALL_ANY
[PATCH] NFSD: Fix the share reservation conflict to courteous server logic in nfs4_upgrade_open()
2022-10-30 16:32 UTC (3+ messages)
Stable patch for 5.15.x
2022-10-30 10:54 UTC (2+ messages)
[PATCH] NFSv4: Fix a credential leak in _nfs4_discover_trunking()
2022-10-29 2:51 UTC
[PATCH] SUNRPC/xprt: Use del_timer_sync() instead of del_singleshot_timer_sync()
2022-10-28 21:05 UTC
[PATCH V2] [nfs/nfs-utils/libtirpc] clnt_raw.c: fix a possible null pointer dereference
2022-10-28 18:20 UTC (2+ messages)
NFS 4 GPF while processing compound with multiple reads
2022-10-28 14:41 UTC (3+ messages)
` Fwd: "
[PATCH] nfsd: don't call nfsd_file_put from client states seqfile display
2022-10-28 14:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).