linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-03 22:02:36 to 2018-09-17 18:31:29 UTC [more...]

[PATCH v3 00/44] Convert RPC client transmission to a queued model
 2018-09-17 13:03 UTC  (15+ messages)
` [PATCH v3 01/44] SUNRPC: Clean up initialisation of the struct rpc_rqst
  ` [PATCH v3 02/44] SUNRPC: If there is no reply expected, bail early from call_decode
    ` [PATCH v3 03/44] SUNRPC: The transmitted message must lie in the RPCSEC window of validity
      ` [PATCH v3 04/44] SUNRPC: Simplify identification of when the message send/receive is complete
        ` [PATCH v3 05/44] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
          ` [PATCH v3 06/44] SUNRPC: Rename TCP receive-specific state variables
            ` [PATCH v3 07/44] SUNRPC: Move reset of TCP state variables into the reconnect code
              ` [PATCH v3 08/44] SUNRPC: Add socket transmit queue offset tracking
                ` [PATCH v3 09/44] SUNRPC: Simplify dealing with aborted partially transmitted messages
                  ` [PATCH v3 10/44] SUNRPC: Refactor the transport request pinning
                    ` [PATCH v3 11/44] SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
                      ` [PATCH v3 12/44] SUNRPC: Test whether the task is queued before grabbing the queue spinlocks
                        ` [PATCH v3 13/44] SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
                          ` [PATCH v3 14/44] SUNRPC: Rename xprt->recv_lock to xprt->queue_lock

[PATCH] nfs-utils mount: recover the lost EBUSY
 2018-09-17 11:38 UTC 

Correctly understanding Linux's close-to-open consistency
 2018-09-17  2:19 UTC  (7+ messages)

Making the in-kernel DNS resolver handle server lists
 2018-09-13 20:01 UTC  (5+ messages)

osd_login
 2018-09-13 15:47 UTC 

[PATCH 0/3] keyutils: request_key and DNS resolver changes
 2018-09-13 14:08 UTC  (4+ messages)
` [PATCH 1/3] request-key: Provide a command line option to suppress execution
` [PATCH 2/3] request-key: Find best match rather than first match
` [PATCH 3/3] Remove the dependency on MIT Kerberos

lseek gets bad offset from nfs client with ganesha/gluster which supports SEEK
 2018-09-13  0:03 UTC  (8+ messages)
      ` [NFS-Ganesha-Devel] "

mkdir disregards umask
 2018-09-12 18:17 UTC 

[PATCH v1 00/22] NFS/RDMA client patches for v4.20
 2018-09-12 18:41 UTC  (24+ messages)
` [PATCH v1 01/22] xprtrdma: Reset credit grant properly after a disconnect
` [PATCH v1 02/22] xprtrdma: Create more MRs at a time
` [PATCH v1 03/22] xprtrdma: Explicitly resetting MRs is no longer necessary
` [PATCH v1 04/22] xprtrdma: Name MR trace events consistently
` [PATCH v1 05/22] xprtrdma: Refactor chunk encoding
` [PATCH v1 06/22] xprtrdma: Refactor chunktype handling
` [PATCH v1 07/22] xprtrdma: Support Write+Reply Replies
` [PATCH v1 08/22] sunrpc: Fix connect metrics
` [PATCH v1 09/22] sunrpc: Report connect_time in seconds
` [PATCH v1 10/22] xprtrdma: Rename rpcrdma_conn_upcall
` [PATCH v1 11/22] xprtrdma: Conventional variable names in rpcrdma_conn_upcall
` [PATCH v1 12/22] xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()
` [PATCH v1 13/22] xprtrdma: Re-organize the switch() in rpcrdma_conn_upcall
` [PATCH v1 14/22] xprtrdma: Simplify RPC wake-ups on connect
` [PATCH v1 15/22] xprtrdma: Rename rpcrdma_qp_async_error_upcall
` [PATCH v1 16/22] xprtrdma: Remove memory address of "ep" from an error message
` [PATCH v1 17/22] svcrdma: Don't disable BH's in backchannel
` [PATCH v1 18/22] xprtrdma: Move rb_flags initialization
` [PATCH v1 19/22] xprtrdma: Report when there were zero posted Receives
` [PATCH v1 20/22] xprtrdma: Add documenting comments
` [PATCH v1 21/22] xprtrdma: Clean up xprt_rdma_disconnect_inject
` [PATCH v1 22/22] xprtrdma: Squelch a sparse warning

A NFS client partial file corruption problem in recent/current kernels
 2018-09-12 17:11 UTC  (15+ messages)

Question 16
 2018-09-12 12:35 UTC 

Inquiry
 2018-09-11 21:07 UTC 

[PATCH 1/3] NFS: Split out the body of nfs4_reclaim_open_state()
 2018-09-11 20:23 UTC  (3+ messages)
` [PATCH 2/3] NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()
` [PATCH 3/3] NFS: Reduce indentation of nfs4_recovery_handle_error()

Editing 4
 2018-09-11  5:47 UTC 

Editing 4
 2018-09-11  5:47 UTC 

[PATCH 00/13] libtirpc: Closed a number of memory leaks
 2018-09-11 16:00 UTC  (15+ messages)
` [PATCH 01/13] auth_gss.c: resource_leak
` [PATCH 02/13] auth_gss.c: buffer_size_warning
` [PATCH 03/13] clnt_bcast.c: resource_leak
` [PATCH 04/13] clnt_vc.c: resource_leak
` [PATCH 05/13] getnetconfig.c: cppcheck_warning
` [PATCH 06/13] getnetpath.c: resource_leak
` [PATCH 07/13] rpc_generic.c: resource_leak
` [PATCH 08/13] rpc_soc.c: resource_leak
` [PATCH 09/13] rpc_soc.c: buffer_size_warning
` [PATCH 10/13] rpcb_clnt.c: resource_leak
` [PATCH 11/13] rtime.c: resource_leak
` [PATCH 12/13] svc_generic.c: resource_leak
` [PATCH 13/13] svc_simple.c: resource_leak

[nfs:testing 39/48] net/sunrpc/xprt.c:893:17: sparse: cast from restricted __be32
 2018-09-10 18:48 UTC 

[PATCH 0/7] Misc NFS + pNFS performance enhancements
 2018-09-10 16:14 UTC  (13+ messages)
` [PATCH 1/7] pNFS: Don't zero out the array in nfs4_alloc_pages()
  ` [PATCH 2/7] pNFS: Don't allocate more pages than we need to fit a layoutget response
    ` [PATCH 3/7] NFS: Convert lookups of the lock context to RCU
      ` [PATCH 4/7] NFS: Simplify internal check for whether file is open for write
        ` [PATCH 5/7] NFS: Convert lookups of the open context to RCU
          ` [PATCH 6/7] NFSv4: Convert open state lookup to use RCU
            ` [PATCH 7/7] NFSv4: Convert struct nfs4_state to use refcount_t

ANNOUNCE: nfs-utils-2.3.3 released
 2018-09-07 14:21 UTC 

[PATCH 10/10] nfsd: clients don't need to break their own delegations
 2018-09-06 19:40 UTC  (8+ messages)
` [PATCH 00/10] Eliminate delegation self-conflicts v2

[PATCH v2 00/34] Convert RPC client transmission to a queued model
 2018-09-06 18:57 UTC  (45+ messages)
` [PATCH v2 01/34] SUNRPC: Clean up initialisation of the struct rpc_rqst
  ` [PATCH v2 02/34] SUNRPC: If there is no reply expected, bail early from call_decode
    ` [PATCH v2 03/34] SUNRPC: The transmitted message must lie in the RPCSEC window of validity
      ` [PATCH v2 04/34] SUNRPC: Simplify identification of when the message send/receive is complete
        ` [PATCH v2 05/34] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
          ` [PATCH v2 06/34] SUNRPC: Rename TCP receive-specific state variables
            ` [PATCH v2 07/34] SUNRPC: Move reset of TCP state variables into the reconnect code
              ` [PATCH v2 08/34] SUNRPC: Add socket transmit queue offset tracking
                ` [PATCH v2 09/34] SUNRPC: Simplify dealing with aborted partially transmitted messages
                  ` [PATCH v2 10/34] SUNRPC: Refactor the transport request pinning
                    ` [PATCH v2 11/34] SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
                      ` [PATCH v2 12/34] SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
                        ` [PATCH v2 13/34] SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
                          ` [PATCH v2 14/34] SUNRPC: Refactor xprt_transmit() to remove the reply queue code
                            ` [PATCH v2 15/34] SUNRPC: Refactor xprt_transmit() to remove wait for reply code
                              ` [PATCH v2 16/34] SUNRPC: Minor cleanup for call_transmit()
                                ` [PATCH v2 17/34] SUNRPC: Distinguish between the slot allocation list and receive queue
                                  ` [PATCH v2 18/34] NFS: Add a transmission queue for RPC requests
                                    ` [PATCH v2 19/34] SUNRPC: Refactor RPC call encoding
                                      ` [PATCH v2 20/34] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
                                        ` [PATCH v2 21/34] SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
                                          ` [PATCH v2 22/34] SUNRPC: Simplify xprt_prepare_transmit()
                                            ` [PATCH v2 23/34] SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
                                              ` [PATCH v2 24/34] SUNRPC: Fix up the back channel transmit
                                                ` [PATCH v2 25/34] SUNRPC: Support for congestion control when queuing is enabled
                                                  ` [PATCH v2 26/34] SUNRPC: Improve latency for interactive tasks
                                                    ` [PATCH v2 27/34] SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue
                                                      ` [PATCH v2 28/34] SUNRPC: Queue the request for transmission immediately after encoding
                                                        ` [PATCH v2 29/34] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
                                                          ` [PATCH v2 30/34] SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK
                                                            ` [PATCH v2 31/34] SUNRPC: Turn off throttling of RPC slots for TCP sockets
                                                              ` [PATCH v2 32/34] SUNRPC: Clean up transport write space handling
                                                                ` [PATCH v2 33/34] SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
                                                                  ` [PATCH v2 34/34] SUNRPC: Queue fairness for all

[PATCH] tcp-wrappers.m4: Only look for TCP wrappers lib when requested
 2018-09-06 18:06 UTC  (2+ messages)

NFSv4.1 session reset needs to update ->rsize and ->wsize - how???
 2018-09-06 17:03 UTC  (10+ messages)

[nfs-utils PATCH] statd: fix use-after-free in monitor list if insertion fails
 2018-09-06 14:24 UTC  (3+ messages)

Question about nfs in infiniband environment
 2018-09-06  6:42 UTC  (9+ messages)

[nfs:testing 45/45] include/linux/list.h:125:25: sparse: context imbalance in 'nfs4_put_open_state' - unexpected unlock
 2018-09-05 23:15 UTC 

[nfs:testing 41/45] include/linux/rculist.h:130:25: sparse: context imbalance in 'nfs_put_lock_context' - unexpected unlock
 2018-09-05 22:25 UTC 

[nfs:ioctl 3/5] fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'
 2018-09-05 20:59 UTC 

[nfs:ioctl 3/5] fs/nfs/ioctl.c:112:27: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'; did you mean 'have_delegation'?
 2018-09-05 20:36 UTC 

[PATCH 1/4] pNFS: Ensure we return the error if someone kills a waiting layoutget
 2018-09-05 18:07 UTC  (4+ messages)
` [PATCH 2/4] NFSv4: Fix a tracepoint Oops in initiate_file_draining()
  ` [PATCH 3/4] NFSv4.1 fix infinite loop on I/O
    ` [PATCH 4/4] NFS: Don't open code clearing of delegation state

[PATCH v10 0/9] NFSD support for async COPY
 2018-09-05 15:56 UTC  (5+ messages)

Change your photos
 2018-09-05 12:52 UTC 

Photo replacing
 2018-09-05 11:12 UTC 

[PATCH 00/27] Convert RPC client transmission to a queued model
 2018-09-04 15:46 UTC  (32+ messages)
` [PATCH 01/27] SUNRPC: Clean up initialisation of the struct rpc_rqst
  ` [PATCH 02/27] SUNRPC: If there is no reply expected, bail early from call_decode
    ` [PATCH 03/27] SUNRPC: The transmitted message must lie in the RPCSEC window of validity
      ` [PATCH 04/27] SUNRPC: Simplify identification of when the message send/receive is complete
        ` [PATCH 05/27] SUNRPC: Avoid holding locks across the XDR encoding of the RPC message
          ` [PATCH 06/27] SUNRPC: Rename TCP receive-specific state variables
            ` [PATCH 07/27] SUNRPC: Move reset of TCP state variables into the reconnect code
              ` [PATCH 08/27] SUNRPC: Add socket transmit queue offset tracking
                ` [PATCH 09/27] SUNRPC: Simplify dealing with aborted partially transmitted messages
                  ` [PATCH 10/27] SUNRPC: Refactor the transport request pinning
                    ` [PATCH 11/27] SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status
                      ` [PATCH 12/27] SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit
                        ` [PATCH 13/27] SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
                          ` [PATCH 14/27] SUNRPC: Refactor xprt_transmit() to remove the reply queue code
                            ` [PATCH 15/27] SUNRPC: Refactor xprt_transmit() to remove wait for reply code
                              ` [PATCH 16/27] SUNRPC: Minor cleanup for call_transmit()
                                ` [PATCH 17/27] SUNRPC: Distinguish between the slot allocation list and receive queue
                                  ` [PATCH 18/27] NFS: Add a transmission queue for RPC requests
                                    ` [PATCH 19/27] SUNRPC: Refactor RPC call encoding
                                      ` [PATCH 20/27] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
                                        ` [PATCH 21/27] SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
                                          ` [PATCH 22/27] SUNRPC: Simplify xprt_prepare_transmit()
                                            ` [PATCH 23/27] SUNRPC: Move RPC retransmission stat counter to xprt_transmit()

nfs4_reclaim_open_state: Lock reclaim failed!
 2018-09-04 12:11 UTC  (7+ 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).