linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-22 18:36:58 to 2019-03-11 18:00:41 UTC [more...]

Patch: Provide the offending UID/GID/name for which mapping fails we can debug the reasons
 2019-03-11 18:00 UTC  (2+ messages)

[PATCH] gssd: add verbosity options to the rpc.gssd man page
 2019-03-11 17:55 UTC 

[pynfs PATCH 0/3] a few fixes
 2019-03-11 15:49 UTC  (4+ messages)
` [pynfs PATCH 1/3] nfs4.1: don't cache sessionids and clientids after destroying
` [pynfs PATCH 2/3] nfs4.1: clean up the session and client created in Environment.finish()
` [pynfs PATCH 3/3] nfs4.1: close the file created in SEQ10b

[bug report] task hang while testing xfstests generic/323
 2019-03-11 15:28 UTC  (21+ messages)

pnfs setup on Linux 4.15
 2019-03-11 11:21 UTC  (8+ messages)

[PATCH 1/5] SUNRPC: Clean up
 2019-03-11  1:29 UTC  (5+ messages)
` [PATCH 2/5] SUNRPC: Remove redundant calls to RPC_IS_QUEUED()
  ` [PATCH 3/5] SUNRPC: Check whether the task was transmitted before rebind/reconnect
    ` [PATCH 4/5] SUNRPC: Micro-optimise when the task is known not to be sleeping
      ` [PATCH 5/5] SUNRPC: Take the transport send lock before binding+connecting

Better interop for NFS/SMB file share mode/reservation
 2019-03-08 21:53 UTC  (21+ messages)
                    ` [NFS-Ganesha-Devel] "

[PATCH v2 0/5] RFC: Linux IMA on NFS prototype
 2019-03-08 21:29 UTC  (10+ messages)
` [PATCH v2 1/5] NFS: Define common IMA-related protocol elements
` [PATCH v2 2/5] NFSD: Prototype support for IMA on NFS (server)
` [PATCH v2 3/5] NFSD: Remove ima_file_check call
` [PATCH v2 4/5] NFS: Rename security xattr handler
` [PATCH v2 5/5] NFS: Prototype support for IMA on NFS (client)

[PATCH] nfsd: fix memory corruption caused by readdir
 2019-03-08 19:29 UTC  (6+ messages)
      ` [PATCH] nfsd: allow nfsv3 readdir request to be larger

[PATCH v3 1/3] SUNRPC: Prevent thundering herd when the socket is not connected
 2019-03-08  0:46 UTC  (3+ messages)
` [PATCH v3 2/3] SUNRPC: Fix up RPC back channel transmission
  ` [PATCH v3 3/3] SUNRPC: Respect RPC call timeouts when retrying transmission

[Bug report] NULL-pointer dereference in gssd (nfs-utils version 1.3.4 & 2.3.3)
 2019-03-07 15:52 UTC  (2+ messages)
` [Patch] NULL-pointer dereference in gssd (nfs-utils version 1.3.0, "

Check that an RPC compiler has been installed
 2019-03-07 15:01 UTC  (2+ messages)

Deploying a Ceph+NFS Server Cluster with Rook
 2019-03-06 19:46 UTC 

[PATCH] security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
 2019-03-06 17:28 UTC  (5+ messages)

[PATCH] nfsd: fix wrong check in write_v4_end_grace()
 2019-03-06 14:58 UTC  (2+ messages)

[PATCH] mount.nfs: fix ignore EBUSY problem in special scenario
 2019-03-06  4:36 UTC  (3+ messages)

[PATCH 1/1] SUNRPC: fix handling of half-closed connection
 2019-03-05 17:22 UTC  (9+ messages)

[PATCH v2 1/3] SUNRPC: Prevent thundering herd when the socket is not connected
 2019-03-05 16:07 UTC  (4+ messages)
` [PATCH v2 2/3] SUNRPC: Fix up RPC back channel transmission
  ` [PATCH v2 3/3] SUNRPC: Micro-optimisation to avoid call_bind+call_commit

[PATCH 1/2] NFSv4.1: Reinitialise sequence results before retransmitting a request
 2019-03-05 13:35 UTC  (3+ messages)
` [PATCH 2/2] NFSv4.1: Don't process the sequence op more than once

[PATCH 1/2] SUNRPC: Prevent thundering herd when the socket is not connected
 2019-03-05  1:30 UTC  (2+ messages)
` [PATCH 2/2] SUNRPC: Micro-optimisation to avoid call_bind+call_commit

[PATCH] Add nfs.conf equivalent for the statd --no-notify cmdline option
 2019-03-04 18:50 UTC  (2+ messages)

[PATCH RFC] SUNRPC: Avoid digging into the ATOMIC pool
 2019-03-04 16:19 UTC  (6+ messages)

[PATCH 1/3] SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
 2019-03-04 15:52 UTC  (5+ messages)
` [PATCH 2/3] NFSv4.1: Bump the default callback session slot count to 16
  ` [PATCH 3/3] SUNRPC: Allow dynamic allocation of back channel slots

[nfs:testing 44/57] ERROR: "nfs42_proc_layouterror" [fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko] undefined!
 2019-03-02  3:27 UTC 

[PATCH] NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
 2019-03-01 21:09 UTC 

[PATCH] sm-notify: Added -f flag to nfs.conf parsing
 2019-03-01 20:24 UTC  (2+ messages)

[PATCH 00/19] Updates for pNFS/flexfiles
 2019-03-01 19:24 UTC  (20+ messages)
` [PATCH 01/19] NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()
  ` [PATCH 02/19] NFS/flexfiles: Fix up sparse RCU annotations
    ` [PATCH 03/19] NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()
      ` [PATCH 04/19] NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
        ` [PATCH 05/19] NFSv4.2: Add client support for the generic 'layouterror' RPC call
          ` [PATCH 06/19] NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads
            ` [PATCH 07/19] NFSv4: Handle early exit in layoutget by returning an error
              ` [PATCH 08/19] NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()
                ` [PATCH 09/19] NFS/flexfiles: Avoid unnecessary layout invalidations
                  ` [PATCH 10/19] NFS/flexfiles: Remove bogus checks for invalid deviceids
                    ` [PATCH 11/19] NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive
                      ` [PATCH 12/19] NFS/flexfiles: Speed up read failover when DSes are down
                        ` [PATCH 13/19] NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()
                          ` [PATCH 14/19] NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()
                            ` [PATCH 15/19] NFS/flexfiles: Simplify ff_layout_get_ds_cred()
                              ` [PATCH 16/19] NFS/flexfile: Simplify nfs4_ff_layout_ds_version()
                                ` [PATCH 17/19] NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()
                                  ` [PATCH 18/19] NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()
                                    ` [PATCH 19/19] NFS/flexfiles: Clean up mirror DS initialisation

[PATCH 0/2] NFSD: Add support for the v4.2 READ_PLUS operation
 2019-03-01 17:03 UTC  (4+ messages)
` [PATCH 1/2] NFSD: nfsd4_encode_read{v}() should encode eof and maxcount
` [PATCH 2/2] NFSD: Add basic READ_PLUS support

[PATCH RFC 0/4] IMA on NFS prototype
 2019-03-01 16:10 UTC  (14+ messages)
` [PATCH RFC 4/4] NFSD: Prototype support for IMA on NFS (server)

[PATCH] fs: nfs: fix semicolon code style issue
 2019-02-28 14:41 UTC 

New IoT/M2M Communication Products with Cloud Service
 2019-02-28  3:20 UTC 

Linux NFS v4.1 server support for dynamic slot allocation?
 2019-02-27 20:48 UTC  (5+ messages)

file size and getattr
 2019-02-27 18:05 UTC  (9+ messages)
      ` [nfsv4] "

[PATCH 1/3] configure.ac: more carefully detect availability of res_querydomain(3)
 2019-02-27 17:37 UTC  (10+ messages)
` [PATCH 2/3] file: fix missing include for PATH_MAX constant
` [PATCH 3/3] svc_socket: fix use of undefined macro HAVE_GETRPCBYNUMBER_R

[PATCH v2] Remove abuse of ai_canonname
 2019-02-27 16:53 UTC  (2+ messages)

[PATCH v2] nfs-utils: fix addrinfo usage with musl-1.1.21
 2019-02-27 16:50 UTC  (2+ messages)

[PATCH 0/4] nfs4.0: Refetch lease_time after clientID reset
 2019-02-27 14:51 UTC  (5+ messages)
` [PATCH 1/4] nfs: Fix copy-and-paste error in debug message
` [PATCH 2/4] nfs4: Rename nfs41_setup_state_renewal
` [PATCH 3/4] nfs4: Move nfs4_setup_state_renewal
` [PATCH 4/4] nfs4.0: Refetch lease_time after clientid update

Regression: SUNRPC: Use poll() to fix up the socket requeue races
 2019-02-27  0:31 UTC  (7+ messages)

[PATCH] SUNRPC: Fix an Oops in udp_poll()
 2019-02-26 20:41 UTC 

Need help debugging NFS issues new to 4.20 kernel
 2019-02-25 23:15 UTC  (15+ messages)

[GIT PULL] Please pull NFS client updates for 5.1
 2019-02-25 17:51 UTC  (2+ messages)

[PATCH AUTOSEL 4.20 42/72] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:03 UTC 

[PATCH AUTOSEL 4.19 38/65] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:06 UTC 

[PATCH AUTOSEL 4.14 24/45] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:08 UTC 

[PATCH AUTOSEL 4.4 16/26] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:10 UTC 

[PATCH AUTOSEL 3.18 11/18] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:11 UTC 

[PATCH AUTOSEL 4.9 20/32] nfs: Fix NULL pointer dereference of dev_name
 2019-02-23 21:09 UTC 

[PATCH] nfs: drop acl cache in __nfs3_proc_setacls
 2019-02-23  2:00 UTC  (4+ messages)

Another OPEN / OPEN_DOWNGRADE race
 2019-02-23  1:22 UTC  (5+ messages)

[PATCH 0/6] NFS: Add support for the v4.2 READ_PLUS operation
 2019-02-22 21:59 UTC  (7+ messages)
` [PATCH 1/6] SUNRPC: Split out a function for setting current page
` [PATCH 2/6] SUNRPC: Add the ability to expand holes in data pages
` [PATCH 3/6] SUNRPC: Add the ability to shift data to a specific offset
` [PATCH 4/6] NFS: Add basic READ_PLUS support
` [PATCH 5/6] NFS: Add support for decoding multiple segments
` [PATCH 6/6] NFS: Add a mount option for READ_PLUS

bad principal used by gssd
 2019-02-22 20:46 UTC  (2+ messages)

[PATCH] NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount
 2019-02-22 20:37 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).