Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-07-12 16:06:53 to 2023-07-24 08:06:54 UTC [more...]

[PATCH] nfs/blocklayout: Use the passed in gfp flags
 2023-07-24  8:06 UTC  (5+ messages)

[PATCH -next] sunrpc: Remove unused extern declarations
 2023-07-24  6:45 UTC  (4+ messages)

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

Best kernel function to probe for NFS write accounting?
 2023-07-22 17:51 UTC  (3+ messages)

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

[PATCH v2 0/2] nfsd: sanely handle inabilty to fetch pre/post attributes
 2023-07-22  0:34 UTC  (10+ messages)
` [PATCH v2 1/2] nfsd: handle failure to collect pre/post-op attrs more sanely
` [PATCH v2 2/2] nfsd: remove unsafe BUG_ON from set_change_info

[RFC v6.5-rc2 1/3] fs: lockd: nlm_blocked list race fixes
 2023-07-21 17:46 UTC  (9+ messages)
` [RFC v6.5-rc2 2/3] fs: lockd: fix race in async lock request handling
` [RFC v6.5-rc2 3/3] fs: lockd: introduce safe async lock op

[PATCH v3 0/2] nfsd: sanely handle inabilty to fetch pre/post attributes
 2023-07-21 16:52 UTC  (4+ messages)
` [PATCH v3 1/2] nfsd: handle failure to collect pre/post-op attrs more sanely
` [PATCH v3 2/2] nfsd: remove unsafe BUG_ON from set_change_info

[PATCH] nfsd: better conform to setfacl's method for setting missing ACEs
 2023-07-21 16:50 UTC  (3+ messages)

[PATCH 1/1] nfs_lib.sh: Set NFS 4.2 on TCP as the default
 2023-07-21 12:38 UTC 

[PATCH] nfsd: add a MODULE_DESCRIPTION
 2023-07-21 10:27 UTC  (6+ messages)

[PATCH v2] nfs: fix redundant readdir request after get eof
 2023-07-21  1:26 UTC  (4+ messages)

[PATCH v2 RESEND] nfs: fix redundant readdir request after get eof
 2023-07-21  1:23 UTC 

[PATCH] NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
 2023-07-20 16:53 UTC  (2+ messages)

[PATCH] nfsd: remove unsafe BUG_ON from set_change_info
 2023-07-20 16:38 UTC  (7+ messages)

oops in nfsd-next branch
 2023-07-20 15:29 UTC  (6+ messages)

RFC: allow building a kernel without buffer_heads
 2023-07-20 12:16 UTC  (8+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH] nfsd: inherit required unset default acls from effective set
 2023-07-20 10:38 UTC  (6+ messages)

[PATCH v3 0/9] SUNRPC service thread scheduler optimizations
 2023-07-19 23:27 UTC  (7+ messages)
` [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do

[PATCH v3] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-19 20:45 UTC  (4+ messages)

[PATCH v3 0/5] Send RPC-on-TCP with one sock_sendmsg() call
 2023-07-19 18:31 UTC  (6+ messages)
` [PATCH v3 1/5] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
` [PATCH v3 2/5] SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
` [PATCH v3 3/5] SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
` [PATCH v3 4/5] SUNRPC: Revert e0a912e8ddba
` [PATCH v3 5/5] SUNRPC: Reduce thread wake-up rate when receiving large RPC messages

[PATCH] filemap: Fix errors in file.c
 2023-07-19 11:00 UTC 

[PATCH] NFSv4.1: Fix errors in nfs4state.c
 2023-07-19 10:17 UTC 

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ 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] 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 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 0/2] Mitigate startup race between DNS resolution and idmapd
 2023-07-17 21:48 UTC  (2+ messages)

[PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-17 12:43 UTC  (2+ messages)

[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  (2+ messages)

[PATCH RFC 0/4] Send RPC-on-TCP with one sock_sendmsg() call
 2023-07-14 13:44 UTC  (5+ messages)
` [PATCH RFC 1/4] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly

[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  (10+ 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


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