Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-07-29 02:15:32 to 2015-08-04 16:16:15 UTC [more...]

TEST_STATEID during lock recovery
 2015-08-04 16:16 UTC  (2+ messages)

[PATCH 0/6] nfsidmap enhancements
 2015-08-04 14:30 UTC  (10+ messages)
` [PATCH 1/6] nfsidmap: Display the effective NFSv4 domain name
` [PATCH 2/6] nfsidmap: Use find_key_by_type_and_desc() if available
` [PATCH 3/6] nfsidmap: List cached ID mapping results
` [PATCH 4/6] nfsidmap: Fix error handling in id_lookup()
` [PATCH 5/6] nfsidmap: Fix error handling in name_lookup()
` [PATCH 6/6] nfsidmap: Clean up other exit status cases

Automatically loading svcrdma causes reboot hang on systemd
 2015-08-04 14:28 UTC  (2+ messages)

[RFC v6 00/40] Richacls
 2015-08-04 11:53 UTC  (41+ messages)
` [RFC v6 01/40] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 03/40] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v6 04/40] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v6 05/40] vfs: Add permission flags for setting file attributes
` [RFC v6 06/40] richacl: In-memory representation and helper functions
` [RFC v6 07/40] richacl: Permission mapping functions
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
` [RFC v6 09/40] richacl: Update the file masks in chmod()
` [RFC v6 10/40] richacl: Permission check algorithm
` [RFC v6 11/40] vfs: Cache base_acl objects in inodes
` [RFC v6 12/40] vfs: Cache richacl in struct inode
` [RFC v6 13/40] richacl: Check if an acl is equivalent to a file mode
` [RFC v6 14/40] richacl: Create-time inheritance
` [RFC v6 15/40] richacl: Automatic Inheritance
` [RFC v6 16/40] richacl: xattr mapping functions
` [RFC v6 17/40] vfs: Add richacl permission checking
` [RFC v6 18/40] ext4: Add richacl support
` [RFC v6 19/40] ext4: Add richacl feature flag
` [RFC v6 20/40] richacl: acl editing helper functions
` [RFC v6 21/40] richacl: Move everyone@ aces down the acl
` [RFC v6 22/40] richacl: Propagate everyone@ permissions to other aces
` [RFC v6 23/40] richacl: Set the owner permissions to the owner mask
` [RFC v6 24/40] richacl: Set the other permissions to the other mask
` [RFC v6 25/40] richacl: Isolate the owner and group classes
` [RFC v6 26/40] richacl: Apply the file masks to a richacl
` [RFC v6 27/40] richacl: Create richacl from mode values
` [RFC v6 28/40] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v6 29/40] nfsd: Use richacls as internal acl representation
` [RFC v6 30/40] nfsd: Add richacl support
` [RFC v6 31/40] nfsd: Add support for the v4.1 dacl attribute
` [RFC v6 32/40] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [RFC v6 33/40] richacl: Add support for unmapped identifiers
` [RFC v6 34/40] ext4: Don't allow unmapped identifiers in richacls
` [RFC v6 35/40] sunrpc: Allow to demand-allocate pages to encode into
` [RFC v6 36/40] sunrpc: Add xdr_init_encode_pages
` [RFC v6 37/40] nfs: Fix GETATTR bitmap verification
` [RFC v6 38/40] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [RFC v6 39/40] nfs: Add richacl support
` [RFC v6 40/40] nfs: Add support for the v4.1 dacl attribute

[PATCH 0/7 v2] Some bugfixes and exclcreat supports
 2015-08-04 10:43 UTC  (10+ messages)
` [PATCH 1/7] NFS: Remove duplicate svc_xprt_put from nfs41_callback_up
  ` [PATCH 3/7 v2] NFS: Check size by inode_newsize_ok in nfs_setattr
  ` [PATCH 4/7] NFS: Make opened as optional argument in _nfs4_do_open
  ` [PATCH 4/7 v2] "
` [PATCH 2/7 v2] NFS: Error out when register_shrinker fail in register_nfs_fs
` [PATCH 5/7 v2] NFS: Update NFS4_BITMAP_SIZE
` [PATCH 6/7 v2] NFS: Get suppattr_exclcreat when getting server, capabilities
` [PATCH 7/7 v2] NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1

[PATCH] pNFS: Tighten up locking around DS commit buckets
 2015-08-03 21:59 UTC 

[PATCH V6 0/9] iSER support for iWARP
 2015-08-03 19:32 UTC  (5+ messages)
` [PATCH V6 6/9] isert: Rename IO functions to more descriptive names

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

[PATCH] NFSv4.1/pnfs: Fix atomicity of commit list updates
 2015-08-03 15:30 UTC  (3+ messages)

[PATCH] sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytes
 2015-08-03 11:44 UTC 

[PATCH for-4.3 00/15] Modify MR allocation API
 2015-07-31 22:41 UTC  (24+ messages)
` [PATCH for-4.3 01/15] IB/core: Get rid of redundant verb ib_destroy_mr
` [PATCH for-4.3 02/15] IB: Modify ib_create_mr API
` [PATCH for-4.3 03/15] IB/iser: Convert to ib_alloc_mr
` [PATCH for-4.3 04/15] iser-target: "
` [PATCH for-4.3 05/15] IB/srp: "
` [PATCH for-4.3 06/15] xprtrdma, svcrdma: "
` [PATCH for-4.3 07/15] RDS: "
` [PATCH for-4.3 08/15] mlx5: Drop mlx5_ib_alloc_fast_reg_mr
` [PATCH for-4.3 09/15] mlx4: Support ib_alloc_mr verb
` [PATCH for-4.3 10/15] ocrdma: "
` [PATCH for-4.3 11/15] iw_cxgb4: "
` [PATCH for-4.3 12/15] cxgb3: "
` [PATCH for-4.3 13/15] nes: "
` [PATCH for-4.3 14/15] qib: "
` [PATCH for-4.3 15/15] IB/core: Drop ib_alloc_fast_reg_mr

[PATCH 0/9] nfsd: open file caching for v2/3
 2015-07-31 22:27 UTC  (17+ messages)
` [PATCH] nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid
` [PATCH 1/9] nfsd: include linux/nfs4.h in export.h
` [PATCH 2/9] nfsd: move some file caching helpers to a common header
` [PATCH 3/9] nfsd: convert laundry_wq to something less nfsd4 specific
` [PATCH 4/9] nfsd: add a new struct file caching facility to nfsd
` [PATCH 5/9] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH 6/9] nfsd: hook up nfsd_read to the "
` [PATCH 7/9] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH 8/9] nfsd: add a ->flush routine to svc_export_cache
` [PATCH 9/9] nfsd: allow the file cache expire time to be tunable

[PATCH] nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateid
 2015-07-31 20:28 UTC  (4+ messages)

[PATCH] nfsidmap: Enumerate kernel cache of ID mapping results
 2015-07-31 19:47 UTC  (3+ messages)

[PATCH] nfsidmap: Display the effective NFSv4 domain name
 2015-07-31 15:21 UTC 

nfs-root: destructive call to __detach_mounts /dev
 2015-07-31 14:27 UTC 

[PATCH] rpc.gssd: Only clear the retval if it has not been set
 2015-07-31 12:18 UTC  (2+ messages)

[PATCH 12/15] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-07-31  9:20 UTC  (2+ messages)

NFS with RDMA mounts, but can't actually be used
 2015-07-30 23:23 UTC  (4+ messages)

managing the system's NFSv4 domain name
 2015-07-30 20:05 UTC  (6+ messages)

[PATCH 3/4] 4.1 xdrdef: Fix bad define of sec_label4
 2015-07-30 15:48 UTC  (7+ messages)
    ` [PATCH v2] 4.1 xdrdef: Update nfs4.x to the latest dot-x-38.txt
    ` [PATCH] NFSD: Encode security label as an array
    ` [PATCH] NFS: Decode "

[PATCH 0/5] NFSD: some bugfixes and updates
 2015-07-30 15:48 UTC  (7+ messages)
` [PATCH 1/5] NFSD: Store parent's stat in a sperate value
` [PATCH 2/5] nfsd: Fix a encode bug of FS_LAYOUT_TYPES and LAYOUT_TYPES
` [PATCH 3/5] nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL
` [PATCH 4/5] NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1
` [PATCH 5/5] NFSD: Return word2 bitmask if setting security label in OPEN/CREATE

[PATCH 1/4] 4.0 setclientid: More cases for setclientid behavior
 2015-07-30 15:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/9 v8] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-30 13:30 UTC  (26+ messages)
` [PATCH 1/9 v8] fs_pin: Initialize value for fs_pin explicitly
` [PATCH 2/9 v8] fs_pin: Export functions for specific filesystem
` [PATCH 4/9 v8] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 6/9 v8] sunrpc/nfsd: Remove redundant code by exports seq_operations functions
` [PATCH 7/9 v8] sunrpc: Switch to using hash list instead single list
` [PATCH 8/9 v8] sunrpc: New helper cache_delete_entry for deleting cache_head directly
` [PATCH 9/9 v8] nfsd: Allows user un-mounting filesystem where nfsd exports base on
  ` [PATCH] fs-pin: allow pin_remove() to be called other than from ->kill()

list_del corruption / unhash_ol_stateid()
 2015-07-30 12:57 UTC  (10+ messages)

NFS giving Access via DNS-Exports
 2015-07-30 11:05 UTC 

[PATCH 4/5] NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1
 2015-07-30  8:57 UTC  (3+ messages)

[PATCH 5/5] NFS: Let opened is optional in _nfs4_do_open
 2015-07-30  8:56 UTC  (3+ messages)

[PATCH v2] xprtrdma: take HCA driver refcount at client
 2015-07-30 11:00 UTC 

[PATCH] NFSv4: don't set SETATTR for O_RDONLY|O_EXCL
 2015-07-30  3:00 UTC 

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-29 22:13 UTC  (3+ messages)

[PATCH 4/4] 4.1 create_session: Skip test of CB_NULL for nfs4.1
 2015-07-29 19:15 UTC  (7+ messages)

[PATCH v1] xprtrdma: take vendor driver refcount at client
 2015-07-29 12:41 UTC  (3+ messages)

[PATCH v1 RESEND] xprtrdma: take vendor driver refcount at client
 2015-07-29 12:49 UTC 


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