messages from 2023-07-04 00:07:48 to 2023-07-13 23:02:01 UTC [more...]
[PATCH v5 0/8] fs: implement multigrain timestamps
2023-07-13 23:00 UTC (3+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
[PATCH 1/1] NFSv4.1: fix zero value filehandle in post open getattr
2023-07-13 22:12 UTC (6+ messages)
[PATCH] nfs: fix redundant readdir request after get eof
2023-07-13 19:17 UTC (2+ messages)
[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] NFSD: add rpc_status entry in nfsd debug filesystem
2023-07-13 11:27 UTC (2+ messages)
[PATCH] systemd: Ensure that statdpath exists using systemd-tmpfiles
2023-07-13 10:25 UTC
[PATCH v2 0/9] SUNRPC service thread scheduler optimizations
2023-07-12 19:29 UTC (40+ messages)
` [PATCH v2 2/9] SUNRPC: Report when no service thread is available
` [PATCH v2 3/9] SUNRPC: Split the svc_xprt_dequeue tracepoint
` [PATCH v2 4/9] SUNRPC: Count ingress RPC messages per svc_pool
` [PATCH/RFC] sunrpc: constant-time code to wake idle thread
` [PATCH v2 5/9] SUNRPC: Clean up svc_set_num_threads
` [PATCH v2 6/9] SUNRPC: Replace dprintk() call site in __svc_create()
` [PATCH v2 7/9] SUNRPC: Don't disable BH's when taking sp_lock
` [PATCH v2 8/9] SUNRPC: Replace sp_threads_all with an xarray
` [PATCH v2 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-12 16:06 UTC (18+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 26/32] nfs/blocklayout: Convert to use blkdev_get_handle_by_dev/path()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()
[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] NFS: Fix sysfs server name memory leak
2023-07-12 12:10 UTC (2+ 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 (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime
[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 RFC 0/4] Send RPC-on-TCP with one sock_sendmsg() call
2023-07-09 20:05 UTC (5+ 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 nfs-utils] start-statd: Fix shellcheck warnings
2023-07-09 7:20 UTC
[PATCH] sunrpc: avoid constant-out-of-range warning with clang
2023-07-07 21:50 UTC (3+ messages)
[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2023-07-07 19:23 UTC (8+ messages)
` [PATCH v7 2/2] "
` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0
trunking rules
2023-07-07 15:40 UTC
[PATCH v2 57/92] nfs: convert to ctime accessor functions
2023-07-06 14:56 UTC (6+ messages)
` [PATCH v2 58/92] nfsd: "
` [PATCH v2 88/92] sunrpc: "
[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 01/12] backing_dev: remove current->backing_dev_info
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-07-05 3:27 UTC (11+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
nfsd in D state, another case
2023-07-04 17:48 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