linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 20:00:21 to 2019-08-28 07:10:52 UTC [more...]

[PATCH 0/6] Fixes for various compiler warnings
 2019-08-28  7:10 UTC  (7+ messages)
` [PATCH 1/6] Annotate unused fields with UNUSED
` [PATCH 2/6] Use <fcntl.h> header instead of <sys/fcntl.h>
` [PATCH 3/6] Use <poll.h> header instead of <sys/poll.h>
` [PATCH 4/6] configure.ac: Add <sys/socket.h> header when checking sizeof(socklen_t)
` [PATCH 5/6] nfsd_path: Include missing header for `struct stat`
` [PATCH 6/6] mountd: Use unsigned for filesystem type magic constants

[GIT PULL] Please pull NFS client bugfixes
 2019-08-27 20:55 UTC  (2+ messages)

[RFC-PATCH] nfsd: when unhashing openowners, increment openowner's refcount
 2019-08-27 20:51 UTC  (6+ messages)

[PATCH 0/3] Handling NFSv3 I/O errors in knfsd
 2019-08-27 15:20 UTC  (21+ messages)
` [PATCH 1/3] nfsd: nfsd_file cache entries should be per net namespace
  ` [PATCH 2/3] nfsd: Support the server resetting the boot verifier
    ` [PATCH 3/3] nfsd: Don't garbage collect files that might contain write errors

[PATCH v2 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2019-08-27 15:03 UTC  (4+ messages)
` [PATCH v2 3/4] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n

[nfs:testing 16/18] fs//nfs/proc.c:597:3: note: in expansion of macro 'if'
 2019-08-27 14:31 UTC 

[nfs:testing 16/18] fs//nfs/proc.c:597:27: warning: suggest parentheses around '&&' within '||'
 2019-08-27 14:09 UTC 

[PATCH 00/16] exposing knfsd client state to userspace
 2019-08-27 13:36 UTC  (7+ messages)
` [PATCH 08/16] nfsd: escape high characters in binary data

[PATCH] NFSv3: nfs_instantiate() might succeed leaving dentry negative unhashed
 2019-08-27 11:46 UTC  (4+ messages)

[PATCH -next] NFS: remove set but not used variable 'mapping'
 2019-08-27  7:16 UTC 

Maximum Number of ACL on NFSv4
 2019-08-26 23:28 UTC  (7+ messages)

[PATCH 1/3] mount: fix compilation if __GLIBC__ is not defined
 2019-08-26 18:03 UTC  (6+ messages)
` [PATCH 2/3] nfsdcld: add missing include for PATH_MAX
` [PATCH 3/3] tests: add missing include for strerror(3P)

[PATCH 1/2] nfs-utils: Removed a number of Coverity Scan RESOURCE_LEAK errors
 2019-08-26 17:53 UTC  (4+ messages)
` [PATCH 2/2] nfs-utils: Removed a number of Coverity Scan USE_AFTER_FREE errors

[PATCH 0/3] Three additional fixes for v5.4
 2019-08-26 17:12 UTC  (4+ messages)
` [PATCH 1/3] xprtrdma: Recycle MRs after disconnect
` [PATCH 2/3] xprtrdma: Clear xprt->reestablish_timeout on close
` [PATCH 3/3] xprtrdma: Send Queue size grows after a reconnect

[PATCH 0/1] Clean up and fix NFS server handling of eof
 2019-08-26 17:03 UTC  (2+ messages)
` [PATCH 1/1] nfsd: Clean up nfs read eof detection

NFS issues about aio and dio test
 2019-08-26  0:37 UTC  (2+ messages)

[PATCH v2] NFS: Fix writepage(s) error handling to not report errors twice
 2019-08-25 19:21 UTC 

[PATCH] NFS: Fix writepage(s) error handling to not report errors twice
 2019-08-25 16:08 UTC 

[nfs-utils PATCH] gssd: add configure options verbosity to man page rpc.gssd(8)
 2019-08-23 18:08 UTC  (2+ messages)

[PATCH] pNFS/flexfiles: Don't time out requests on hard mounts
 2019-08-23 17:18 UTC 

[PATCH v2] NFS: Fix spurious EIO read errors
 2019-08-23 17:15 UTC 

Does NFSv4 translate POSIX ACL's?
 2019-08-22 22:03 UTC  (5+ messages)

[PATCH v2 00/21] NFS/RDMA client-side for-5.4
 2019-08-22 20:18 UTC  (23+ messages)
` [PATCH v2 01/21] SUNRPC: Remove rpc_wake_up_queued_task_on_wq()
` [PATCH v2 02/21] SUNRPC: Inline xdr_commit_encode
` [PATCH v2 03/21] xprtrdma: Refresh the documenting comment in frwr_ops.c
` [PATCH v2 04/21] xprtrdma: Update obsolete comment
` [PATCH v2 05/21] xprtrdma: Fix calculation of ri_max_segs again
` [PATCH v2 06/21] xprtrdma: Boost maximum transport header size
` [PATCH v2 07/21] xprtrdma: Boost client's max slot table size to match Linux server
` [PATCH v2 08/21] xprtrdma: Rename CQE field in Receive trace points
` [PATCH v2 09/21] xprtrdma: Rename rpcrdma_buffer::rb_all
` [PATCH v2 10/21] xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods
` [PATCH v2 11/21] xprtrdma: Simplify rpcrdma_mr_pop
` [PATCH v2 12/21] xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put
` [PATCH v2 13/21] xprtrdma: Move rpcrdma_mr_get out of frwr_map
` [PATCH v2 14/21] xprtrdma: Ensure creating an MR does not trigger FS writeback
` [PATCH v2 15/21] xprtrdma: Cache free MRs in each rpcrdma_req
` [PATCH v2 16/21] xprtrdma: Remove rpcrdma_buffer::rb_mrlock
` [PATCH v2 17/21] xprtrdma: Use an llist to manage free rpcrdma_reps
` [PATCH v2 18/21] xprtrdma: Clean up xprt_rdma_set_connect_timeout()
` [PATCH v2 19/21] xprtrdma: Fix bc_max_slots return value
` [PATCH v2 20/21] xprtrdma: Inline XDR chunk encoder functions
` [PATCH v2 21/21] xprtrdma: Optimize rpcrdma_post_recvs()

Regression in 5.1.20: Reading long directory fails
 2019-08-22 19:39 UTC  (3+ messages)

[PATCH] fs/nfsd/nfs4xdr.c: remove set but not used variables 'tmp'
 2019-08-22  4:17 UTC 

Clients mounting subdirectories with NFSv3 can prevent unmounts on server
 2019-08-22  3:33 UTC  (2+ messages)

kernel panic in 5.3-rc5, nfsd_reply_cache_stats_show+0x11
 2019-08-21 21:28 UTC  (5+ messages)

[GIT PULL] nfsd bugfixes for 5.3
 2019-08-21 20:35 UTC  (2+ messages)

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-08-21 19:22 UTC  (10+ messages)

[PATCH v2] NFSv4: Fix a memory leak bug
 2019-08-21  3:21 UTC 

[PATCH] NFSv4: Fix a memory leak bug
 2019-08-20 18:53 UTC  (3+ messages)

[PATCH -next] nfsd: remove duplicated include from filecache.c
 2019-08-20 15:15 UTC  (2+ messages)

Lockdep pop on nfs4_proc_link
 2019-08-20 14:49 UTC 

[PATCH v8 00/20] vfs: Add support for timestamp limits
 2019-08-20 11:05 UTC  (3+ messages)
` [PATCH v8 10/20] fs: nfs: Initialize filesystem timestamp ranges

[PATCH 0/6] NFS: Add an nfs4_call_sync_custom() function
 2019-08-19 20:02 UTC  (9+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()
` [PATCH 3/6] NFS: Have _nfs4_proc_secinfo() "
` [PATCH 4/6] NFS: Have nfs41_proc_reclaim_complete() "
` [PATCH 5/6] NFS: Have nfs41_proc_secinfo_no_name() "
` [PATCH 6/6] NFS: Have nfs4_proc_get_lease_time() "

[PATCH v2 00/16] Cache open file descriptors in knfsd
 2019-08-19 15:11 UTC  (19+ messages)
` [PATCH v2 01/16] sunrpc: add a new cache_detail operation for when a cache is flushed
  ` [PATCH v2 02/16] locks: create a new notifier chain for lease attempts
    ` [PATCH v2 03/16] notify: export symbols for use by the knfsd file cache
      ` [PATCH v2 04/16] vfs: Export flush_delayed_fput for use by knfsd
        ` [PATCH v2 05/16] nfsd: add a new struct file caching facility to nfsd
          ` [PATCH v2 06/16] nfsd: hook up nfsd_write to the new nfsd_file cache
            ` [PATCH v2 07/16] nfsd: hook up nfsd_read to the "
              ` [PATCH v2 08/16] nfsd: hook nfsd_commit up "
                ` [PATCH v2 09/16] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
                  ` [PATCH v2 10/16] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
                    ` [PATCH v2 11/16] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
                      ` [PATCH v2 12/16] nfsd: have nfsd_test_lock use "
                        ` [PATCH v2 13/16] nfsd: rip out the raparms cache
                          ` [PATCH v2 14/16] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
                            ` [PATCH v2 15/16] nfsd: Fix up some unused variable warnings
                              ` [PATCH v2 16/16] nfsd: Fix the documentation for svcxdr_tmpalloc()

nfs4 server stops responding
 2019-08-19 13:11 UTC  (2+ messages)

[nfs:testing 8/13] fs/nfs/read.c:196:5: note: in expansion of macro 'xchg'
 2019-08-17 22:44 UTC 

[PATCH 1/8] NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
 2019-08-17 21:22 UTC  (8+ messages)
` [PATCH 2/8] NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()
  ` [PATCH 3/8] NFS: Fix spurious EIO read errors
    ` [PATCH 4/8] SUNRPC: Don't handle errors if the bind/connect succeeded
      ` [PATCH 5/8] pNFS/flexfiles: Turn off soft RPC calls
        ` [PATCH 6/8] SUNRPC: Handle EADDRINUSE and ENOBUFS correctly
          ` [PATCH 7/8] Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"
            ` [PATCH 8/8] SUNRPC: Handle connection breakages correctly in call_status()

[PATCH 1/2] svcrdma: Remove svc_rdma_wq
 2019-08-17  1:43 UTC  (3+ messages)
` [PATCH 2/2] svcrdma: Use llist for managing cache of recv_ctxts

[PATCH] nfsd4: Fix kernel crash when reading proc file reply_cache_stats
 2019-08-16 17:37 UTC  (2+ messages)

[PATCH v1 0/2] NFS/RDMA-related NFSD patches for -next
 2019-08-16 16:06 UTC  (3+ messages)

[PATCH] nfsd: use i_wrlock instead of rcu for nfsdfs i_private
 2019-08-15 19:54 UTC 

The Fall Bakeathon in Westford, Ma (reminder)
 2019-08-14 18:43 UTC 

[PATCH v5 0/9] server-side support for "inter" SSC copy
 2019-08-14 15:05 UTC  (8+ messages)
` [PATCH v5 5/9] NFSD add COPY_NOTIFY operation

[PATCH AUTOSEL 5.2 080/123] NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
 2019-08-14  2:10 UTC  (7+ messages)
` [PATCH AUTOSEL 5.2 081/123] NFSv4: When recovering state fails with EAGAIN, retry the same recovery
` [PATCH AUTOSEL 5.2 082/123] NFSv4.1: Fix open stateid recovery
` [PATCH AUTOSEL 5.2 083/123] NFSv4.1: Only reap expired delegations
` [PATCH AUTOSEL 5.2 084/123] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
` [PATCH AUTOSEL 5.2 085/123] NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts
` [PATCH AUTOSEL 5.2 110/123] NFSv4: Ensure state recovery handles ETIMEDOUT correctly

[PATCH AUTOSEL 4.19 40/68] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
 2019-08-14  2:15 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 41/68] NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts

[PATCH AUTOSEL 4.4 18/28] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
 2019-08-14  2:25 UTC 

[PATCH AUTOSEL 4.9 19/33] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
 2019-08-14  2:23 UTC 

[PATCH AUTOSEL 4.14 26/44] NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
 2019-08-14  2:18 UTC 

[PATCH 1/5] NFS: Don't refresh attributes with mounted-on-file information
 2019-08-13 17:55 UTC  (6+ messages)
` [PATCH 2/5] NFSv4: Fix return values for nfs4_file_open()
  ` [PATCH 3/5] NFSv4: Fix return value in nfs_finish_open()
    ` [PATCH 4/5] NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()
      ` [PATCH 5/5] NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

How do I set up pNFS?
 2019-08-12 20:20 UTC 


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