Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-10-12 23:18:29 to 2015-10-17 13:45:20 UTC [more...]

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-17 13:44 UTC  (59+ messages)
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [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 v6 0/4] VFS: In-kernel copy system call
 2015-10-16 21:42 UTC  (8+ messages)
` [PATCH v6 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v6 2/4] x86: add sys_copy_file_range to syscall tables
` [PATCH v6 3/4] btrfs: add .copy_file_range file operation
` [PATCH v6 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v6 5/4] copy_file_range.2: New page documenting copy_file_range()

Pull request for pynfs
 2015-10-16 20:44 UTC 

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

[PATCH v8 00/41] Richacls
 2015-10-16 18:12 UTC  (6+ messages)

[PATCH] svcrdma: Do not send XDR roundup bytes for a write chunk
 2015-10-16 13:30 UTC 

[PATCH v3 00/16] NFS/RDMA patches for merging into v4.4
 2015-10-16 13:26 UTC  (17+ messages)
` [PATCH v3 01/16] xprtrdma: Enable swap-on-NFS/RDMA
` [PATCH v3 02/16] xprtrdma: Re-arm after missed events
` [PATCH v3 03/16] xprtrdma: Prevent loss of completion signals
` [PATCH v3 04/16] xprtrdma: Refactor reply handler error handling
` [PATCH v3 05/16] xprtrdma: Replace send and receive arrays
` [PATCH v3 06/16] xprtrdma: Use workqueue to process RPC/RDMA replies
` [PATCH v3 07/16] xprtrdma: Remove reply tasklet
` [PATCH v3 08/16] xprtrdma: Saving IRQs no longer needed for rb_lock
` [PATCH v3 09/16] SUNRPC: Abstract backchannel operations
` [PATCH v3 10/16] xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
` [PATCH v3 11/16] xprtrdma: Pre-allocate Work Requests for backchannel
` [PATCH v3 12/16] xprtrdma: Add support for sending backward direction RPC replies
` [PATCH v3 13/16] xprtrdma: Handle incoming backward direction RPC calls
` [PATCH v3 14/16] svcrdma: Add backward direction service for RPC/RDMA transport
` [PATCH v3 15/16] SUNRPC: Remove the TCP-only restriction in bc_svc_process()
` [PATCH v3 16/16] NFS: Enable client side NFSv4.1 backchannel to use other transports

NULL pointer dereference using pnfs with block layout
 2015-10-16  9:23 UTC  (8+ messages)
          ` [PATCH 1/2] nfs/blocklayout: Fix bad using of page offset in bl_read_pagelist
          ` [PATCH 2/2] NFSv4.1/pnfs: Retry through MDS when getting bad length of data

[PATCH v2] sunrpc: fix waitqueue_active without memory barrier in sunrpc
 2015-10-16  2:28 UTC  (9+ messages)

[PATCH/RFC] sunrpc/cache: make cache flushing more reliable
 2015-10-15 21:59 UTC  (5+ messages)
    ` [PATCH v2] "

Diskless client with NFSv4 root?
 2015-10-15 19:49 UTC  (2+ messages)

[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] 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  (8+ messages)
` [PATCH v10 24/46] xfs: Add richacl support

[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)


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