linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-27 22:29:27 to 2019-06-03 14:27:21 UTC [more...]

[PATCH] manpage: explain why showmount doesn't really work against a v4-only server
 2019-06-03 14:27 UTC  (5+ messages)

[PATCH v3 00/11] Add the "[exports] rootdir" option to nfs.conf
 2019-06-03 14:21 UTC  (21+ messages)
` [PATCH v3 01/11] mountd: Ensure we don't share cache file descriptors among processes
  ` [PATCH v3 02/11] Add a simple workqueue mechanism
    ` [PATCH v3 03/11] Allow callers to check mountpoint status using a custom lstat function
      ` [PATCH v3 04/11] Add utilities for resolving nfsd paths and stat()ing them
        ` [PATCH v3 05/11] Use xstat() with no synchronisation if available
          ` [PATCH v3 06/11] Add helpers to read/write to a file through the chrooted thread
            ` [PATCH v3 07/11] Add a helper to return the real path given an export entry
              ` [PATCH v3 08/11] Add support for the "[exports] rootdir" nfs.conf option to rpc.mountd
                ` [PATCH v3 09/11] Add support for the "[exports] rootdir" nfs.conf option to exportfs
                  ` [PATCH v3 10/11] Add a helper for resolving symlinked nfsd paths via realpath()
                    ` [PATCH v3 11/11] Fix up symlinked mount path resolution when "[exports] rootdir" is set

[PATCH AUTOSEL 5.1 039/186] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:14 UTC 

[PATCH AUTOSEL 5.0 036/173] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:17 UTC 

[PATCH AUTOSEL 4.19 030/141] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:20 UTC 

[PATCH AUTOSEL 4.14 24/99] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:22 UTC 

[PATCH AUTOSEL 4.9 19/74] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:24 UTC 

[PATCH AUTOSEL 4.4 12/56] NFS4: Fix v4.0 client state corruption when mount
 2019-06-01 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 26/56] nfsd: allow fh_want_write to be called twice

[PATCH] nfs: disable client side deduplication
 2019-05-31 21:06 UTC 

[GIT PULL] nfsd bugfix for 5.2
 2019-05-31 20:55 UTC  (2+ messages)

[PATCH v2 0/8] Fixes for major copy_file_range() issues
 2019-05-31 19:34 UTC  (28+ messages)
` [PATCH v2 1/8] vfs: introduce generic_copy_file_range()
` [PATCH v2 2/8] vfs: no fallback for ->copy_file_range
` [PATCH v2 3/8] vfs: introduce generic_file_rw_checks()
` [PATCH v2 4/8] vfs: add missing checks to copy_file_range
` [PATCH v2 5/8] vfs: copy_file_range needs to strip setuid bits
` [PATCH v2 6/8] vfs: copy_file_range should update file timestamps
` [PATCH v2 7/8] vfs: allow copy_file_range to copy across devices
` [PATCH v2 8/8] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v2 9/8] man-pages: copy_file_range updates

[PATCH v4 0/9] Fixes for major copy_file_range() issues
 2019-05-31 16:47 UTC  (10+ messages)
` [PATCH v4 1/9] vfs: introduce generic_copy_file_range()
` [PATCH v4 2/9] vfs: no fallback for ->copy_file_range
` [PATCH v4 3/9] vfs: introduce generic_file_rw_checks()
` [PATCH v4 4/9] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v4 5/9] vfs: add missing checks to copy_file_range
` [PATCH v4 6/9] vfs: introduce file_modified() helper
` [PATCH v4 7/9] xfs: use "
` [PATCH v4 8/9] vfs: allow copy_file_range to copy across devices
` [PATCH v4 9/9] fuse: copy_file_range needs to strip setuid bits and update timestamps

[PATCH 0/9] Multiple network connections for a single NFS mount
 2019-05-31 15:38 UTC  (31+ messages)
` [PATCH 2/9] SUNRPC: Allow creation of RPC clients with multiple connections
` [PATCH 9/9] NFS: Allow multiple connections to a NFSv2 or NFSv3 server
` [PATCH 5/9] SUNRPC: add links for all client xprts to debugfs
` [PATCH 4/9] SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts
` [PATCH 3/9] NFS: send state management on a single connection
` [PATCH 8/9] pNFS: Allow multiple connections to the DS
` [PATCH 1/9] SUNRPC: Add basic load balancing to the transport switch
` [PATCH 7/9] NFSv4: Allow multiple connections to NFSv4.x servers
` [PATCH 6/9] NFS: Add a mount option to specify number of TCP connections to use

NFS & CIFS support dedupe now?? Was: Re: [PATCH] generic/517: notrun on NFS due to unaligned dedupe in test
 2019-05-31 15:35 UTC  (5+ messages)

[PATCH RFC 00/12] for-5.3 NFS/RDMA patches for review
 2019-05-31 14:34 UTC  (19+ messages)
` [PATCH RFC 01/12] xprtrdma: Fix use-after-free in rpcrdma_post_recvs
` [PATCH RFC 02/12] xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_req
` [PATCH RFC 03/12] xprtrdma: Fix occasional transport deadlock
` [PATCH RFC 04/12] xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flag
` [PATCH RFC 05/12] xprtrdma: Remove fr_state
` [PATCH RFC 06/12] xprtrdma: Add mechanism to place MRs back on the free list
` [PATCH RFC 07/12] xprtrdma: Reduce context switching due to Local Invalidation
` [PATCH RFC 08/12] xprtrdma: Wake RPCs directly in rpcrdma_wc_send path
` [PATCH RFC 09/12] xprtrdma: Simplify rpcrdma_rep_create
` [PATCH RFC 10/12] xprtrdma: Streamline rpcrdma_post_recvs
` [PATCH RFC 11/12] xprtrdma: Refactor chunk encoding
` [PATCH RFC 12/12] xprtrdma: Remove rpcrdma_req::rl_buffer

[PATCH] [trivial] nfsd: Spelling s/EACCESS/EACCES/
 2019-05-31 13:36 UTC  (2+ messages)

[PATCH 1/3] SUNRPC: Move call to rpc_count_iostats before rpc_call_done
 2019-05-31 13:25 UTC  (7+ messages)
` [PATCH 3/3] SUNRPC: Count ops completing with tk_status < 0

User process NFS write hang followed by automount hang requiring reboot
 2019-05-31  0:22 UTC  (8+ messages)

linux-next: Fixes tag needs some work in the nfs-anna tree
 2019-05-30 21:58 UTC 

client lookup_revalidate bug
 2019-05-30 13:44 UTC  (7+ messages)

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 21:41 UTC  (35+ messages)
` [PATCH v3 01/13] vfs: introduce generic_copy_file_range()
` [PATCH v3 02/13] vfs: no fallback for ->copy_file_range
` [PATCH v3 03/13] vfs: introduce generic_file_rw_checks()
` [PATCH v3 04/13] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v3 05/13] vfs: add missing checks to copy_file_range
` [PATCH v3 06/13] vfs: introduce file_modified() helper
` [PATCH v3 07/13] xfs: use "
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps
` [PATCH v3 09/13] ceph: "
` [PATCH v3 10/13] cifs: "
` [PATCH v3 11/13] fuse: "
` [PATCH v3 12/13] nfs: "
` [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices
` [PATCH v3 14/13] man-pages: copy_file_range updates

PROBLEM: oops spew with Linux 5.1.5 (NFS regression?)
 2019-05-29 18:54 UTC  (3+ messages)

[PATCH AUTOSEL 5.1 004/375] NFS: make nfs_match_client killable
 2019-05-29 18:46 UTC  (3+ messages)

[RFC PATCH 0/5] bh-safe lock removal for SUNRPC
 2019-05-29 18:45 UTC  (14+ messages)
` [RFC PATCH 1/5] SUNRPC: Replace the queue timer with a delayed work function
  ` [RFC PATCH 2/5] SUNRPC: Replace direct task wakeups from softirq context
    ` [RFC PATCH 3/5] SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
      ` [RFC PATCH 4/5] SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock
        ` [RFC PATCH 5/5] SUNRPC: Reduce the priority of the xprtiod queue

[PATCH 1/1] SUNRPC fix regression in umount of a secure mount
 2019-05-29 14:46 UTC 

[PATCH v2] Fix mountd segfault
 2019-05-29 13:07 UTC  (2+ messages)

[PATCH 1/1] SUNRPC: don't retry a gss destroy rpc if task was killed
 2019-05-28 20:09 UTC  (6+ messages)

[RFC PATCH v2 0/7] Add a root_dir option to nfs.conf
 2019-05-28 19:33 UTC  (13+ messages)

[PATCH -next] lockd: Make two symbols static
 2019-05-28 15:19 UTC  (4+ messages)

Purchase_rfq
 2019-05-28 14:42 UTC 

[PATCH net-next] xprtrdma: Use struct_size() in kzalloc()
 2019-05-28 13:56 UTC  (6+ 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).