linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-26 02:56:39 to 2019-04-08 14:36:49 UTC [more...]

[PATCH v1 00/23] NFS client patches for v5.1 (complete)
 2019-04-08 14:36 UTC  (9+ messages)
` [PATCH v1 20/23] NFS: Account for XDR pad of buf->pages

[PATCH] CACHE: Fix test script as delegation being introduced
 2019-04-08  2:47 UTC 

[Website feedback] iPhone X Giveaway 2019 - Participate to Win an iPhone X
 2019-04-07 22:46 UTC 

[PATCH v3 00/29] Fix up soft mounts for NFSv4.x
 2019-04-07 17:59 UTC  (30+ messages)
` [PATCH v3 01/29] SUNRPC: Fix up task signalling
  ` [PATCH v3 02/29] SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
    ` [PATCH v3 03/29] SUNRPC: Refactor xprt_request_wait_receive()
      ` [PATCH v3 04/29] SUNRPC: Refactor rpc_sleep_on()
        ` [PATCH v3 05/29] SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
          ` [PATCH v3 06/29] SUNRPC: Add function rpc_sleep_on_timeout()
            ` [PATCH v3 07/29] SUNRPC: Fix up tracking of timeouts
              ` [PATCH v3 08/29] SUNRPC: Simplify queue timeouts using timer_reduce()
                ` [PATCH v3 09/29] SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
                  ` [PATCH v3 10/29] SUNRPC: Ensure that the transport layer respect major timeouts
                    ` [PATCH v3 11/29] SUNRPC: Add tracking of RPC level errors
                      ` [PATCH v3 12/29] SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
                        ` [PATCH v3 13/29] SUNRPC: Start the first major timeout calculation at task creation
                          ` [PATCH v3 14/29] SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
                            ` [PATCH v3 15/29] SUNRPC: Add the 'softerr' rpc_client flag
                              ` [PATCH v3 16/29] NFS: Consider ETIMEDOUT to be a fatal error
                                ` [PATCH v3 17/29] NFS: Move internal constants out of uapi/linux/nfs_mount.h
                                  ` [PATCH v3 18/29] NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
                                    ` [PATCH v3 19/29] NFS: Don't interrupt file writeout due to fatal errors
                                      ` [PATCH v3 20/29] NFS: Don't call generic_error_remove_page() while holding locks
                                        ` [PATCH v3 21/29] NFS: Don't inadvertently clear writeback errors
                                          ` [PATCH v3 22/29] NFS: Replace custom error reporting mechanism with generic one
                                            ` [PATCH v3 23/29] NFS: Fix up NFS I/O subrequest creation
                                              ` [PATCH v3 24/29] NFS: Remove unused argument from nfs_create_request()
                                                ` [PATCH v3 25/29] pNFS: Add tracking to limit the number of pNFS retries
                                                  ` [PATCH v3 26/29] NFS: Allow signal interruption of NFS4ERR_DELAYed operations
                                                    ` [PATCH v3 27/29] NFS: Ensure that all nfs lock contexts have a valid open context
                                                      ` [PATCH v3 28/29] NFS: Add a helper to return a pointer to the open context of a struct nfs_page
                                                        ` [PATCH v3 29/29] NFS: Remove redundant open context from nfs_page

should the svc_xprt_get called after the object assigned to a global variable?
 2019-04-07 11:40 UTC 

[PATCH v2 00/28] Fix up soft mounts for NFSv4.x
 2019-04-06 14:14 UTC  (39+ messages)
` [PATCH v2 01/28] SUNRPC: Fix up task signalling
  ` [PATCH v2 02/28] SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
    ` [PATCH v2 03/28] SUNRPC: Refactor xprt_request_wait_receive()
      ` [PATCH v2 04/28] SUNRPC: Refactor rpc_sleep_on()
        ` [PATCH v2 05/28] SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
          ` [PATCH v2 06/28] SUNRPC: Add function rpc_sleep_on_timeout()
            ` [PATCH v2 07/28] SUNRPC: Fix up tracking of timeouts
              ` [PATCH v2 08/28] SUNRPC: Simplify queue timeouts using timer_reduce()
                ` [PATCH v2 09/28] SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
                  ` [PATCH v2 10/28] SUNRPC: Ensure that the transport layer respect major timeouts
                    ` [PATCH v2 11/28] SUNRPC: Add tracking of RPC level errors
                      ` [PATCH v2 12/28] SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
                        ` [PATCH v2 13/28] SUNRPC: Start the first major timeout calculation at task creation
                          ` [PATCH v2 14/28] SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
                            ` [PATCH v2 15/28] SUNRPC: Add the 'softerr' rpc_client flag
                              ` [PATCH v2 16/28] NFS: Consider ETIMEDOUT to be a fatal error
                                ` [PATCH v2 17/28] NFS: Move internal constants out of uapi/linux/nfs_mount.h
                                  ` [PATCH v2 18/28] NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
                                    ` [PATCH v2 19/28] NFS: Don't interrupt file writeout due to fatal errors
                                      ` [PATCH v2 20/28] NFS: Don't call generic_error_remove_page() while holding locks
                                        ` [PATCH v2 21/28] NFS: Don't inadvertently clear writeback errors
                                          ` [PATCH v2 22/28] NFS: Replace custom error reporting mechanism with generic one
                                            ` [PATCH v2 23/28] NFS: Fix up NFS I/O subrequest creation
                                              ` [PATCH v2 24/28] NFS: Remove unused argument from nfs_create_request()
                                                ` [PATCH v2 25/28] pNFS: Add tracking to limit the number of pNFS retries
                                                  ` [PATCH v2 26/28] NFS: Allow signal interruption of NFS4ERR_DELAYed operations
                                                    ` [PATCH v2 27/28] NFS: Add a helper to return a pointer to the open context of a struct nfs_page
                                                      ` [PATCH v2 28/28] NFS: Remove redundant open context from nfs_page

[PATCH v2] nfsd/nfsd3_proc_readdir: fix buffer count and page pointers
 2019-04-05 23:56 UTC  (4+ messages)

[PATCH 0/1] cache_head leak in sunrpc_cache_lookup()
 2019-04-05 23:52 UTC  (6+ messages)

[PATCH RFC v3 0/5] un-deprecate nfsdcld
 2019-04-05 20:43 UTC  (13+ messages)
` [PATCH RFC v3 1/5] nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char array
` [PATCH RFC v3 2/5] nfsd: un-deprecate nfsdcld
` [PATCH RFC v3 3/5] nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcld
` [PATCH RFC v3 4/5] nfsd: re-order client tracking method selection
` [PATCH RFC v3 5/5] nfsd: handle legacy client tracking records sent by nfsdcld

[PATCH v2] nfsd: Don't release the callback slot unless it was actually held
 2019-04-05 15:54 UTC 

directory delegations
 2019-04-04 20:45 UTC  (20+ messages)

[PATCH] nfsd/nfsd3_proc_readdir: check before encoding on temporary page
 2019-04-04  2:55 UTC  (3+ messages)

[PATCH] nfsd: Don't release the callback slot unless it was actually held
 2019-04-04  2:50 UTC 

[PATCH v2] [cthon04] fix typo and fix make failure on ubuntu
 2019-04-03  3:38 UTC 

[PATCH 0/5] Make knfsd friendly to container uid/gid mapping
 2019-04-03  2:08 UTC  (8+ messages)
` [PATCH 1/5] SUNRPC: Cache the process user cred in the RPC server listener
  ` [PATCH 2/5] lockd: Pass the user cred from knfsd when starting the lockd server
    ` [PATCH 3/5] SUNRPC: Fix the server AUTH_UNIX userspace mappings
      ` [PATCH 4/5] SUNRPC: rsi_parse() should use the current user namespace
        ` [PATCH 5/5] nfsd: knfsd must use the container "

[PATCH 0/6] Allow containerised knfsd to set supported NFS versions
 2019-04-03  2:07 UTC  (9+ messages)
` [PATCH 1/6] SUNRPC/nfs: Fix return value for nfs4_callback_compound()
  ` [PATCH 2/6] SUNRPC: Add a callback to initialise server requests
    ` [PATCH 3/6] SUNRPC: Clean up generic dispatcher code
      ` [PATCH 4/6] SUNRPC: Allow further customisation of RPC program registration
        ` [PATCH 5/6] nfsd: Add custom rpcbind callbacks for knfsd
          ` [PATCH 6/6] nfsd: Allow containers to set supported nfs versions

[PATCH] nfs-utils: nfsidmap fail to build if no --with-pluginpath specified
 2019-04-02  9:26 UTC  (2+ messages)

WARNING: ODEBUG bug in __do_softirq
 2019-04-02  8:26 UTC  (2+ messages)

should the svc_xprt_get called after the object assigned to a global variable?
 2019-04-01  9:30 UTC 

[PATCH 00/25] Fix up soft mounts for NFSv4.x
 2019-04-01  6:37 UTC  (28+ messages)
` [PATCH 01/25] SUNRPC: Fix up task signalling
  ` [PATCH 02/25] SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
    ` [PATCH 03/25] SUNRPC: Refactor xprt_request_wait_receive()
      ` [PATCH 04/25] SUNRPC: Refactor rpc_sleep_on()
        ` [PATCH 05/25] SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
          ` [PATCH 06/25] SUNRPC: Add function rpc_sleep_on_timeout()
            ` [PATCH 07/25] SUNRPC: Fix up tracking of timeouts
              ` [PATCH 08/25] SUNRPC: Ensure that the transport layer respect major timeouts
                ` [PATCH 09/25] SUNRPC: Add tracking of RPC level errors
                  ` [PATCH 10/25] SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
                    ` [PATCH 11/25] SUNRPC: Start the first major timeout calculation at task creation
                      ` [PATCH 12/25] SUNRPC: Add the 'softerr' rpc_client flag
                        ` [PATCH 13/25] NFS: Consider ETIMEDOUT to be a fatal error
                          ` [PATCH 14/25] NFS: Move internal constants out of uapi/linux/nfs_mount.h
                            ` [PATCH 15/25] NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
                              ` [PATCH 16/25] NFS: Don't interrupt file writeout due to fatal errors
                                ` [PATCH 17/25] NFS: Don't call generic_error_remove_page() while holding locks
                                  ` [PATCH 18/25] NFS: Don't inadvertently clear writeback errors
                                    ` [PATCH 19/25] NFS: Replace custom error reporting mechanism with generic one
                                      ` [PATCH 20/25] NFS: Fix up NFS I/O subrequest creation
                                        ` [PATCH 21/25] NFS: Remove unused argument from nfs_create_request()
                                          ` [PATCH 22/25] pNFS: Add tracking to limit the number of pNFS retries
                                            ` [PATCH 23/25] NFS: Allow signal interruption of NFS4ERR_DELAYed operations
                                              ` [PATCH 24/25] NFS: Add a helper to return a pointer to the open context of a struct nfs_page
                                                ` [PATCH 25/25] NFS: Remove redundant open context from nfs_page

KMSAN: uninit-value in ip6_compressed_string
 2019-03-30  1:21 UTC  (2+ messages)
` [PATCH] NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family

[PATCH] [cthon04] fix typo and fix make failure on ubuntu
 2019-03-29  6:04 UTC 

[PATCH net-next] xprtrdma: Use struct_size() in kzalloc()
 2019-03-28 20:41 UTC  (3+ messages)

[PATCH] nfsiostat: replace 'list' reserved word
 2019-03-28 20:06 UTC  (2+ messages)

[PATCH] [cthon04] add tests.init.sh to generate right tests.init file
 2019-03-28 16:00 UTC  (2+ messages)

[PATCH] Add EMFILE to nfsd errors
 2019-03-28 13:31 UTC  (3+ messages)

Spende an dich
 2019-03-28  4:52 UTC 

[RFC PATCH 23/68] vfs: Convert nfsctl to use the new mount API
 2019-03-27 23:43 UTC  (2+ messages)
` [RFC PATCH 24/68] vfs: Convert rpc_pipefs "

[GIT PULL] Please pull NFS client fixes
 2019-03-26 22:25 UTC  (2+ messages)

[nfs-utils PATCH RFC v3 0/8] restore nfsdcld
 2019-03-26 22:07 UTC  (9+ messages)
` [nfs-utils PATCH RFC v3 1/8] Revert "nfsdcltrack: remove the nfsdcld daemon"
` [nfs-utils PATCH RFC v3 2/8] nfsdcld: move nfsdcld to its own directory
` [nfs-utils PATCH RFC v3 3/8] nfsdcld: a few enhancements
` [nfs-utils PATCH RFC v3 4/8] nfsdcld: remove some unused functions
` [nfs-utils PATCH RFC v3 5/8] nfsdcld: the -p option should specify the rpc_pipefs mountpoint
` [nfs-utils PATCH RFC v3 6/8] nfsdcld: add /etc/nfs.conf support
` [nfs-utils PATCH RFC v3 7/8] systemd: add a unit file for nfsdcld
` [nfs-utils PATCH RFC v3 8/8] nfsdcld: add a facility for migrating from older client tracking methods

[PATCH] nfs4_setfacl: Skip comment field while reading ACE(s)
 2019-03-26 14:11 UTC 

[PATCH] nfs4_getfacl: Add new option -c/--omit-header to not display comment header
 2019-03-26 13:57 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).