linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-27 22:07:14 to 2017-05-09 14:17:09 UTC [more...]

RFC: remove function pointer casts and constify function tables
 2017-05-09 14:17 UTC  (53+ messages)
` [PATCH 01/32] sunrpc: properly type argument to kxdreproc_t
` [PATCH 02/32] sunrpc: fix encoder callback prototypes
` [PATCH 03/32] lockd: "
` [PATCH 04/32] nfs: "
` [PATCH 05/32] nfsd: "
` [PATCH 06/32] sunrpc/auth_gss: "
` [PATCH 07/32] sunrpc: properly type argument to kxdrdproc_t
` [PATCH 08/32] sunrpc: fix decoder callback prototypes
` [PATCH 09/32] sunrpc/auth_gss: "
` [PATCH 10/32] nfsd: "
` [PATCH 11/32] lockd: "
` [PATCH 12/32] nfs: "
` [PATCH 13/32] nfs: don't cast callback decode/proc/encode routines
` [PATCH 14/32] RFC: sunrpc: remove p_count
` [PATCH 15/32] sunrpc: mark all struct rpc_procinfo instances as const
` [PATCH 16/32] lockd: fix some weird indentation
` [PATCH 17/32] nfsd4: const-ify nfs_cb_version4
` [PATCH 18/32] nfsd: use named initializers in PROC()
` [PATCH 19/32] nfsd: remove the unused PROC() macro in nfs3proc.c
` [PATCH 20/32] sunrpc: properly type pc_func callbacks
` [PATCH 21/32] sunrpc: properly type pc_release callbacks
` [PATCH 22/32] sunrpc: properly type pc_decode callbacks
` [PATCH 23/32] sunrpc: properly type pc_encode callbacks
` [PATCH 24/32] sunrpc: remove kxdrproc_t
` [PATCH 25/32] nfsd4: properly type op_set_currentstateid callbacks
` [PATCH 26/32] nfsd4: properly type op_get_currentstateid callbacks
` [PATCH 27/32] nfsd4: remove nfsd4op_rsize
` [PATCH 28/32] nfsd4: properly type op_func callbacks
` [PATCH 29/32] RFC: sunrpc: remove pc_count
` [PATCH 30/32] sunrpc: mark all struct svc_procinfo instances as const
` [PATCH 31/32] sunrpc: mark all struct svc_version "
` [PATCH 32/32] nfsd4: const-ify nfsd4_ops

[PATCH] nfsd: avoid out of bounds read on array nfsd4_layout_ops
 2017-05-09 14:04 UTC  (2+ messages)

[RFC][PATCH 0/9] VFS: Introduce mount context
 2017-05-09 12:38 UTC  (53+ messages)
` [PATCH 1/9] Provide a function to create a NUL-terminated string from unterminated data
` [PATCH 2/9] Clean up whitespace in fs/namespace.c
` [PATCH 3/9] VFS: Introduce a mount context
` [PATCH 4/9] Implement fsopen() to prepare for a mount
` [PATCH 5/9] Implement fsmount() to effect a pre-configured mount
` [PATCH 6/9] Sample program for driving fsopen/fsmount
` [PATCH 7/9] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 8/9] proc: Support the mount context in procfs

Locking problems with Linux 4.9 with NFSD and `fs/iomap.c`
 2017-05-09  9:05 UTC  (3+ messages)

[PATCH] lockd: fix lockd shutdown race
 2017-05-08 22:17 UTC 

[PATCH 1/1] NFS append COMMIT after synchronous COPY
 2017-05-08 22:02 UTC  (5+ messages)
      ` [PATCH v3 "

[PATCH v2 1/2] dax: prevent invalidation of mapped DAX entries
 2017-05-08 17:08 UTC  (4+ messages)
` [PATCH v2 2/2] dax: fix data corruption due to stale mmap reads

[PATCH] nfsd: encoders mustn't use unitialized values in error cases
 2017-05-08 16:14 UTC  (2+ messages)

[PATCH] NFSv4: Fix exclusive create attributes encoding
 2017-05-08 14:26 UTC 

[PATCH] fs/nfs: fix covscan error: FORWARD_NULL
 2017-05-06  7:42 UTC  (2+ messages)

[PATCH] NFSv4: Fix an rcu lock leak
 2017-05-05 17:07 UTC 

[PATCH] NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION
 2017-05-05 15:59 UTC  (2+ messages)

[PATCH] mount.nfs: Restore errno after v3 mounts on ECONNREFUSED errors
 2017-05-05 15:07 UTC  (2+ messages)

[PATCH] Remove the conf_path global
 2017-05-05 15:05 UTC  (2+ messages)

Linux NFS Town Hall meeting: Tomorrow - Thur May 4
 2017-05-05 13:37 UTC  (4+ messages)

Issue with mixed short and fully qualified names with NFS4+KRB5 and libnfsidmap
 2017-05-05 11:05 UTC 

[PATCH] fs/nfs: fix covscan error: FORWARD_NULL
 2017-05-05  3:58 UTC 

Race between RPC queuing on xprt_pending and a write space notification?
 2017-05-04 23:29 UTC  (2+ messages)

NFS oops in encode_nfs4_verifier
 2017-05-04 21:05 UTC 

[RFC PATCH 0/5] Fun with the multipathing code
 2017-05-04 20:42 UTC  (20+ messages)
` [RFC PATCH 1/5] SUNRPC: Allow creation of RPC clients with multiple connections
  ` [RFC PATCH 2/5] NFS: Add a mount option to specify number of TCP connections to use
    ` [RFC PATCH 3/5] NFSv4: Allow multiple connections to NFSv4.x (x>0) servers
      ` [RFC PATCH 4/5] pNFS: Allow multiple connections to the DS
        ` [RFC PATCH 5/5] NFS: Display the "nconnect" mount option if it is set

[PATCH 1/4] fs: fix data invalidation in the cleancache during direct IO
 2017-05-04  9:12 UTC  (13+ messages)
` [PATCH 1/2] dax: prevent invalidation of mapped DAX entries
  ` [PATCH 2/2] dax: fix data corruption due to stale mmap reads

[PATCH] nfs: Fix bdi handling for cloned superblocks
 2017-05-04 13:58 UTC  (2+ messages)

general protection fault: 0000 [#1] SMP
 2017-05-04 10:49 UTC 

[BUG] cannot mount nfs, bisected to 0db10944a76ba ("nfs: Convert to separately allocated bdi")
 2017-05-04  6:59 UTC  (7+ messages)

[PATCH] NFS: delete useless rcu_read_lock()
 2017-05-04  3:16 UTC 

[PATCH 0/2] Fix the NFSv4 client callback channel shutdown
 2017-05-03 20:21 UTC  (9+ messages)
` [PATCH 1/2] SUNRPC: Refactor svc_set_num_threads()
  ` [PATCH 2/2] NFSv4: Fix callback server shutdown

[PATCH V3 linux-next] nfs: use kmap/kunmap directly
 2017-05-03 18:52 UTC 

[PATCH] pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits
 2017-05-03 16:30 UTC 

[PATCH v5 0/5] Add copy_file_range() tests
 2017-05-03 15:48 UTC  (6+ messages)

[PATCH 0/3] Fix up a couple of issues around layout handling
 2017-05-02 16:41 UTC  (4+ messages)
` [PATCH 1/3] pNFS: Don't clear the layout return info if there are segments to return
  ` [PATCH 2/3] pNFS: Fix a deadlock when coalescing writes and returning the layout
    ` [PATCH 3/3] pNFS: Fix a typo in pnfs_generic_alloc_ds_commits

[PATCH 0/3] Fix up a couple of issues around layout handling
 2017-05-02 16:38 UTC  (9+ messages)
` [RFC PATCH 1/5] SUNRPC: Allow creation of RPC clients with multiple connections
  ` [PATCH 1/3] pNFS: Don't clear the layout return info if there are segments to return
    ` [RFC PATCH 2/5] NFS: Add a mount option to specify number of TCP connections to use
      ` [PATCH 2/3] pNFS: Fix a deadlock when coalescing writes and returning the layout
        ` [RFC PATCH 3/5] NFSv4: Allow multiple connections to NFSv4.x (x>0) servers
          ` [PATCH 3/3] pNFS: Fix a typo in pnfs_generic_alloc_ds_commits
            ` [RFC PATCH 4/5] pNFS: Allow multiple connections to the DS
              ` [RFC PATCH 5/5] NFS: Display the "nconnect" mount option if it is set

[PATCH 0/3] pNFS writeback fixes
 2017-04-29 18:48 UTC  (4+ messages)
` [PATCH 1/3] pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure path
  ` [PATCH 2/3] pNFS: Don't send COMMITs to the DSes if the server invalidated our layout
    ` [PATCH 3/3] pNFS: Ensure we commit the layout if it has been invalidated

[PATCH] NFS: always treat the invocation of nfs_getattr as cache hit when noac is on
 2017-04-28 10:35 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).