Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-10-11 14:22:20 to 2015-10-15 18:42:29 UTC [more...]

[PATCH v3] nfsd: eliminate sending duplicate and repeated delegations
 2015-10-15 18:42 UTC  (2+ messages)

[PATCH RFC] nfsd: don't revoke delegations that a client has stated it doesn't have
 2015-10-15 16:09 UTC 

[PATCH/RFC] sunrpc/cache: make cache flushing more reliable
 2015-10-15 13:50 UTC  (3+ messages)

NULL pointer dereference using pnfs with block layout
 2015-10-15 12:44 UTC  (6+ messages)

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-15 12:24 UTC  (49+ messages)
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks

[PATCH v2] sunrpc: fix waitqueue_active without memory barrier in sunrpc
 2015-10-15 11:44 UTC  (7+ messages)

[PATCH] nfsroot: make nfsroot to accept the 1024 bytes long directory name
 2015-10-15  9:17 UTC  (2+ messages)

[PATCH v4 22/79] cld.h: use __u8, __u16, __s16, __u32 and __s64 from linux/types.h
 2015-10-15  5:56 UTC 

[PATCH 00/10] locking fixups for NFS
 2015-10-14 20:30 UTC  (14+ messages)
` [PATCH 01/10] NFS: keep nfs4_state for nfs4_lock_state cleanup
` [PATCH 02/10] NFS4: remove a redundant lock range checks
` [PATCH 03/10] NFS: Move the flock open mode check into nfs_flock()
` [PATCH 04/10] NFS: Pass nfs_open_context instead of file to the lock procs
` [PATCH 05/10] NFSv4: Pass nfs_open_context instead of nfs4_state to nfs4_proc_unlck()
` [PATCH 06/10] lockd: Plumb nfs_open_context into nlm client unlock
` [PATCH 07/10] lockd: Send the inode to nlmclnt_setlockargs()
` [PATCH 08/10] NFS: Move do_vfs_lock to shared inline
` [PATCH 09/10] locks: Use more file_inode and fix a comment
` [PATCH 10/10] NFS: Deferred unlocks - always unlock on FL_CLOSE

[PATCH v2] nfsd: eliminate sending duplicate delegations
 2015-10-14 18:59 UTC  (2+ messages)

[PATCH 1/1] Adding issync field to delegreturn_exit tracepoint
 2015-10-14 17:14 UTC  (16+ messages)

[PATCH v2 00/16] NFS/RDMA patches for merging into v4.4
 2015-10-14 15:34 UTC  (3+ messages)

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

[GIT PULL] more nfsd bugfixes for 4.3
 2015-10-13 18:14 UTC 

CAP(abilities) and NFS mounted storage
 2015-10-13 17:59 UTC  (7+ messages)

PROBLEM: nfs I/O errors with sqlite applications
 2015-10-13 12:54 UTC  (6+ messages)

[PATCH 1/1] Adding issync field to delegreturn_exit tracepoint
 2015-10-12 22:01 UTC 

[PATCH] nfsd: use a multithreaded workqueue for nfsd4_callbacks
 2015-10-12 21:07 UTC  (8+ messages)

[PATCH] nfsd/blocklayout: accept any minlength
 2015-10-12 20:18 UTC  (8+ messages)

[PATCH] svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE
 2015-10-12 17:13 UTC  (2+ messages)

[PATCH v4 00/26] New fast registration API
 2015-10-12 15:29 UTC  (27+ messages)
` [PATCH v4 01/26] IB/core: Introduce new "
` [PATCH v4 02/26] IB/mlx5: Remove dead fmr code
` [PATCH v4 03/26] IB/mlx5: Support the new memory registration API
` [PATCH v4 04/26] IB/mlx4: "
` [PATCH v4 05/26] RDMA/ocrdma: "
` [PATCH v4 06/26] RDMA/cxgb3: "
` [PATCH v4 07/26] iw_cxgb4: "
` [PATCH v4 08/26] IB/qib: "
` [PATCH v4 09/26] RDMA/nes: "
` [PATCH v4 10/26] IB/iser: Port to new fast "
` [PATCH v4 11/26] iser-target: Port to new memory "
` [PATCH v4 12/26] xprtrdma: "
` [PATCH v4 13/26] svcrdma: "
` [PATCH v4 14/26] RDS/IW: Convert "
` [PATCH v4 15/26] IB/srp: Split srp_map_sg
` [PATCH v4 16/26] IB/srp: Convert to new registration API
` [PATCH v4 17/26] IB/srp: Remove srp_finish_mapping
` [PATCH v4 18/26] IB/srp: Dont allocate a page vector when using fast_reg
` [PATCH v4 19/26] IB/mlx5: Remove old FRWR API support
` [PATCH v4 20/26] IB/mlx4: "
` [PATCH v4 21/26] RDMA/ocrdma: Remove old FRWR API
` [PATCH v4 22/26] RDMA/cxgb3: "
` [PATCH v4 23/26] iw_cxgb4: "
` [PATCH v4 24/26] IB/qib: "
` [PATCH v4 25/26] RDMA/nes: "
` [PATCH v4 26/26] IB/core: Remove old fast registration API

[PATCH RFC] nfsd: serialize layout stateid morphing operations
 2015-10-11 20:51 UTC  (3+ messages)


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