Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-07-05 10:21:34 to 2023-07-17 21:49:11 UTC [more...]

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

[PATCH v5 0/5] NFSv4.2: Various READ_PLUS fixes
 2023-07-17 20:52 UTC  (6+ 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

[PATCH v3] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-17 16:45 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] systemd: Ensure that statdpath exists using systemd-tmpfiles
 2023-07-15 20:53 UTC  (2+ messages)

[PATCH v1] nfs(5): Document the new "xprtsec=" mount option
 2023-07-15 20:04 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  (14+ 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  (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 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)

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] "


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