linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-17 16:39:58 to 2018-12-26 17:44:30 UTC [more...]

[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 00/20] drop useless LIST_HEAD
 2018-12-25 22:12 UTC  (7+ messages)
` [PATCH 01/20] nfsd: "
` [PATCH 15/20] NFS: "

[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  (28+ messages)

linux-next: manual merge of the rdma tree with the nfs-anna tree
 2018-12-24  3:13 UTC 

[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  (23+ messages)
` [PATCH v2 1/3] nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array
` [PATCH v2 2/3] nfsd: un-deprecate nfsdcld
` [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 

[PATCH net-next] svcrdma: Fix an uninitialized variable false warning
 2018-12-20  9:49 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  (35+ messages)
` [PATCH v4 06/30] xprtrdma: Don't wake pending tasks until disconnect is done
` [PATCH v4 07/30] xprtrdma: Fix ri_max_segs and the result of ro_maxpages
` [PATCH v4 08/30] xprtrdma: Reduce max_frwr_depth
` [PATCH v4 09/30] xprtrdma: Remove support for FMR memory registration
` [PATCH v4 10/30] xprtrdma: Remove rpcrdma_memreg_ops
` [PATCH v4 11/30] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
` [PATCH v4 12/30] NFS: Make "port=" mount option optional for RDMA mounts
` [PATCH v4 13/30] xprtrdma: Recognize XDRBUF_SPARSE_PAGES
` [PATCH v4 14/30] xprtrdma: Remove request_module from backchannel
` [PATCH v4 15/30] xprtrdma: Expose transport header errors
` [PATCH v4 16/30] xprtrdma: Simplify locking that protects the rl_allreqs list
` [PATCH v4 17/30] xprtrdma: Cull dprintk() call sites
` [PATCH v4 18/30] xprtrdma: Remove unused fields from rpcrdma_ia
` [PATCH v4 19/30] xprtrdma: Clean up of xprtrdma chunk trace points
` [PATCH v4 20/30] xprtrdma: Relocate the xprtrdma_mr_map "
` [PATCH v4 21/30] xprtrdma: Add trace points for calls to transport switch methods
` [PATCH v4 22/30] xprtrdma: Trace mapping, alloc, and dereg failures
` [PATCH v4 23/30] NFS: Fix NFSv4 symbolic trace point output
` [PATCH v4 24/30] SUNRPC: Simplify defining common RPC trace events
` [PATCH v4 25/30] SUNRPC: Fix some kernel doc complaints
` [PATCH v4 26/30] xprtrdma: Update comments in frwr_op_send
` [PATCH v4 27/30] xprtrdma: Replace outdated comment for rpcrdma_ep_post
` [PATCH v4 28/30] xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
` [PATCH v4 29/30] xprtrdma: Clarify comments in rpcrdma_ia_remove
` [PATCH v4 30/30] xprtrdma: Don't leak freed MRs

[PATCH v2 1/3] SUNRPC: Fix disconnection races
 2018-12-18 17:27 UTC  (8+ messages)
` [PATCH v2 2/3] SUNRPC: Fix a race with XPRT_CONNECTING
  ` [PATCH v2 3/3] SUNRPC: Remove xprt_connect_status()

[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

mount option timeo - in deciseconds, or seconds?
 2018-12-17 22:27 UTC  (3+ messages)

[PATCH] SUNRPC: Fix disconnection races
 2018-12-17 22:24 UTC  (3+ messages)

[PATCH 4/4] nfs: fix debug message in svc_create_xprt()
 2018-12-17 17:56 UTC  (2+ messages)

[PATCH 2/4] nfs: remove sv_bc_enabled using in svc_is_backchannel()
 2018-12-17 17:52 UTC  (2+ 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).