linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-16 14:52:49 to 2016-06-25 20:12:10 UTC [more...]

/etc/exports parsing is borked again in nfs-utils
 2016-06-25 20:12 UTC 

Interrupted IO causing async errors
 2016-06-24 22:16 UTC  (5+ messages)

[GIT PULL] bugfixes for 4.7
 2016-06-24 22:12 UTC 

[PATCH 01/10] SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
 2016-06-24 21:31 UTC  (17+ messages)
` [PATCH 02/10] SUNRPC: Don't allocate a full sockaddr_storage for tracing
  ` [PATCH 03/10] SUNRPC: Add a tracepoint for server socket out-of-space conditions
    ` [PATCH 04/10] SUNRPC: Add tracepoints for dropped and deferred requests
      ` [PATCH 05/10] SUNRPC: lock the socket while detaching it
        ` [PATCH 06/10] SUNRPC: Call the default socket callbacks instead of open coding
          ` [PATCH 07/10] SUNRPC: Micro optimisation for svc_data_ready
            ` [PATCH 08/10] SUNRPC: Add a server side per-connection limit
              ` [PATCH 09/10] SUNRPC: Change TCP socket space reservation
                ` [PATCH 10/10] SUNRPC: Remove unused callback xpo_adjust_wspace()

[PATCH 1/1 v2] systemd: Only start the gssd daemons when they are enabled
 2016-06-24  1:30 UTC  (8+ messages)

[PATCH v4 01/17] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-23 20:00 UTC  (17+ messages)
` [PATCH v4 02/17] NFS: Cache access checks more aggressively
  ` [PATCH v4 03/17] NFS: Cache aggressively when file is open for writing
    ` [PATCH v4 04/17] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
      ` [PATCH v4 05/17] NFS: writepage of a single page should not be synchronous
        ` [PATCH v4 06/17] NFS: Don't hold the inode lock across fsync()
          ` [PATCH v4 07/17] NFS: Don't call COMMIT in ->releasepage()
            ` [PATCH v4 08/17] NFS: Fix O_DIRECT verifier problems
              ` [PATCH v4 09/17] NFS: Ensure we reset the write verifier 'committed' value on resend
                ` [PATCH v4 10/17] NFS: Remove racy size manipulations in O_DIRECT
                  ` [PATCH v4 11/17] NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
                    ` [PATCH v4 12/17] NFS: Move buffered I/O locking into nfs_file_write()
                      ` [PATCH v4 13/17] NFS: Do not serialise O_DIRECT reads and writes
                        ` [PATCH v4 14/17] NFS: Cleanup nfs_direct_complete()
                          ` [PATCH v4 15/17] NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()
                            ` [PATCH v4 16/17] NFS: Remove unused function nfs_revalidate_mapping_protected()
                              ` [PATCH v4 17/17] NFS nfs_vm_page_mkwrite: Don't freeze me, Bro

[RFC v3 00/45] Richacls
 2016-06-23 17:15 UTC  (4+ messages)
` [RFC v3 42/45] nfs: Add richacl support

[PATCH v2 01/12] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-23 11:00 UTC  (28+ messages)
` [PATCH v2 02/12] NFS: Cache access checks more aggressively
  ` [PATCH v2 03/12] NFS: Cache aggressively when file is open for writing
    ` [PATCH v2 04/12] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
      ` [PATCH v2 05/12] NFS: writepage of a single page should not be synchronous
        ` [PATCH v2 06/12] NFS: Don't hold the inode lock across fsync()
          ` [PATCH v2 07/12] NFS: Don't call COMMIT in ->releasepage()
            ` [PATCH v2 08/12] NFS: Fix O_DIRECT verifier problems
              ` [PATCH v2 09/12] NFS: Ensure we reset the write verifier 'committed' value on resend
                ` [PATCH v2 10/12] NFS: Do not serialise O_DIRECT reads and writes
                  ` [PATCH v2 11/12] NFS: Remove inode->i_dio_count from the NFS O_DIRECT code
                    ` [PATCH v2 12/12] NFS: Clean up nfs_direct_complete()

[PATCH v3 01/13] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-22 20:47 UTC  (13+ messages)
` [PATCH v3 02/13] NFS: Cache access checks more aggressively
  ` [PATCH v3 03/13] NFS: Cache aggressively when file is open for writing
    ` [PATCH v3 04/13] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
      ` [PATCH v3 05/13] NFS: writepage of a single page should not be synchronous
        ` [PATCH v3 06/13] NFS: Don't hold the inode lock across fsync()
          ` [PATCH v3 07/13] NFS: Don't call COMMIT in ->releasepage()
            ` [PATCH v3 08/13] NFS: Fix O_DIRECT verifier problems
              ` [PATCH v3 09/13] NFS: Ensure we reset the write verifier 'committed' value on resend
                ` [PATCH v3 10/13] NFS: Do not serialise O_DIRECT reads and writes
                  ` [PATCH v3 11/13] NFS: Remove racy size manipulations in O_DIRECT
                    ` [PATCH v3 12/13] NFS: Remove inode->i_dio_count from the NFS O_DIRECT code
                      ` [PATCH v3 13/13] NFS: Remove unused function nfs_revalidate_mapping_protected()

[PATCH 1/1] Fix SETATTR/DELEGRETURN race
 2016-06-22 19:28 UTC 

[REGRESSION] NFS is creating a hidden port (left over from xs_bind() )
 2016-06-22 16:41 UTC  (19+ messages)
                                    ` It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))

[PATCH v3 00/25] NFS/RDMA client patches proposed for v4.8
 2016-06-22 16:20 UTC  (38+ messages)
` [PATCH v3 01/25] xprtrdma: Remove FMRs from the unmap list after unmapping
` [PATCH v3 02/25] xprtrdma: Create common scatterlist fields in rpcrdma_mw
` [PATCH v3 03/25] xprtrdma: Move init and release helpers
` [PATCH v3 04/25] xprtrdma: Rename fields in rpcrdma_fmr
` [PATCH v3 05/25] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
` [PATCH v3 06/25] xprtrdma: Refactor MR recovery work queues
` [PATCH v3 07/25] xprtrdma: Do not leak an MW during a DMA map failure
` [PATCH v3 08/25] xprtrdma: Remove ALLPHYSICAL memory registration mode
` [PATCH v3 09/25] xprtrdma: Remove rpcrdma_map_one() and friends
` [PATCH v3 10/25] xprtrdma: Clean up device capability detection
` [PATCH v3 11/25] xprtrdma: Reply buffer exhaustion can be catastrophic
` [PATCH v3 12/25] xprtrdma: Honor ->send_request API contract
` [PATCH v3 13/25] xprtrdma: Chunk list encoders must not return zero
` [PATCH v3 14/25] xprtrdma: Allocate MRs on demand
` [PATCH v3 15/25] xprtrdma: Release orphaned MRs immediately
` [PATCH v3 16/25] xprtrdma: Place registered MWs on a per-req list
` [PATCH v3 17/25] xprtrdma: Chunk list encoders no longer share one rl_segments array
` [PATCH v3 18/25] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
` [PATCH v3 19/25] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
` [PATCH v3 20/25] xprtrdma: Update only specific fields in private receive buffer
` [PATCH v3 21/25] xprtrdma: Clean up fixup_copy_count accounting
` [PATCH v3 22/25] xprtrdma: No direct data placement with krb5i and krb5p
` [PATCH v3 23/25] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
` [PATCH v3 24/25] NFS: Don't drop CB requests with invalid principals
` [PATCH v3 25/25] IB/mlx4: Workaround for mlx4_alloc_priv_pages() array allocator

[PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-22 15:49 UTC  (6+ messages)
` [PATCH v2 18/24] fs: nfs: Make nfs boot time y2038 safe
  ` [Y2038] [PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros

Feature for lockd messages
 2016-06-22  7:14 UTC  (2+ messages)

[PATCH] nfs.man: clarify effect of 'retry' option
 2016-06-22  5:08 UTC  (2+ messages)

[PATCH 1/1] start-statd: Use flock to serialize the running of this script
 2016-06-21 16:09 UTC  (2+ messages)

[PATCH] nfsdcltrack: fix a typo in the manpage
 2016-06-21 16:09 UTC  (2+ messages)

[nfs-utils PATCH] statd: suppress a benign log message in nsm_delete_host()
 2016-06-21 16:08 UTC  (2+ messages)

[PATCH v2 00/24] NFS/RDMA client patches proposed for v4.8
 2016-06-21 14:35 UTC  (26+ messages)
` [PATCH v2 01/24] mlx4-ib: Use coherent memory for priv pages

NFS/d_splice_alias breakage
 2016-06-20 15:47 UTC  (13+ messages)

[PATCH] NFS: Trim extra slash in v4 nfs_path
 2016-06-20 15:38 UTC  (3+ messages)
  ` [PATCH] "

nfsd crash with 4.6 and 4.7 (bisected)
 2016-06-18 13:29 UTC  (4+ messages)

slab-out-of-bounds in rpc/nfs
 2016-06-17 17:36 UTC  (4+ messages)

Question : Session trunking fail-over
 2016-06-17 15:50 UTC  (2+ messages)

[PATCH 01/12] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-17 14:01 UTC  (5+ messages)
` [PATCH 02/12] NFS: Cache access checks more aggressively
  ` [PATCH 03/12] NFS: Cache aggressively when file is open for writing

[PATCH Version 5 00/10] NFSV4.1,2 session trunking
 2016-06-17 13:53 UTC  (2+ messages)

odd sillyrename bug in 4.6 / 4.7-rc
 2016-06-17 13:52 UTC  (4+ messages)

WARNING at net/ipv4/af_inet.c:155 .inet_sock_destruct+0x170/0x220
 2016-06-17 12:58 UTC  (2+ messages)

More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes
 2016-06-17  4:29 UTC  (2+ messages)

nfs/flexfiles patches for stable
 2016-06-16 20:00 UTC 

[PATCH RESEND] sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
 2016-06-16 16:33 UTC  (2+ messages)

[GIT PULL] nfsd bugfixes for 4.7
 2016-06-16 15:44 UTC 

flexfiles LAYOUTGET/LAYOUTRETURN loop
 2016-06-16 15:08 UTC  (3+ 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).