linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-17 18:31:29 to 2018-10-04 23:38:49 UTC [more...]

[PATCH 0/7] Misc NFS + pNFS performance enhancements
 2018-10-04 16:42 UTC  (23+ 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 net-next] dns: Allow the dns resolver to retrieve a server set
 2018-10-04 16:42 UTC  (2+ messages)

[PATCH 0/3] Fix regression in NFSv3 ACL setting
 2018-10-04 14:42 UTC  (7+ messages)
` [PATCH 3/3] NFSD - Use MAY_ACT_AS_OWNER
` [PATCH 1/3] VFS: introduce MAY_ACT_AS_OWNER
` [PATCH 2/3] VFS: allow MAY_ flags to be easily extended
  ` [PATCH 2/3 v2] "

[PATCH v1 0/4] NFS/RDMA server patches for v4.20
 2018-10-04  1:01 UTC  (12+ messages)
` [PATCH v1 1/4] svcrdma: Reduce max_send_sges
` [PATCH v1 2/4] svcrdma: Remove ->release_rqst call in bc reply handler
` [PATCH v1 3/4] svcrdma: Remove try_module_get from backchannel
` [PATCH v1 4/4] svcrdma: Increase the default connection credit limit

[PATCH] nfsd: fix fall-through annotations
 2018-10-04  0:46 UTC  (2+ messages)

[PATCH 00/15] Performance improvements for knfsd
 2018-10-04  0:44 UTC  (26+ messages)
` [PATCH 01/15] SUNRPC: Remove the server 'authtab_lock' and just use RCU
  ` [PATCH 02/15] SUNRPC: Add lockless lookup of the server's auth domain
    ` [PATCH 03/15] SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock
      ` [PATCH 04/15] SUNRPC: Make server side AUTH_UNIX use lockless lookups
        ` [PATCH 05/15] knfsd: Allow lockless lookups of the exports
          ` [PATCH 06/15] SUNRPC: Lockless server RPCSEC_GSS context lookup
            ` [PATCH 07/15] knfsd: Lockless lookup of NFSv4 identities
              ` [PATCH 08/15] NFS: Lockless DNS lookups
                ` [PATCH 09/15] SUNRPC: Remove non-RCU protected lookup
                  ` [PATCH 10/15] SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock
                    ` [PATCH 11/15] SUNRPC: Simplify TCP receive code
                      ` [PATCH 12/15] knfsd: Remove dead code from nfsd_cache_lookup
                        ` [PATCH 13/15] knfsd: Simplify NFS duplicate replay cache
                          ` [PATCH 14/15] knfsd: Further simplify the cache lookup
                            ` [PATCH 15/15] knfsd: Improve lookup performance in the duplicate reply cache using an rbtree

NFS/TCP timeouts
 2018-10-03 19:06 UTC  (3+ messages)

[PATCH] SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()
 2018-10-02 20:57 UTC 

refresh of git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
 2018-10-01 20:13 UTC  (2+ messages)

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

(no subject)
 2018-10-01  1:24 UTC 

[PATCH] SUNRPC: Remove the server 'authtab_lock' and just use RCU
 2018-09-29  3:10 UTC 

[PATCH] SUNRPC: Remove rpc_authflavor_lock in favour of RCU locking
 2018-09-29  3:09 UTC 

[PATCH 0/3] Fix NFSv4 lookup revalidation
 2018-09-28 20:02 UTC  (4+ messages)
` [PATCH 1/3] NFS: Fix dentry revalidation on NFSv4 lookup
  ` [PATCH 2/3] NFS: Refactor nfs_lookup_revalidate()
    ` [PATCH 3/3] NFSv4: Fix lookup revalidate of regular files

osd_login
 2018-09-28 14:33 UTC  (3+ messages)

[PATCH] NFSv4: Revalidate inode if any of its cache flags are dirty
 2018-09-27 18:14 UTC 

Potential Key Decision Makers-IT/Security/Storage/Finance/HR/Marketing/Telecom
 2018-09-27 16:20 UTC 

[PATCH v2 1/3] NFSv3: Improve NFSv3 performance when server returns no post-op attributes
 2018-09-27 15:40 UTC  (3+ messages)
` [PATCH v2 2/3] NFSv4: Save a few bytes in the nfs_pgio_args/res
  ` [PATCH v2 3/3] NFS: Remove private spinlock in struct nfs_pgio_header

For editing of your photos 18
 2018-09-27 11:27 UTC 

[PATCH] nfs-utils: Add missing nfs.conf entries for various cmdline options
 2018-09-26 18:12 UTC  (2+ messages)

[PATCH] nfs-utils mount: recover the lost EBUSY
 2018-09-26 18:09 UTC  (4+ messages)

[PATCH-V2] [libtirpc] getnetconfig.c: fix a BAD_FREE (CWE-763)
 2018-09-26 18:08 UTC  (3+ messages)
` [PATCH-V2] [nfs/nfs-utils/libtirpc] src/getnetconfig.c: "

[PATCH] nfs-utils: Fix version setting by config for vers4
 2018-09-26 16:41 UTC  (2+ messages)

[PATCH] nfs.conf: fail to disable major NFS version 4 using "vers4=n" in /etc/nfs.conf
 2018-09-26 14:42 UTC 

[PATCH -next] nfsd: remove set but not used variable 'dirp'
 2018-09-26  0:35 UTC  (2+ messages)

Editing for 5
 2018-09-25 12:23 UTC 

Editing for 5
 2018-09-25 12:23 UTC 

Stale data after file is renamed while another process has an open file handle
 2018-09-25 20:40 UTC  (19+ messages)

[PATCH] getnetconfig.c: fix a BAD_FREE (CWE-763)
 2018-09-25 15:44 UTC  (2+ messages)

Editing for 4
 2018-09-25 12:54 UTC 

NFS3 subsystem hung, Kernel alive
 2018-09-25  6:56 UTC  (4+ messages)

[PATCH 1/2] NFSv3: Improve NFSv3 performance when server returns no post-op attributes
 2018-09-25  5:06 UTC  (3+ messages)
` [PATCH 2/2] NFSv4: Save a few bytes in the nfs_pgio_args/res

nfsiostat has a confusion about XPRT-related stats for at least NFSv3
 2018-09-21 20:03 UTC 

[PATCH] NFSv4: Split out NFS v4.2 copy completion functions
 2018-09-20 20:12 UTC 

Bump: NFS3 subsystem hung, Kernel alive
 2018-09-20  5:49 UTC  (3+ messages)

mkdir disregards umask
 2018-09-19 20:28 UTC  (3+ messages)

[PATCH v3 00/44] Convert RPC client transmission to a queued model
 2018-09-19 17:30 UTC  (49+ 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 v3 15/44] SUNRPC: Refactor xprt_transmit() to remove the reply queue code
                              ` [PATCH v3 16/44] SUNRPC: Refactor xprt_transmit() to remove wait for reply code
                                ` [PATCH v3 17/44] SUNRPC: Minor cleanup for call_transmit()
                                  ` [PATCH v3 18/44] SUNRPC: Distinguish between the slot allocation list and receive queue
                                    ` [PATCH v3 19/44] SUNRPC: Add a transmission queue for RPC requests
                                      ` [PATCH v3 20/44] SUNRPC: Refactor RPC call encoding
                                        ` [PATCH v3 21/44] SUNRPC: Fix up the back channel transmit
                                          ` [PATCH v3 22/44] SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
                                            ` [PATCH v3 23/44] SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK
                                              ` [PATCH v3 24/44] SUNRPC: Simplify xprt_prepare_transmit()
                                                ` [PATCH v3 25/44] SUNRPC: Move RPC retransmission stat counter to xprt_transmit()
                                                  ` [PATCH v3 26/44] SUNRPC: Improve latency for interactive tasks
                                                    ` [PATCH v3 27/44] SUNRPC: Support for congestion control when queuing is enabled
                                                      ` [PATCH v3 28/44] SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue
                                                        ` [PATCH v3 29/44] SUNRPC: Allow calls to xprt_transmit() to drain the entire "
                                                          ` [PATCH v3 30/44] SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK
                                                            ` [PATCH v3 31/44] SUNRPC: Turn off throttling of RPC slots for TCP sockets
                                                              ` [PATCH v3 32/44] SUNRPC: Clean up transport write space handling
                                                                ` [PATCH v3 33/44] SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
                                                                  ` [PATCH v3 34/44] SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK
                                                                    ` [PATCH v3 35/44] SUNRPC: Convert xprt receive queue to use an rbtree
                                                                      ` [PATCH v3 36/44] SUNRPC: Fix priority queue fairness
                                                                        ` [PATCH v3 37/44] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
                                                                          ` [PATCH v3 38/44] SUNRPC: Add a label for RPC calls that require allocation on receive
                                                                            ` [PATCH v3 39/44] SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
                                                                              ` [PATCH v3 40/44] SUNRPC: Simplify TCP receive code by switching to using iterators
                                                                                ` [PATCH v3 41/44] SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
                                                                                  ` [PATCH v3 42/44] SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
                                                                                    ` [PATCH v3 43/44] SUNRPC: Clean up xs_udp_data_receive()
                                                                                      ` [PATCH v3 44/44] SUNRPC: Unexport xdr_partial_copy_from_skb()

Hello Friend
 2018-09-19  6:01 UTC 

[PATCH crypto-next 02/23] gss_krb5: Remove VLA usage of skcipher
 2018-09-19  2:10 UTC 

[PATCH 1/3] NFS: Split out the body of nfs4_reclaim_open_state()
 2018-09-18 20:19 UTC  (2+ messages)

[NFS-Ganesha-Devel] [NFS-Ganesha-Devel]ceph_fsal_setattr2 returned Operation not permitted
 2018-09-18 17:53 UTC  (2+ messages)

[PATCH] sunrpc: safely reallow resvport min/max inversion
 2018-09-17 15:33 UTC 


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