Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-10-14 17:59:44 to 2015-10-20 17:34:15 UTC [more...]

[PATCH v6 00/19] nfsd: open file caching
 2015-10-20 17:33 UTC  (18+ messages)
` [PATCH v6 01/19] nfsd: move include of state.h from trace.c to trace.h
` [PATCH v6 02/19] fs: have flush_delayed_fput flush the workqueue job
` [PATCH v6 03/19] fs: add a kerneldoc header to fput
` [PATCH v6 04/19] fs: rename "delayed_fput" infrastructure to "fput_global"
` [PATCH v6 05/19] fs: add fput_global
` [PATCH v6 06/19] fsnotify: export several symbols
` [PATCH v6 07/19] locks: create a new notifier chain for lease attempts
` [PATCH v6 08/19] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v6 09/19] nfsd: add a new struct file caching facility to nfsd
` [PATCH v6 10/19] nfsd: keep some rudimentary stats on nfsd_file cache
` [PATCH v6 11/19] nfsd: allow filecache open to skip fh_verify check
` [PATCH v6 12/19] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v6 13/19] nfsd: hook up nfsd_read to the "
` [PATCH v6 14/19] nfsd: hook nfsd_commit up "
` [PATCH v6 15/19] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v6 16/19] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v6 17/19] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file

[PATCH RFC v2] nfsd: don't revoke delegations that a client has stated it doesn't have
 2015-10-20 17:29 UTC  (2+ messages)

[PATCH 1/2] nfs41: add some READ/WRITE tests for special stateids
 2015-10-20 16:01 UTC  (2+ messages)
` [PATCH 2/2] create_session: ensure that we send an auth flavor in CREATE_SESSION call

[PATCH v11 00/48] Richacls
 2015-10-20 12:33 UTC  (64+ 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

Nfsv4 referrals over bind mounted subtree, mount order problem
 2015-10-20 12:28 UTC  (3+ messages)

[PATCH] nfs: add missing linux/types.h
 2015-10-20 19:18 UTC 

[PATCH v6 0/4] VFS: In-kernel copy system call
 2015-10-20  9:41 UTC  (12+ 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-19 22:00 UTC  (3+ messages)

[PATCH 1/2] nfsd: fix clid_inuse on mount with security change
 2015-10-19 21:55 UTC  (2+ messages)
` [PATCH 2/2] nfsd: improve client_has_state to check for unused openowners

[PATCH v3 00/16] NFS/RDMA patches for merging into v4.4
 2015-10-19 18:58 UTC  (18+ 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

locks_get_lock_context null deref
 2015-10-19 17:40 UTC  (2+ messages)

mount does not accurately identify existing NFS mounts, and shouldn't try
 2015-10-19  1:08 UTC 

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-17 13:44 UTC  (50+ 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 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 

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  (7+ 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)


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