Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 16:46:49 to 2023-07-18 22:16:16 UTC [more...]

[PATCH] systemd: Ensure that statdpath exists using systemd-tmpfiles
 2023-07-18 22:16 UTC  (3+ messages)

[PATCH] nfsd: Remove incorrect check in nfsd4_validate_stateid
 2023-07-18 18:15 UTC  (7+ messages)

[PATCH 00/14] Refactor SUNRPC svc thread code, and use llist
 2023-07-18 18:12 UTC  (20+ messages)
` [PATCH 06/14] SUNRPC: change various server-side #defines to enum
` [PATCH 12/14] SUNRPC: discard SP_CONGESTED
` [PATCH 03/14] SUNRPC: call svc_process() from svc_recv()
` [PATCH 14/14] SUNRPC: only have one thread waking up at a time
` [PATCH 09/14] SUNRPC: change how svc threads are asked to exit
` [PATCH 13/14] SUNRPC: change service idle list to be an llist
` [PATCH 07/14] SUNRPC: refactor svc_recv()
` [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing
` [PATCH 08/14] SUNRPC: integrate back-channel processing with svc_recv() and svc_process()
` [PATCH 02/14] nfsd: don't allow nfsd threads to be signalled
` [PATCH 01/14] lockd: remove SIGKILL handling
` [PATCH 05/14] SUNRPC: remove timeout arg from svc_recv()
` [PATCH 04/14] SUNRPC: change svc_recv() to return void
` [PATCH 11/14] SUNRPC: add list of idle threads

[PATCH v5 0/5] NFSv4.2: Various READ_PLUS fixes
 2023-07-18 14:22 UTC  (8+ messages)
` [PATCH v5 1/5] NFSv4.2: Fix READ_PLUS smatch warnings
` [PATCH v5 2/5] NFSv4.2: Fix READ_PLUS size calculations
` [PATCH v5 3/5] NFSv4.2: Rework scratch handling for READ_PLUS (again)
` [PATCH v5 4/5] SUNRPC: kmap() the xdr pages during decode
` [PATCH v5 5/5] NFS: Enable the READ_PLUS operation by default

Question on nfs umount timeout
 2023-07-18  2:42 UTC 

[PATCH v1] nfs(5): Document the new "xprtsec=" mount option
 2023-07-17 21:49 UTC  (5+ messages)

[PATCH nfs-utils] start-statd: Fix shellcheck warnings
 2023-07-17 21:49 UTC  (2+ messages)

[PATCH v3] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-17 21:49 UTC  (3+ messages)

[PATCH 0/2] Mitigate startup race between DNS resolution and idmapd
 2023-07-17 21:48 UTC  (2+ messages)

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (9+ messages)
` [PATCH v7 2/2] "
    ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[PATCH] xprtrdma: Remap Receive buffers after a reconnect
 2023-07-16 17:11 UTC  (4+ messages)

[PATCH] nfs: fix redundant readdir request after get eof
 2023-07-15 12:06 UTC  (4+ messages)

[PATCH v2 0/4] Send RPC-on-TCP with one sock_sendmsg() call
 2023-07-14 18:10 UTC  (5+ messages)
` [PATCH v2 1/4] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
` [PATCH v2 2/4] SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
` [PATCH v2 3/4] SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
` [PATCH v2 4/4] SUNRPC: Use a per-transport receive "

[PATCH v2] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-14 17:01 UTC  (3+ messages)

[PATCH 1/1] NFSv4.1: fix zero value filehandle in post open getattr
 2023-07-14 15:40 UTC  (8+ messages)

[PATCH] NFS: Fix sysfs server name memory leak
 2023-07-14 15:20 UTC  (3+ messages)

[PATCH RFC 0/4] Send RPC-on-TCP with one sock_sendmsg() call
 2023-07-14 13:44 UTC  (8+ messages)
` [PATCH RFC 1/4] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
` [PATCH RFC 2/4] SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
` [PATCH RFC 3/4] SUNRPC: Use a per-transport receive "
` [PATCH RFC 4/4] SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (9+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[PATCH 1/1] NFSv4.1: fix pnfs MDS=DS session trunking
 2023-07-13 17:35 UTC 

[PATCH 1/1] NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server
 2023-07-13 17:02 UTC 

[PATCH v2 0/9] SUNRPC service thread scheduler optimizations
 2023-07-12 19:29 UTC  (17+ messages)
` [PATCH v2 4/9] SUNRPC: Count ingress RPC messages per svc_pool
      ` [PATCH/RFC] sunrpc: constant-time code to wake idle thread

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (4+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[PATCH] NFS: Fix memleak in nfs_sysfs_move_sb_to_server
 2023-07-12 14:01 UTC  (3+ messages)

NFS workload leaves nfsd threads in D state
 2023-07-12 13:29 UTC  (11+ messages)

[PATCH 1/1] runtest/net.nfs: Run nfs02_06 on TCP only
 2023-07-12 11:18 UTC  (5+ messages)
` [LTP] "

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH v3 0/9] SUNRPC service thread scheduler optimizations
 2023-07-11 16:27 UTC  (30+ messages)
` [PATCH v3 1/9] SUNRPC: Deduplicate thread wake-up code
` [PATCH v3 2/9] SUNRPC: Report when no service thread is available
` [PATCH v3 3/9] SUNRPC: Split the svc_xprt_dequeue tracepoint
` [PATCH v3 4/9] SUNRPC: Count ingress RPC messages per svc_pool
` [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
` [PATCH v3 6/9] SUNRPC: Clean up svc_set_num_threads
` [PATCH v3 7/9] SUNRPC: Replace dprintk() call site in __svc_create()
` [PATCH v3 8/9] SUNRPC: Replace sp_threads_all with an xarray
` [PATCH v3 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap

[PATCH] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-11 11:00 UTC  (6+ messages)

[RFC] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-10 16:39 UTC  (11+ messages)

Why keep var-lib-nfs-rpc_pipefs.mount around?
 2023-07-10 14:39 UTC  (6+ messages)
      ` Always run rpc-pipefs-generator generator (was: Re: Why keep var-lib-nfs-rpc_pipefs.mount around?)

[PATCH v1 0/6] Fix some lock contention in the NFS server's DRC
 2023-07-10 13:47 UTC  (12+ messages)
` [PATCH v1 1/6] NFSD: Refactor nfsd_reply_cache_free_locked()
` [PATCH v1 2/6] NFSD: Rename nfsd_reply_cache_alloc()
` [PATCH v1 3/6] NFSD: Replace nfsd_prune_bucket()
` [PATCH v1 4/6] NFSD: Refactor the duplicate reply cache shrinker
` [PATCH v1 5/6] NFSD: Remove svc_rqst::rq_cacherep
` [PATCH v1 6/6] NFSD: Rename struct svc_cacherep

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

[PATCH v2] nfs(5): adding new mount option 'fasc'
 2023-07-10  8:31 UTC 

[PATCH v3] NFS: Add mount option 'fasc'
 2023-07-10  8:31 UTC 

[PATCH] sunrpc: avoid constant-out-of-range warning with clang
 2023-07-07 21:50 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).