Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-07-13 18:08:44 to 2015-07-22 13:04:38 UTC [more...]

[PATCH v5 00/39] Richacls
 2015-07-22 13:03 UTC  (28+ messages)
` [PATCH v5 01/39] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v5 02/39] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v5 03/39] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v5 04/39] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v5 05/39] vfs: Add permission flags for setting file attributes
` [PATCH v5 06/39] richacl: In-memory representation and helper functions
` [PATCH v5 07/39] richacl: Permission mapping functions
` [PATCH v5 08/39] richacl: Compute maximum file masks from an acl
` [PATCH v5 09/39] richacl: Update the file masks in chmod()
` [PATCH v5 10/39] richacl: Permission check algorithm
` [PATCH v5 11/39] vfs: Cache base_acl objects in inodes
` [PATCH v5 12/39] vfs: Cache richacl in struct inode
` [PATCH v5 13/39] richacl: Check if an acl is equivalent to a file mode
` [PATCH v5 14/39] richacl: Create-time inheritance
` [PATCH v5 15/39] richacl: Automatic Inheritance
` [PATCH v5 16/39] richacl: xattr mapping functions
` [PATCH v5 17/39] vfs: Add richacl permission checking
` [PATCH v5 18/39] ext4: Add richacl support
` [PATCH v5 19/39] ext4: Add richacl feature flag
` [PATCH v5 20/39] richacl: acl editing helper functions
` [PATCH v5 21/39] richacl: Move everyone@ aces down the acl
` [PATCH v5 22/39] richacl: Propagate everyone@ permissions to other aces
` [PATCH v5 23/39] richacl: Set the owner permissions to the owner mask
` [PATCH v5 24/39] richacl: Set the other permissions to the other mask
` [PATCH v5 25/39] richacl: Isolate the owner and group classes
` [PATCH v5 26/39] richacl: Apply the file masks to a richacl
` [PATCH v5 27/39] richacl: Create richacl from mode values

[RFC PATCH] nfs: avoid swap-over-NFS deadlock
 2015-07-22 12:23 UTC  (2+ messages)

Are there really no server-side mount/umount message for NFSv4?
 2015-07-22 12:13 UTC  (4+ messages)

[PATCH] NFS: Handle exceptions for SEEK
 2015-07-22  8:19 UTC  (2+ messages)

[PATCH v3 00/15] NFS/RDMA client side for Linux 4.3
 2015-07-21 22:54 UTC  (51+ messages)
` [PATCH v3 01/15] xprtrdma: Make xprt_setup_rdma() agnostic to family of server address
` [PATCH v3 02/15] xprtrdma: Raise maximum payload size to one megabyte
` [PATCH v3 03/15] xprtrdma: Increase default credit limit
` [PATCH v3 04/15] xprtrdma: Don't fall back to PHYSICAL memory registration
` [PATCH v3 05/15] xprtrdma: Remove last ib_reg_phys_mr() call site
` [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()
` [PATCH v3 07/15] xprtrdma: Remove logic that constructs RDMA_MSGP type calls
` [PATCH v3 08/15] xprtrdma: Account for RPC/RDMA header size when deciding to inline
` [PATCH v3 09/15] xprtrdma: Always provide a write list when sending NFS READ
` [PATCH v3 10/15] xprtrdma: Don't provide a reply chunk when expecting a short reply
` [PATCH v3 11/15] xprtrdma: Fix XDR tail buffer marshalling
` [PATCH v3 12/15] xprtrdma: Fix large NFS SYMLINK calls
` [PATCH v3 13/15] xprtrdma: Clean up xprt_rdma_print_stats()
` [PATCH v3 14/15] xprtrdma: Count RDMA_NOMSG type calls
` [PATCH v3 15/15] core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs

[PATCH 00/10 v7] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-21 21:58 UTC  (17+ messages)
` [PATCH 10/10 v7] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[PATCH v3] nfsd: Add layouts checking in client_has_state()
 2015-07-21 21:16 UTC  (2+ messages)

The Fall Bakeathon in Westford, Ma
 2015-07-21 20:29 UTC 

[PATCH 1/6] SUNRPC: Fix a memory leak in the backchannel code
 2015-07-21 16:21 UTC  (7+ messages)
` [PATCH 2/6] SUNRPC: Backchannel handle socket nospace
  ` [PATCH 3/6] SUNRPC: Clean up bc_send()
    ` [PATCH 4/6] SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_task
      ` [PATCH 5/6] SUNRPC: Clean up allocation and freeing of back channel requests
        ` [PATCH 6/6] SUNRPC: Fix a backchannel race

Parallel file locking quite slow with vers=4.0 compared to vers=3
 2015-07-21 15:51 UTC  (4+ messages)

[PATCH] Install only needed systemd unit file
 2015-07-20 21:41 UTC 

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-21  8:58 UTC 

[PATCH 00/14] nfsd: some updates and cleanups
 2015-07-20 20:44 UTC  (22+ messages)
` [PATCH 01/14] nfsd: Add layouts checking for state resources
      ` [PATCH v2] nfsd: Add layouts checking in client_has_state()
` [PATCH 02/14] nfsd: Add missing gen_confirm in nfsd4_setclientid()
              ` [PATCH] nfsd: New counter for generating client confirm verifier
` [PATCH 03/14] nfsd: Fix memory leak of so_owner.data in nfs4_stateowner
    ` [PATCH v2] "
` [PATCH 04/14] nfsd: Fix a memory leak of struct file_lock

[PATCH RFC] svcrdma: Fix possible over population fast_reg_page_list
 2015-07-20 17:27 UTC  (4+ messages)

[PATCH] pynfs: reduce code duplication
 2015-07-17 14:19 UTC  (3+ messages)

NFSv4 mount with fsid=0, clients CentOS6/7 show different mounts
 2015-07-16 22:05 UTC 

[PATCH V3 1/5] RDMA/core: Transport-independent access flags
 2015-07-16 16:13 UTC  (87+ messages)

[PATCH v2 00/14] NFS/RDMA client side for Linux 4.3
 2015-07-15 21:29 UTC  (6+ messages)
` [PATCH v2 07/14] xprtrdma: Remove logic that constructs RDMA_MSGP type calls

pnfs/blocklayout: allocate separate pages for the layoutcommit payload
 2015-07-15 11:13 UTC 

[PATCH v1 00/12] NFS/RDMA client side for Linux 4.3
 2015-07-14 19:09 UTC  (8+ messages)
` [PATCH v1 07/12] xprtrdma: Don't provide a reply chunk when expecting a short reply
` [PATCH v1 10/12] xprtrdma: Fix large NFS SYMLINK calls

All access to NFS4 krb5p server hanging when one user has an expired ticket
 2015-07-14 18:12 UTC  (2+ messages)

[PATCH v3] rpc.nfsd: Squelch DNS errors when using the --host option
 2015-07-14 18:07 UTC  (2+ messages)

[PATCH] blkmapd: Skip the SCSI ID if the data length is zero
 2015-07-14 18:06 UTC  (11+ messages)
  ` [PATCH v2] blkmapd: Skip the SCSI ID if "
        ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH] nfs-utils: Substitute sbindir in systemd unit files
 2015-07-14 15:36 UTC  (5+ messages)

pnfs MDS mount point clinet cannot mount
 2015-07-14  7:01 UTC 

[PATCH v2 00/10] NFS: Clean up unnecessary functions
 2015-07-13 18:01 UTC  (5+ messages)
` [PATCH v2 02/10] NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()
` [PATCH v2 05/10] NFS: Use RPC functions for matching sockaddrs
` [PATCH v2 06/10] NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring()
` [PATCH v2 10/10] NFS: Remove nfs_release()


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