linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-09 12:38:50 to 2017-05-12 16:21:16 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-05-12 16:21 UTC  (17+ messages)

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

EXCHANGE_ID with same network address but different server owner
 2017-05-12 15:01 UTC  (3+ messages)

[RFC][PATCH 00/14] VFS: Introduce superblock configuration context [ver #2]
 2017-05-12 13:55 UTC  (17+ messages)
` [PATCH 01/14] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/14] Clean up whitespace in fs/namespace.c "
` [PATCH 03/14] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/14] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/14] VFS: Provide empty name qstr "
` [PATCH 06/14] VFS: Introduce a superblock configuration context "
` [PATCH 07/14] Implement fsopen() to prepare for a mount "
` [PATCH 08/14] Implement fsmount() to effect a pre-configured "
` [PATCH 09/14] Sample program for driving fsopen/fsmount "
` [PATCH 10/14] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 11/14] proc: Add superblock config support to procfs "
` [PATCH 13/14] Support legacy filesystems "
` [PATCH 14/14] Add commands to create or update a superblock "

[PATCH v6 0/5] Add copy_file_range() tests
 2017-05-12 13:08 UTC  (10+ messages)
` [PATCH v6 1/5] generic/429: Add copy to new file test
` [PATCH v6 2/5] generic/430: Add small copies "
` [PATCH v6 3/5] generic/431: Add copy test that overwrites data
` [PATCH v6 4/5] generic/432: Add a copy test for overwriting small amounts of data
` [PATCH v6 5/5] generic/433: Add a copy test for invalid input

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH 4/9] Implement fsopen() to prepare for a mount
 2017-05-12  8:15 UTC  (25+ messages)
` [RFC][PATCH 0/9] VFS: Introduce mount context
  ` [PATCH 3/9] VFS: Introduce a "

Venue change for bake-a-thon June 2017
 2017-05-11 17:28 UTC  (6+ messages)
      ` [nfsv4] "

[PATCH] rpcbind: pair all svc_getargs() calls with svc_freeargs() to avoid memory leak
 2017-05-11 15:49 UTC  (2+ messages)

[RFC][PATCH 00/14] VFS: Introduce superblock configuration context
 2017-05-11 14:35 UTC  (20+ messages)
` [PATCH 01/14] Provide a function to create a NUL-terminated string from unterminated data
` [PATCH 02/14] Clean up whitespace in fs/namespace.c
` [PATCH 03/14] VFS: Make get_mnt_ns() return the namespace
` [PATCH 04/14] VFS: Make get_filesystem() return the affected filesystem
` [PATCH 05/14] VFS: Provide empty name qstr
` [PATCH 06/14] VFS: Introduce a superblock configuration context
` [PATCH 07/14] Implement fsopen() to prepare for a mount
` [PATCH 08/14] Implement fsmount() to effect a pre-configured mount
` [PATCH 09/14] Sample program for driving fsopen/fsmount
` [PATCH 10/14] procfs: Move proc_fill_super() to fs/proc/root.c
` [PATCH 11/14] proc: Add superblock config support to procfs
` [PATCH 13/14] Support legacy filesystems
` [PATCH 14/14] Add commands to create or update a superblock

[GIT PULL] Please pull NFS client fixes for 4.12
 2017-05-11 13:54 UTC  (12+ messages)

[GIT PULL] nfsd changes for 4.12
 2017-05-10 19:11 UTC 

RFC: remove function pointer casts and constify function tables
 2017-05-10 18:38 UTC  (19+ messages)
` [PATCH 02/32] sunrpc: fix encoder callback prototypes
` [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 29/32] RFC: sunrpc: remove pc_count

Locking problems with Linux 4.9 with NFSD and `fs/iomap.c`
 2017-05-10 17:23 UTC  (4+ messages)

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-10 16:18 UTC  (43+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty

[PATCH] nfsd: avoid out of bounds read on array nfsd4_layout_ops
 2017-05-10  5:24 UTC  (6+ messages)

[PATCH] nfsd: Fix up the "supattr_exclcreat" attributes
 2017-05-09 20:56 UTC  (2+ messages)

[PATCH] pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabled
 2017-05-09 20:28 UTC 

[PATCH] NFSv4: Fix an rcu lock leak
 2017-05-09 19:59 UTC  (2+ messages)

[PATCH] NFSv4.1: Work around a Linux server bug
 2017-05-09 19:58 UTC  (3+ messages)

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

[PATCH] NFSv4: Fix exclusive create attributes encoding
 2017-05-09 18:30 UTC  (3+ messages)

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-09 16:12 UTC  (4+ messages)
` [xfstests PATCH v2 1/3] generic: add a writeback error handling test
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v2 3/3] btrfs: allow it "


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