linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-14 17:01:49 to 2023-07-24 09:57:09 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-24  9:43 UTC  (29+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker

Don't miss out on our low Interest coinloan opportunity
 2023-07-24  8:47 UTC 

Why keep var-lib-nfs-rpc_pipefs.mount around?
 2023-07-24  9:12 UTC  (7+ messages)
      ` Always run rpc-pipefs-generator generator (was: Re: Why keep var-lib-nfs-rpc_pipefs.mount around?)

[PATCH v2] nfs/blocklayout: Use the passed in gfp flags
 2023-07-24  8:08 UTC 

[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 02/14] nfsd: don't allow nfsd threads to be signalled
` [PATCH 09/14] SUNRPC: change how svc threads are asked to exit
` [PATCH 03/14] SUNRPC: call svc_process() from svc_recv()
` [PATCH 04/14] SUNRPC: change svc_recv() to return void
` [PATCH 08/14] SUNRPC: integrate back-channel processing with svc_recv() and svc_process()
` [PATCH 14/14] SUNRPC: only have one thread waking up at a time
` [PATCH 01/14] lockd: remove SIGKILL handling
` [PATCH 12/14] SUNRPC: discard SP_CONGESTED
` [PATCH 11/14] SUNRPC: add list of idle threads
` [PATCH 07/14] SUNRPC: refactor svc_recv()
` [PATCH 13/14] SUNRPC: change service idle list to be an llist
` [PATCH 05/14] SUNRPC: remove timeout arg from svc_recv()
` [PATCH 06/14] SUNRPC: change various server-side #defines to enum

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  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "

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


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