linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-10 21:25:52 to 2018-12-19 16:00:52 UTC [more...]

[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

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

[bug report] nfs: make sillyrename an async operation
 2018-12-19 10:33 UTC 

NFS/TCP crashes on MIPS/RBTX4927 in v4.20-rcX (bisected)
 2018-12-19  9:56 UTC  (10+ 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  (40+ messages)
` [PATCH v4 01/30] xprtrdma: Yet another double DMA-unmap
` [PATCH v4 02/30] xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV fails
` [PATCH v4 03/30] xprtrdma: Refactor Receive accounting
` [PATCH v4 04/30] xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
` [PATCH v4 05/30] xprtrdma: No qp_event disconnect
` [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

[PATCH v2 0/3] un-deprecate nfsdcld
 2018-12-18 14:29 UTC  (4+ 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

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)

[PATCH 3/4] nfs: minor typo in nfs4_callback_up_net()
 2018-12-17 16:25 UTC 

[PATCH 0/4] use-after-free in svc_process_common()
 2018-12-17 16:23 UTC 

[PATCH V2 0/1] Fix incorrect sharing of AUTH_SYS and AUTH_GSS_KRB5 data structures
 2018-12-17 15:56 UTC  (2+ messages)
` [PATCH V2 1/1] NFS: nfs_compare_mount_options always compare auth flavors

linux-next: build failure after merge of the nfs-anna tree
 2018-12-17 15:34 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the nfs-anna tree
 2018-12-17 13:59 UTC  (2+ messages)

Handling of duplicate inode numbers for the directories in the nfs v3 kernel client
 2018-12-17 11:06 UTC  (7+ messages)

[PATCH] configure.ac: Do not fatalize -Wmissing-prototypes
 2018-12-17  7:43 UTC 

[PATCH] Makefile.am: fix undefined function for libnsm.a
 2018-12-17  6:22 UTC 

[PATCH] Makefile.am: update the path of libnfs.a
 2018-12-17  5:59 UTC 

[PATCH] sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-15  7:14 UTC 

[PATCH] SUNRPC: fix comment style
 2018-12-15  6:45 UTC 

[PATCH] sunrpc: Be sure to clear XPRT_WRITE_SPACE when resetting the transport
 2018-12-14 21:33 UTC  (2+ messages)

[PATCH] sunrpc: Add xprt after nfs4_test_session_trunk()
 2018-12-14 21:32 UTC  (3+ messages)

[PATCH v3 00/24] NFS/RDMA client for next
 2018-12-14 21:16 UTC  (17+ messages)
` [PATCH v3 02/24] IB/rxe: IB_WR_REG_MR does not capture MR's iova field
` [PATCH v3 03/24] xprtrdma: Remove support for FMR memory registration
` [PATCH v3 05/24] xprtrdma: Reduce max_frwr_depth
` [PATCH v3 16/24] SUNRPC: Remove support for kerberos_v1
` [PATCH v3 18/24] NFS: Fix NFSv4 symbolic trace point output

[PATCH 0/1] SUNRPC: Ensure XPRT_CONNECTED is cleared while handling TCP RST
 2018-12-14 18:29 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] lockd: Show pid of lockd for remote locks
 2018-12-14 17:50 UTC  (3+ messages)

[PATCH 1/1] NFSD remove OP_CACHEME from 4.2 op_flags
 2018-12-14 14:45 UTC  (2+ messages)

[bug report] SUNRPC: Simplify lookup code
 2018-12-13 14:12 UTC 

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-13 10:29 UTC  (8+ messages)
` [PATCH 04/11] vfs: add missing checks to copy_file_range

[PATCH AUTOSEL 4.19 25/73] nfs: don't dirty kernel pages read by direct-io
 2018-12-13  4:27 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 26/73] SUNRPC: Fix leak of krb5p encode pages
` [PATCH AUTOSEL 4.19 27/73] SUNRPC: Fix a potential race in xprt_connect()

[PATCH AUTOSEL 4.14 10/41] nfs: don't dirty kernel pages read by direct-io
 2018-12-13  4:30 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 11/41] SUNRPC: Fix leak of krb5p encode pages
` [PATCH AUTOSEL 4.14 12/41] SUNRPC: Fix a potential race in xprt_connect()

[PATCH AUTOSEL 4.9 08/34] nfs: don't dirty kernel pages read by direct-io
 2018-12-13  4:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 09/34] SUNRPC: Fix leak of krb5p encode pages
` [PATCH AUTOSEL 4.9 10/34] SUNRPC: Fix a potential race in xprt_connect()

[PATCH AUTOSEL 4.4 08/23] SUNRPC: Fix leak of krb5p encode pages
 2018-12-13  4:32 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/23] SUNRPC: Fix a potential race in xprt_connect()

[PATCH AUTOSEL 3.18 05/16] SUNRPC: Fix leak of krb5p encode pages
 2018-12-13  4:33 UTC  (2+ messages)
` [PATCH AUTOSEL 3.18 06/16] SUNRPC: Fix a potential race in xprt_connect()

What is a reasonable minimum lease time?
 2018-12-12 22:35 UTC  (3+ messages)

[PATCH] nfsref: switch the way libraries are linked
 2018-12-12 16:17 UTC  (5+ messages)

status of NFS4 acls and umask
 2018-12-11 13:11 UTC 

test nfstest_pnfs in no pnfs env, nfs server crashes
 2018-12-11 11:49 UTC  (2+ messages)

listing knfsd-held locks and opens
 2018-12-10 23:35 UTC  (5+ messages)

[PATCH 0/3] Three little nfs-utils fixes
 2018-12-10 21:26 UTC  (2+ messages)

[PATCH nfs-utils] nfsidmap: honour --with-pluginpath for instalation
 2018-12-10 21:25 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).