linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-18 14:29:29 to 2019-01-03 14:00:26 UTC [more...]

[PATCH] SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
 2019-01-03 14:00 UTC  (5+ messages)

[PATCH v2] SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
 2019-01-03 10:16 UTC  (2+ messages)

[GIT PULL] Please pull NFS client updates for 4.21
 2019-01-03  6:09 UTC  (5+ messages)

[GIT PULL] nfsd
 2019-01-03  2:40 UTC  (2+ messages)

[PATCH] Makefile.am: update the path of libnfs.a
 2019-01-03  2:24 UTC  (2+ messages)

[PATCH 0/4] bugfixes for RPCSEC_GSS client support
 2019-01-02 22:53 UTC  (5+ messages)
` [PATCH 1/4] SUNRPC: Ensure rq_bytes_sent is reset before request transmission
  ` [PATCH 2/4] SUNRPC: Fix the RPCSEC_GSS sequence semantics after request re-encoding
    ` [PATCH 3/4] SUNRPC: Allow for some re-ordering of RPCSEC_GSS requests on the server
      ` [PATCH 4/4] SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

[PATCH v3 00/44] Convert RPC client transmission to a queued model
 2019-01-02 19:33 UTC  (45+ 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] fs/nfs: Fix typo in comments of nfs_readdir_alloc_pages()
 2019-01-02  7:02 UTC 

[PATCH v3] sock: Make sock->sk_stamp thread-safe
 2019-01-01 17:49 UTC  (2+ messages)

linux-next: manual merge of the rdma tree with the nfs-anna tree
 2018-12-30  1:48 UTC  (2+ messages)

[PATCH] nfs: fixed broken compilation in nfs_callback_up_net()
 2018-12-29 13:38 UTC 

[PATCH 00/20] drop useless LIST_HEAD
 2018-12-29  6:19 UTC  (10+ messages)
` [PATCH 01/20] nfsd: "
` [PATCH 15/20] NFS: "

[PATCH net-next] svcrdma: Fix an uninitialized variable false warning
 2018-12-28 15:36 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 15/21] SUNRPC: Fix a race with XPRT_CONNECTING
 2018-12-26 22:54 UTC 

[PATCH AUTOSEL 4.9 29/35] SUNRPC: Fix a race with XPRT_CONNECTING
 2018-12-26 22:41 UTC 

[PATCH AUTOSEL 4.19 66/97] SUNRPC: Fix a race with XPRT_CONNECTING
 2018-12-26 22:35 UTC 

[PATCH AUTOSEL 4.14 43/59] SUNRPC: Fix a race with XPRT_CONNECTING
 2018-12-26 22:38 UTC 

[PATCH] sunrpc: remove redundant code
 2018-12-26 17:44 UTC  (2+ messages)

[PATCH] sunrpc: fix a missing check of xdr_inline_decode
 2018-12-26 17:35 UTC  (2+ messages)

[PATCH v4 00/10] use-after-free in svc_process_common()
 2018-12-25 11:47 UTC  (3+ messages)

[PATCH v4 01/10] sunrpc: use SVC_NET() in svcauth_gss_* functions
 2018-12-24 16:59 UTC  (11+ messages)
` [PATCH v4 02/10] sunrpc: use-after-free in svc_process_common()
` [PATCH v4 03/10] sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
` [PATCH v4 04/10] sunrpc: remove unused bc_up operation from rpc_xprt_ops
` [PATCH v4 05/10] sunrpc: remove svc_tcp_bc_class
` [PATCH v4 06/10] sunrpc: remove svc_rdma_bc_class
` [PATCH v4 07/10] sunrpc: remove unused xpo_prep_reply_hdr callback
` [PATCH v4 08/10] sunrpc: make visible processing error in bc_svc_process()
` [PATCH v4 09/10] sunrpc: fix debug message in svc_create_xprt()
` [PATCH v4 10/10] nfs: minor typo in nfs4_callback_up_net()

[PATCH 1/4] nfs: use-after-free in svc_process_common()
 2018-12-24 11:48 UTC  (27+ messages)

[PATCH v2 1/1] sock: Make sock->sk_stamp thread-safe
 2018-12-23  2:57 UTC 

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2018-12-21 19:08 UTC  (3+ messages)

[PATCH v3 1/8] sunrpc: use SVC_NET() in svcauth_gss_* functions
 2018-12-21 17:36 UTC  (8+ messages)
` [PATCH v3 2/8] sunrpc: introduce svc_rqst->rq_bc_net
` [PATCH v3 3/8] sunrpc: introduce per-netns sunrpc_net->bc_prep_reply_hdr()
` [PATCH v3 4/8] sunrpc: use-after-free in svc_process_common()
` [PATCH v3 5/8] nfs: remove sv_bc_enabled using in svc_is_backchannel()
` [PATCH v3 6/8] sunrpc: make visible processing error in bc_svc_process()
` [PATCH v3 7/8] sunrpc: fix debug message in svc_create_xprt()
` [PATCH v3 8/8] nfs: minor typo in nfs4_callback_up_net()

[PATCH v3 0/8] use-after-free in svc_process_common()
 2018-12-21 17:31 UTC 

[PATCH] sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-21 16:00 UTC  (2+ messages)

[RESNED] sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-21 15:59 UTC 

[bug report] SUNRPC: simplify auth_unix
 2018-12-21  9:10 UTC 

[PATCH] sunrpc: handle ENOMEM in rpcb_getport_async
 2018-12-21  6:37 UTC  (6+ messages)
` [PATCH] sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS

[PATCH v2 0/3] un-deprecate nfsdcld
 2018-12-20 19:02 UTC  (22+ messages)
` [PATCH v2 2/3] nfsd: "
` [PATCH v2 3/3] nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld

[GIT PULL] Please pull NFS client bugfixes
 2018-12-20 15:23 UTC  (3+ messages)

[PATCH v2 1/4] nfs: use-after-free in svc_process_common()
 2018-12-20 13:57 UTC  (4+ messages)
` [PATCH v2 4/4] nfs: minor typo in nfs4_callback_up_net()
` [PATCH v2 2/4] nfs: remove sv_bc_enabled using in svc_is_backchannel()
` [PATCH v2 3/4] nfs: fix debug message in svc_create_xprt()

[PATCH v2 0/4] use-after-free in svc_process_common()
 2018-12-20 13:56 UTC 

[bug report] nfs: make sillyrename an async operation
 2018-12-19 23:31 UTC  (2+ messages)

Keep file data off network when moving between filesystems on the same server
 2018-12-19 21:46 UTC 

[PATCH v5 00/30] NFS/RDMA client for next (4.21)
 2018-12-19 16:00 UTC  (31+ messages)
` [PATCH v5 01/30] xprtrdma: Yet another double DMA-unmap
` [PATCH v5 02/30] xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV fails
` [PATCH v5 03/30] xprtrdma: Refactor Receive accounting
` [PATCH v5 04/30] xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
` [PATCH v5 05/30] xprtrdma: No qp_event disconnect
` [PATCH v5 06/30] xprtrdma: Don't wake pending tasks until disconnect is done
` [PATCH v5 07/30] xprtrdma: Fix ri_max_segs and the result of ro_maxpages
` [PATCH v5 08/30] xprtrdma: Reduce max_frwr_depth
` [PATCH v5 09/30] xprtrdma: Remove support for FMR memory registration
` [PATCH v5 10/30] xprtrdma: Remove rpcrdma_memreg_ops
` [PATCH v5 11/30] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
` [PATCH v5 12/30] NFS: Make "port=" mount option optional for RDMA mounts
` [PATCH v5 13/30] xprtrdma: Recognize XDRBUF_SPARSE_PAGES
` [PATCH v5 14/30] xprtrdma: Remove request_module from backchannel
` [PATCH v5 15/30] xprtrdma: Expose transport header errors
` [PATCH v5 16/30] xprtrdma: Simplify locking that protects the rl_allreqs list
` [PATCH v5 17/30] xprtrdma: Cull dprintk() call sites
` [PATCH v5 18/30] xprtrdma: Remove unused fields from rpcrdma_ia
` [PATCH v5 19/30] xprtrdma: Clean up of xprtrdma chunk trace points
` [PATCH v5 20/30] xprtrdma: Relocate the xprtrdma_mr_map "
` [PATCH v5 21/30] xprtrdma: Add trace points for calls to transport switch methods
` [PATCH v5 22/30] xprtrdma: Trace mapping, alloc, and dereg failures
` [PATCH v5 23/30] NFS: Fix NFSv4 symbolic trace point output
` [PATCH v5 24/30] SUNRPC: Simplify defining common RPC trace events
` [PATCH v5 25/30] SUNRPC: Fix some kernel doc complaints
` [PATCH v5 26/30] xprtrdma: Update comments in frwr_op_send
` [PATCH v5 27/30] xprtrdma: Replace outdated comment for rpcrdma_ep_post
` [PATCH v5 28/30] xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
` [PATCH v5 29/30] xprtrdma: Clarify comments in rpcrdma_ia_remove
` [PATCH v5 30/30] xprtrdma: Don't leak freed MRs

NFS/TCP crashes on MIPS/RBTX4927 in v4.20-rcX (bisected)
 2018-12-19  9:56 UTC  (4+ messages)

[PATCH v2] sunrpc: Add xprt after nfs4_test_session_trunk()
 2018-12-19  6:59 UTC 

[PATCH v4 00/30] NFS/RDMA client for next
 2018-12-18 19:39 UTC  (4+ messages)
` [PATCH v4 07/30] xprtrdma: Fix ri_max_segs and the result of ro_maxpages

[PATCH v2 1/3] SUNRPC: Fix disconnection races
 2018-12-18 17:27 UTC  (6+ messages)

[nfs-utils PATCH v2 0/7] restore nfsdcld
 2018-12-18 14:30 UTC  (8+ messages)
` [nfs-utils PATCH v2 1/7] Revert "nfsdcltrack: remove the nfsdcld daemon"
` [nfs-utils PATCH v2 2/7] nfsdcld: move nfsdcld to its own directory
` [nfs-utils PATCH v2 3/7] nfsdcld: a few enhancements
` [nfs-utils PATCH v2 4/7] nfsdcld: remove some unused functions
` [nfs-utils PATCH v2 5/7] nfsdcld: the -p option should specify the rpc_pipefs mountpoint
` [nfs-utils PATCH v2 6/7] nfsdcld: add /etc/nfs.conf support
` [nfs-utils PATCH v2 7/7] systemd: add a unit file for nfsdcld


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