linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-09 13:26:11 to 2017-06-20 16:09:59 UTC [more...]

[PATCH 0/2 v5] Fixups for l_pid
 2017-06-20 16:09 UTC  (6+ messages)
` [PATCH 1/2] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/2] fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks

[PATCH 1/1] [RFC] 64bit copy_file_range system call
 2017-06-20 12:44 UTC  (24+ messages)

[PATCH] NFS: convert flags to bool
 2017-06-20 12:33 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2 V2] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-20  4:40 UTC  (12+ messages)
` [PATCH 2/2 V2] mount.nfs: Use default minor version when -o v4 "

[PATCH 1/1] NFS fix race in state recovery
 2017-06-19 20:36 UTC 

Reply Urgent
 2017-06-19 19:39 UTC 

[PATCH v3] sunrpc: Disable splice for krb5i
 2017-06-19 18:00 UTC 

[PATCH v2 00/19] Server-side NFS/RDMA changes proposed for v4.13
 2017-06-19 15:30 UTC  (30+ messages)
` [PATCH v2 01/19] ib_core: Enable and expose force_mr module parameter
` [PATCH v2 02/19] svcrdma: Squelch disconnection messages
` [PATCH v2 03/19] svcrdma: Avoid Send Queue overflow
` [PATCH v2 04/19] svcrdma: Remove svc_rdma_marshal.c
` [PATCH v2 05/19] svcrdma: Improve Read chunk sanity checking
` [PATCH v2 06/19] svcrdma: Improve Write "
` [PATCH v2 07/19] svcrdma: Improve Reply "
` [PATCH v2 08/19] svcrdma: Don't account for Receive queue "starvation"
` [PATCH v2 09/19] sunrpc: Allocate one more page per svc_rqst
` [PATCH v2 10/19] svcrdma: Add recvfrom helpers to svc_rdma_rw.c
` [PATCH v2 11/19] svcrdma: Use generic RDMA R/W API in RPC Call path
` [PATCH v2 12/19] svcrdma: Properly compute .len and .buflen for received RPC Calls
` [PATCH v2 13/19] svcrdma: Remove unused Read completion handlers
` [PATCH v2 14/19] svcrdma: Remove frmr cache
` [PATCH v2 15/19] svcrdma: Clean-up svc_rdma_unmap_dma
` [PATCH v2 16/19] svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API
` [PATCH v2 17/19] svcrdma: use offset_in_page() macro
` [PATCH v2 18/19] svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir field
` [PATCH v2 19/19] sunrpc: Disable splice for krb5i

[PATCH 1/2 V3] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-19 15:25 UTC  (2+ messages)
` [PATCH 2/2 V4] mount.nfs: Use default minor version when -o v4 "

[PATCH 1/2 V3] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-19 15:21 UTC  (3+ messages)
` [PATCH 2/2 V3] mount.nfs: Use default minor version when -o v4 "

[RFC][PATCH 00/27] VFS: Introduce filesystem context [ver #5]
 2017-06-19  7:47 UTC  (49+ messages)
` [PATCH 01/27] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/27] VFS: Clean up whitespace in fs/namespace.c and fs/super.c "
` [PATCH 03/27] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/27] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/27] VFS: Provide empty name qstr "
` [PATCH 06/27] Provide supplementary error message facility "
` [PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context "
    ` Updated docs
` [PATCH 09/27] VFS: Add LSM hooks for filesystem context [ver #5]
` [PATCH 10/27] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 11/27] VFS: Remove unused code after filesystem context changes "
` [PATCH 12/27] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 13/27] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 14/27] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 15/27] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 16/27] proc: Add fs_context support to procfs "
` [PATCH 17/27] NFS: Move mount parameterisation bits into their own file "
` [PATCH 18/27] NFS: Constify mount argument match tables "
` [PATCH 19/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context "
` [PATCH 20/27] NFS: Split nfs_parse_mount_options() "
` [PATCH 21/27] NFS: Deindent nfs_fs_context_parse_option() "
` [PATCH 22/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup "
` [PATCH 23/27] NFS: Do some tidying of the parsing code "
` [PATCH 24/27] NFS: Add fs_context support. "
` [PATCH 25/27] ipc: Convert mqueue fs to fs_context "
` [PATCH 26/27] cpuset: Use "
` [PATCH 27/27] kernfs, sysfs, cgroup: Support "
  ` [PATCH 27/27] ... and the intel_rdt driver
  ` [PATCH 07/27] VFS: Differentiate mount flags (MS_*) from internal superblock flags [ver #5]

[PATCH 1/2] loop: use filp_close() rather than fput()
 2017-06-18  4:30 UTC 

[PATCH] NFS: Set FATTR4_WORD0_TYPE for . and .. entries
 2017-06-16 16:12 UTC 

[PATCH v4 0/2] nfs_complete_rename() calls d_move() without i_mutex
 2017-06-16 15:13 UTC  (3+ messages)
` [PATCH v4 1/2] Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
` [PATCH v4 2/2] NFS: nfs_rename() - revalidate directories on -ERESTARTSYS

[PATCH v3 0/2] nfs_complete_rename() calls d_move() without i_mutex
 2017-06-16 15:03 UTC  (5+ messages)
` [PATCH v3 1/2] Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
` [PATCH v3 2/2] NFS: nfs_rename() - revalidate directories on -ERESTARTSYS

[PATCH v2 0/2] nfs_complete_rename() calls d_move() without i_mutex
 2017-06-15 21:11 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
` [PATCH v2 2/2] NFS: nfs_rename() - revalidate directories on -ERESTARTSYS

[PATCH 0/2] nfs_complete_rename() calls d_move() without i_mutex
 2017-06-15 21:06 UTC  (10+ messages)
` [PATCH 1/2] Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"
` [PATCH 2/2] NFS: nfs_rename() - revalidate directories on -ERESTARTSYS

[nfsv4] Inter server-side copy performance
 2017-06-15 20:37 UTC  (9+ messages)

The Fall Bakeathon in Westford, Ma
 2017-06-15 20:18 UTC 

INHERITANCE CLAIM
 2017-06-15  9:50 UTC 

Proposal for end-of-life for fedfs-utils development
 2017-06-15 14:56 UTC  (6+ messages)
    ` [nfsv4] "

[PATCH v2] NFS: nfs_rename() handle -ERESTARTSYS dentry left behind
 2017-06-15 12:42 UTC  (3+ messages)

Investment portfolio
 2017-06-15  0:06 UTC 

DARLEHEN ANGEBOT
 2017-06-15  1:59 UTC 

race in state manager leads to failed recovery
 2017-06-14 15:48 UTC  (3+ messages)

"nfs4_discover_server_trunking unhandled error" on Ctrl-C
 2017-06-14 14:09 UTC  (5+ messages)

[PATCH 1/1] PNFS fix dangling DS mount
 2017-06-13 18:36 UTC  (3+ messages)

[PATCH 1/2 V3] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-13 17:31 UTC  (2+ messages)
` [PATCH 2/2 V2] mount.nfs: Use default minor version when -o v4 "

[util-linux PATCH] umount: never 'stat' the path when "-c" is given
 2017-06-13 12:40 UTC  (3+ messages)
` [nfs-utils PATCH] umount.nfs: assume path name is canonical

kernel reports BUG
 2017-06-13  8:54 UTC 

Patch "nfsd: Fix up the "supattr_exclcreat" attributes" has been added to the 4.4-stable tree
 2017-06-12  7:40 UTC  (3+ messages)
    ` [PATCH] nfsd: Fix up the "supattr_exclcreat" attributes

[PATCH 0/6] Constant Time Memory Comparisons Are Important
 2017-06-12  7:33 UTC  (10+ messages)
` [PATCH 1/6] sunrpc: use constant time memory comparison for mac

PROBLEM: nfs I/O errors with sqlite applications
 2017-06-09 22:01 UTC  (14+ messages)

[PATCH v2] security/selinux: allow security_sb_clone_mnt_opts to enable/disable native labeling behavior
 2017-06-09 20:24 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 00/13] NFS/RDMA client-side patches proposed for v4.13
 2017-06-09 19:15 UTC  (6+ messages)
` [PATCH v2 04/13] xprtrdma: Rename rpcrdma_req::rl_free

NFSv4: cinfo->atomic and file creation
 2017-06-09 18:04 UTC 

[PATCH] NFS: Fix initialization of nfs_page_array->npages
 2017-06-09 15:03 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).