Linux NFS development
 help / color / mirror / Atom feed
 messages from 2017-05-09 20:25:02 to 2017-05-16 12:57:33 UTC [more...]

nfs+ext4,can not umount the ext4 mountpoint
 2017-05-16 12:57 UTC 

[RFC PATCH] nfs: test nfs4_getfacl near page size ACL from server
 2017-05-16 12:09 UTC 

How to debug permission denied issues?
 2017-05-16 11:59 UTC  (2+ messages)

[PATCH] nfs: Mark unnecessarily extern functions as static
 2017-05-16 10:18 UTC 

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-15 17:58 UTC  (32+ messages)
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
` [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 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 19/27] buffer: set errors in mapping at the time that the error occurs
` [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

[xfstests PATCH v2 0/3] xfstest for updated writeback error handling
 2017-05-15 17:42 UTC  (3+ messages)
` [xfstests PATCH v2 2/3] ext4: allow ext4 to use $SCRATCH_LOGDEV

EXCHANGE_ID with same network address but different server owner
 2017-05-15 16:02 UTC  (6+ messages)

Venue change for bake-a-thon June 2017
 2017-05-15 15:51 UTC  (7+ messages)
      ` [nfsv4] "

remove function pointer casts and constify function tables
 2017-05-15 15:44 UTC  (49+ 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

[4.12-rc1 regression] failed to set posix acl on NFSv3 mount
 2017-05-15 15:44 UTC  (2+ messages)

[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
 2017-05-15 15:21 UTC  (22+ messages)
` [PATCH 01/21] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/21] Clean up whitespace in fs/namespace.c "
` [PATCH 03/21] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/21] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/21] VFS: Provide empty name qstr "
` [PATCH 06/21] VFS: Introduce a superblock configuration context "
` [PATCH 07/21] Implement fsopen() to prepare for a mount "
` [PATCH 08/21] Implement fsmount() to effect a pre-configured "
` [PATCH 09/21] Sample program for driving fsopen/fsmount "
` [PATCH 10/21] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 11/21] proc: Add superblock config support to procfs "
` [PATCH 12/21] NFS: Move mount bits into their own file "
` [PATCH 13/21] NFS: Constify mount argument match tables "
` [PATCH 14/21] NFS: Rename struct nfs_parsed_mount_data to struct nfs_sb_config "
` [PATCH 15/21] NFS: Split nfs_parse_mount_options() "
` [PATCH 16/21] NFS: Deindent nfs_sb_config_parse_option() "
` [PATCH 17/21] NFS: Add a small buffer in nfs_sb_config to avoid string dup "
` [PATCH 18/21] NFS: Do some tidying of the parsing code "
` [PATCH 19/21] NFS: Add mount context support. "
` [PATCH 20/21] Support legacy filesystems "
` [PATCH 21/21] Add commands to create or update a superblock "

[PATCH] rpcbind: libtirpc fixes for CVE-2017-8779
 2017-05-15  1:58 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-05-12 16:21 UTC  (17+ 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 

[RFC][PATCH 0/9] VFS: Introduce mount context
 2017-05-12  8:15 UTC  (18+ messages)
` [PATCH 3/9] VFS: Introduce a "

[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  (7+ messages)
` [PATCH 02/32] sunrpc: fix encoder callback prototypes

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

[PATCH] nfsd: avoid out of bounds read on array nfsd4_layout_ops
 2017-05-10  5:24 UTC  (5+ 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox