Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-07-13 22:13:39 to 2022-07-24 20:18:37 UTC [more...]

[PATCH 0/3] nfs: fix -ENOSPC DIO write regression
 2022-07-24 20:18 UTC  (6+ messages)
` [PATCH 1/3] nfs: add new nfs_direct_req tracepoint events
` [PATCH 2/3] nfs: always check dreq->error after a commit
` [PATCH 3/3] nfs: only issue commit in DIO codepath if we have uncommitted data

[PATCH v1 00/11] Put struct nfsd4_copy on a diet
 2022-07-24  6:30 UTC  (13+ messages)
` [PATCH v1 01/11] NFSD: Shrink size of struct nfsd4_copy_notify
` [PATCH v1 02/11] NFSD: Shrink size of struct nfsd4_copy
` [PATCH v1 03/11] NFSD: Reorder the fields in struct nfsd4_op
` [PATCH v1 04/11] NFSD: Make nfs4_put_copy() static
` [PATCH v1 05/11] NFSD: Make boolean fields in struct nfsd4_copy into atomic bit flags
` [PATCH v1 06/11] NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
` [PATCH v1 07/11] NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
` [PATCH v1 08/11] NFSD: Refactor nfsd4_do_copy()
` [PATCH v1 09/11] NFSD: Remove kmalloc from nfsd4_do_async_copy()
` [PATCH v1 10/11] NFSD: Add nfsd4_send_cb_offload()
` [PATCH v1 11/11] NFSD: Move copy offload callback arguments into a separate structure

[PATCH 0/4] Pre-requisites for client-side RPC-with-TLS support
 2022-07-23 20:10 UTC  (13+ messages)
` [PATCH 1/4] SUNRPC: Fail faster on bad verifier
` [PATCH 2/4] SUNRPC: Widen rpc_task::tk_flags
` [PATCH 3/4] SUNRPC: Replace dprintk() call site in xs_data_ready
` [PATCH 4/4] NFS: Replace fs_context-related dprintk() call sites with tracepoints

[PATCH v2 00/11] Handling session trunking group membership
 2022-07-23 19:56 UTC  (13+ messages)
` [PATCH v2 01/11] SUNRPC expose functions for offline remote xprt functionality
` [PATCH v2 02/11] SUNRPC add function to offline remove trunkable transports
` [PATCH v2 03/11] NFSv4.1 offline trunkable transports on DESTROY_SESSION
` [PATCH v2 04/11] SUNRPC create an iterator to list only OFFLINE xprts
` [PATCH v2 05/11] SUNRPC enable back offline transports in trunking discovery
` [PATCH v2 06/11] SUNRPC create an rpc function that allows xprt removal from rpc_clnt
` [PATCH v2 07/11] NFSv4.1 remove xprt from xprt_switch if session trunking test fails
` [PATCH v2 08/11] SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
` [PATCH v2 09/11] SUNRPC export xprt_iter_rewind function
` [PATCH v2 10/11] SUNRPC create a function that probes only offline transports
` [PATCH v2 11/11] NFSv4.1 probe offline transports for trunking on session creation

Why keep var-lib-nfs-rpc_pipefs.mount around?
 2022-07-23 17:29 UTC  (3+ messages)

Supplementary GIDs?
 2022-07-23 15:53 UTC 

[PATCH v1 1/8] NFSD: Optimize nfsd4_encode_operation()
 2022-07-22 20:12 UTC  (9+ messages)
` [PATCH v1 2/8] NFSD: Optimize nfsd4_encode_fattr()
` [PATCH v1 3/8] NFSD: Clean up SPLICE_OK in nfsd4_encode_read()
` [PATCH v1 4/8] NFSD: Add an nfsd4_read::rd_eof field
` [PATCH v1 5/8] NFSD: Optimize nfsd4_encode_readv()
` [PATCH v1 6/8] NFSD: Simplify starting_len
` [PATCH v1 7/8] NFSD: Use xdr_pad_size()
` [PATCH v1 8/8] NFSD: Clean up nfsd_encode_readlink()

[PATCH v2 0/4] Pre-requisites for client-side RPC-with-TLS support
 2022-07-22 19:08 UTC  (5+ messages)
` [PATCH v2 1/4] SUNRPC: Fail faster on bad verifier
` [PATCH v2 2/4] SUNRPC: Widen rpc_task::tk_flags
` [PATCH v2 3/4] SUNRPC: Replace dprintk() call site in xs_data_ready
` [PATCH v2 4/4] NFS: Replace fs_context-related dprintk() call sites with tracepoints

[PATCH v3 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-07-22 15:09 UTC  (27+ messages)
` [PATCH v3 1/6] SUNRPC: Introduce xdr_stream_move_subsegment()
` [PATCH v3 2/6] SUNRPC: Introduce xdr_encode_double()
` [PATCH v3 3/6] SUNRPC: Introduce xdr_buf_trim_head()
` [PATCH v3 4/6] SUNRPC: Introduce xdr_buf_nth_page_address()
` [PATCH v3 5/6] SUNRPC: Export xdr_buf_pagecount()
` [PATCH v3 6/6] NFSD: Repeal and replace the READ_PLUS implementation

[PATCH] rpc-pipefs-generator: allocate enough space for pipefs-directory buffer
 2022-07-22 15:02 UTC  (2+ messages)

Thread safe client destruction
 2022-07-22 10:49 UTC  (7+ messages)
` [PATCH v2 1/1]: "

[PATCH v1] generic/476: requires 27GB scratch size
 2022-07-21 18:25 UTC  (2+ messages)

[PATCH v3 0/5] NFS: Improvements for the NFSv4.2 READ_PLUS operation
 2022-07-21 18:21 UTC  (6+ messages)
` [PATCH v3 1/5] SUNRPC: Introduce xdr_stream_move_subsegment()
` [PATCH v3 2/5] SUNRPC: Add a function for directly setting the xdr page len
` [PATCH v3 3/5] SUNRPC: Add a function for zeroing out a portion of an xdr_stream
` [PATCH v3 4/5] NFS: Replace the READ_PLUS decoding code
` [PATCH v3 5/5] SUNRPC: Remove xdr_align_data() and xdr_expand_hole()

[Bug Report] Re: [PATCH v1] generic/476: requires 27GB scratch size
 2022-07-21 14:59 UTC  (2+ messages)
` [Bug Report] "

[PATCH] Eliminate deadlocks in connects with an MT environment
 2022-07-20 21:20 UTC 

NLM 4 Infinite Loop Bug
 2022-07-20 20:01 UTC  (2+ messages)

libtirpc connect deadlock (part 2)
 2022-07-20 19:20 UTC  (2+ messages)
  ` libtirpc deadlocks and race conditions patch

ibtirpc connect deadlock (part 1)
 2022-07-20 18:15 UTC 

[PATCH] nfsd: silence extraneous printk on nfsd.ko insertion
 2022-07-20 14:31 UTC  (2+ messages)

[PATCH v2 00/15] RPC-with-TLS client side
 2022-07-19 21:43 UTC  (18+ messages)
` [PATCH v2 05/15] SUNRPC: Plumb an API for setting transport layer security
` [PATCH v2 07/15] SUNRPC: Refactor rpc_call_null_helper()
` [PATCH v2 10/15] SUNRPC: Capture cmsg metadata on client-side receive
` [PATCH v2 12/15] SUNRPC: Add RPC-with-TLS support to xprtsock.c
` [PATCH v2 15/15] NFS: Add an "xprtsec=" NFS mount option

[PATCH] SUNRPC: Fix xdr_encode_bool()
 2022-07-19 16:51 UTC  (3+ messages)

[PATCH] NFSD: Remove CONFIG_SUNRPC_GSS_MODULE
 2022-07-19 14:59 UTC  (6+ messages)

[RFC PATCH 0/3] nfsd: close potential race between open and setting delegation
 2022-07-18 21:43 UTC  (14+ messages)
` [RFC PATCH 1/3] nfsd: drop fh argument from alloc_init_deleg
` [RFC PATCH 2/3] nfsd: rework arguments to nfs4_set_delegation
` [RFC PATCH 3/3] nfsd: vet the opened dentry after setting a delegation

[PATCH 0/2] nfsd: close potential race between open and delegation
 2022-07-18 14:31 UTC  (8+ messages)
` [PATCH 1/2] nfsd: drop fh argument from alloc_init_deleg
` [PATCH 2/2] nfsd: vet the opened dentry after setting a delegation

[PATCH 0/8] NFSD: clean up locking
 2022-07-17 23:59 UTC  (17+ messages)
` [PATCH 6/8] NFSD: use explicit lock/unlock for directory ops

[PATCH] rpcb_clnt.c add mechanism to try v2 protocol first
 2022-07-16 18:20 UTC  (2+ messages)

[PATCH v3 0/3] NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
 2022-07-16 16:21 UTC  (5+ messages)
` [PATCH v3 1/3] NFSD: refactoring v4 specific code to a helper in nfs4state.c
` [PATCH v3 2/3] NFSD: keep track of the number of v4 clients in the system
` [PATCH v3 3/3] NFSD: limit the number of v4 clients to 1024 per 1GB of system memory

[PATCH v2 3/6] SUNRPC: Introduce xdr_buf_trim_head()
 2022-07-16  6:28 UTC  (2+ messages)

[PATCH v2 0/2] nfsd: close potential race between open and delegation
 2022-07-16  0:23 UTC  (5+ messages)
` [PATCH v2 1/2] nfsd: drop fh argument from alloc_init_deleg
` [PATCH v2 2/2] nfsd: vet the opened dentry after setting a delegation

build failure of next-20220715 due to undeclared identifier 'NFS4_CLIENTS_PER_GB'
 2022-07-15 23:12 UTC  (2+ messages)

linux-next: Tree for Jul 15 (nfsd)
 2022-07-15 22:39 UTC 

[PATCH 2/2] KEYS: Add keyagent request_key
 2022-07-15 15:28 UTC  (4+ messages)

[PATCH v2 0/2] limit the number of v4 clients to 1024 per 1GB of system memory
 2022-07-15 13:05 UTC  (7+ messages)
` [PATCH v2 1/2] NFSD: keep track of the number of v4 clients in the system
` [PATCH v2 2/2] NFSD: limit the number of v4 clients to 1024 per 1GB of system memory

[PATCH v2 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-07-15 13:05 UTC  (4+ messages)
` [PATCH v2 6/6] NFSD: Repeal and replace the READ_PLUS implementation

Wycena paneli fotowoltaicznych
 2022-07-15  8:16 UTC 

[PATCH 2/2] NFSD: limit the number of v4 clients to 4096 per 4GB of system memory
 2022-07-15  1:14 UTC  (2+ messages)

[GIT PULL] 3rd round of nfsd fixes for 5.19
 2022-07-14 20:42 UTC  (2+ messages)

[PATCH] binddynport.c honor ip_local_reserved_ports
 2022-07-14 18:01 UTC  (2+ messages)

[PATCH 1/1] netstress: Restore runtime to 5m
 2022-07-14 17:24 UTC  (2+ messages)

[PATCH 1/2] NFSv4.1: Don't decrease the value of seq_nr_highest_sent
 2022-07-13 22:15 UTC  (2+ messages)
` [PATCH 2/2] NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly

[PATCH] NFS: Fix case insensitive renames
 2022-07-13 22:06 UTC 


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