Linux NFS development
 help / color / mirror / Atom feed
 messages from 2016-03-08 15:49:46 to 2016-03-16 22:20:36 UTC [more...]

[PATCH v20 00/23] Richacls (Core and Ext4)
 2016-03-16 22:19 UTC  (21+ messages)
` [PATCH v20 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v20 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v20 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v20 04/23] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v20 05/23] vfs: Add permission flags for setting file attributes
` [PATCH v20 06/23] richacl: In-memory representation and helper functions
` [PATCH v20 07/23] richacl: Permission mapping functions
` [PATCH v20 08/23] richacl: Compute maximum file masks from an acl
` [PATCH v20 09/23] richacl: Permission check algorithm
` [PATCH v20 10/23] posix_acl: Unexport acl_by_type and make it static
` [PATCH v20 11/23] posix_acl: Improve xattr fixup code
` [PATCH v20 12/23] vfs: Cache base_acl objects in inodes
` [PATCH v20 13/23] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v20 14/23] vfs: Cache richacl in struct inode
` [PATCH v20 15/23] richacl: Update the file masks in chmod()
` [PATCH v20 16/23] richacl: Check if an acl is equivalent to a file mode
` [PATCH v20 17/23] richacl: Create-time inheritance
` [PATCH v20 18/23] richacl: Automatic Inheritance
` [PATCH v20 19/23] richacl: xattr mapping functions
` [PATCH v20 20/23] richacl: Add richacl xattr handler

[PATCH] NFS: Retry a zero-length short read
 2016-03-16 20:02 UTC  (15+ messages)

[PATCH] nfs/blocklayout: make sure making a aligned read request
 2016-03-16 19:41 UTC  (6+ messages)

[PATCH] nfs: add nfs IPv6 rdma6 mount option support
 2016-03-16 18:46 UTC  (2+ messages)

[PATCH v2] svcrdma: add IPv6 support
 2016-03-16 18:41 UTC 

[PATCH - nfs-utils] systemd: ensure nfs-config service is re-run as needed
 2016-03-16 18:23 UTC  (2+ messages)

[PATCH] mountd.man: Update to change -P option as an alias for -p
 2016-03-16 18:21 UTC  (2+ messages)

[PATCH nfs-utils v2] statd: Don't unregister statd service on failing to execute callout
 2016-03-16 18:20 UTC  (2+ messages)

[PATCH] gssd: Fix inner-loop variable reuse
 2016-03-16 18:20 UTC  (2+ messages)

[PATCH] libexport.a: fix missing brace in host_ntop() fallback
 2016-03-16 18:19 UTC  (2+ messages)

[PATCH] mount.nfs - hide EBUSY errors
 2016-03-16 18:19 UTC  (2+ messages)

[PATCH] sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
 2016-03-16 16:16 UTC  (10+ messages)

[PATCH 0/2] Add multihostname support for NFSv4.1,2
 2016-03-16 15:26 UTC  (5+ messages)
` [PATCH 1/2] NFS parse NFSv4 multiple hostnames
` [PATCH 2/2] NFS add multiaddr mount option

[PATCH] nfsidmapd: allow the usage message to be displayed
 2016-03-16 14:46 UTC  (2+ messages)

[PATCH] nfsidmapd: Let verbose determent whether stderr logging should be done
 2016-03-16 14:46 UTC  (2+ messages)

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-03-16  3:40 UTC  (39+ messages)
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v18 18/22] richacl: xattr mapping functions
` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 21/22] ext4: Add richacl support

[PATCH nfs-utils] systemd: remove the nfs-config service
 2016-03-16  1:35 UTC  (11+ messages)

[PATCH - nfsv4-acl-tools] nfs4_ace_from_string: ignore inheritance ACEs on non-directories
 2016-03-15 22:32 UTC  (3+ messages)

NFSv4 I/O error when reading a file which was deleted and recreated by another client
 2016-03-15 15:18 UTC  (2+ messages)

[PATCH v3 0/3] NFSv4.2: Add support for the COPY operation
 2016-03-15 14:46 UTC  (8+ messages)
` [PATCH v3 1/3] NFS: Add nfs_commit_file()
` [PATCH v3 2/3] NFS: Add COPY nfs operation
` [PATCH v3 3/3] NFSD: Implement the COPY call
` [PATCH v3 4/3] vfs_copy_range() test program

[GIT PULL] Please pull NFSoRDMA client changes
 2016-03-14 19:14 UTC 

[GIT PULL] Please pull NFSoRDMA client changes for 4.6
 2016-03-14 18:59 UTC  (2+ messages)

[PATCH] nfsd: recover: fix memory leak
 2016-03-14 18:46 UTC  (2+ messages)

[PATCH] nfs/svcrdma: add IPv6 rdma6 support
 2016-03-14 18:08 UTC  (2+ messages)

[PATCH v19 00/23] Richacls (Core and Ext4)
 2016-03-14 14:55 UTC  (24+ messages)
` [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v19 05/23] vfs: Add permission flags for setting file attributes
` [PATCH v19 06/23] richacl: In-memory representation and helper functions
` [PATCH v19 07/23] richacl: Permission mapping functions
` [PATCH v19 08/23] richacl: Compute maximum file masks from an acl
` [PATCH v19 09/23] richacl: Permission check algorithm
` [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static
` [PATCH v19 11/23] posix_acl: Improve xattr fixup code
` [PATCH v19 12/23] vfs: Cache base_acl objects in inodes
` [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v19 14/23] vfs: Cache richacl in struct inode
` [PATCH v19 15/23] richacl: Update the file masks in chmod()
` [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode
` [PATCH v19 17/23] richacl: Create-time inheritance
` [PATCH v19 18/23] richacl: Automatic Inheritance
` [PATCH v19 19/23] richacl: xattr mapping functions
` [PATCH v19 20/23] richacl: Add richacl xattr handler
` [PATCH v19 21/23] vfs: Add richacl permission checking
` [PATCH v19 22/23] ext4: Add richacl support
` [PATCH v19 23/23] ext4: Add richacl feature flag

FUND TRANSFER (KEEP AS CONFIDENTIAL)
 2016-03-13 11:58 UTC 

[PATCH] nfs/rdma: add IPv6 rdma6 support
 2016-03-12 10:50 UTC  (2+ messages)

pNFS SCSI layout support V2
 2016-03-11 22:52 UTC  (11+ messages)
` [PATCH 2/4] nfs/blocklayout: add SCSI layout support
` [PATCH 4/4] nfsd: "

NFSv4.1: LOCK races with returning a delegation
 2016-03-11 18:21 UTC 

PROBLEM: NFS Client Ignores TCP Resets
 2016-03-11  9:44 UTC  (5+ messages)

[PATCH] nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
 2016-03-10 22:30 UTC  (2+ messages)

[PATCH v3 00/11] NFS/RDMA client patches for v4.6
 2016-03-10 17:01 UTC  (31+ messages)
` [PATCH v3 01/11] xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macro
` [PATCH v3 02/11] xprtrdma: Clean up physical_op_map()
` [PATCH v3 03/11] xprtrdma: Clean up dprintk format string containing a newline
` [PATCH v3 05/11] xprtrdma: Do not wait if ib_post_send() fails
` [PATCH v3 06/11] rpcrdma: Add RPCRDMA_HDRLEN_ERR
` [PATCH v3 09/11] xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs
` [PATCH v3 10/11] xprtrdma: Use an anonymous union in struct rpcrdma_mw

NFS4.1 Session Trunking state of development
 2016-03-10 15:37 UTC 

RH 7 nfs-utils update causes
 2016-03-08 20:51 UTC  (13+ messages)
  ` RH 7 nfs-utils update causes segfault

linux-next: Tree for Mar 8 (nfsd)
 2016-03-08 17:02 UTC  (2+ messages)

[PATCH 1/2] vfs: add file_dentry()
 2016-03-08 15:49 UTC  (3+ messages)
` [PATCH 2/2] nfs: use file_dentry()


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