linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-18 17:43:50 to 2011-10-25 13:30:37 UTC [more...]

[PATCH -V8 00/26] New ACL format for better NFSv4 acl interoperability
 2011-10-25 13:30 UTC  (32+ messages)
` [PATCH -V8 01/26] vfs: Indicate that the permission functions take all the MAY_* flags
` [PATCH -V8 02/26] vfs: Add hex format for MAY_* flag values
` [PATCH -V8 03/26] vfs: Pass all mask flags down to iop->check_acl
` [PATCH -V8 04/26] vfs: Add a comment to inode_permission()
` [PATCH -V8 05/26] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V8 06/26] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V8 07/26] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V8 08/26] vfs: Add new file and directory create permission flags
` [PATCH -V8 09/26] vfs: Add delete child and delete self "
` [PATCH -V8 10/26] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH -V8 11/26] vfs: Add permission flags for setting file attributes
` [PATCH -V8 12/26] vfs: Make acl_permission_check() work for richacls
` [PATCH -V8 13/26] richacl: In-memory representation and helper functions
` [PATCH -V8 14/26] richacl: Permission mapping functions
` [PATCH -V8 15/26] richacl: Compute maximum file masks from an acl
` [PATCH -V8 16/26] richacl: Update the file masks in chmod()
` [PATCH -V8 17/26] richacl: Permission check algorithm
` [PATCH -V8 18/26] richacl: Create-time inheritance
` [PATCH -V8 19/26] richacl: Check if an acl is equivalent to a file mode
` [PATCH -V8 20/26] richacl: Automatic Inheritance
` [PATCH -V8 21/26] richacl: xattr mapping functions
` [PATCH -V8 22/26] vfs: Cache richacl in struct inode
` [PATCH -V8 23/26] vfs: Add richacl permission check
` [PATCH -V8 24/26] ext4: Use IS_POSIXACL() to check for POSIX ACL support
` [PATCH -V8 25/26] ext4: Implement rich acl for ext4
` [PATCH -V8 26/26] ext4: Add Ext4 compat richacl feature flag

[PATCH v6 0/8] SUNRPC: make rpcbind clients allocated and destroyed dynamically
 2011-10-25 13:25 UTC  (13+ messages)
` [PATCH v6 1/8] SUNRPC: introduce helpers for reference counted rpcbind clients
` [PATCH v6 2/8] SUNRPC: use rpcbind reference counting helpers
` [PATCH v6 3/8] SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure
` [PATCH v6 4/8] SUNRPC: setup rpcbind clients if service requires it
` [PATCH v6 5/8] SUNRPC: cleanup service destruction
` [PATCH v6 6/8] NFSd: call svc rpcbind cleanup explicitly
` [PATCH v6 7/8] SUNRPC: remove rpcbind clients creation during service registering
` [PATCH v6 8/8] SUNRPC: remove rpcbind clients destruction on module cleanup

nfsd (and lock) changes for 3.2
 2011-10-25 12:34 UTC  (2+ messages)

[GIT PULL] Please pull NFS client changes
 2011-10-25 12:25 UTC 

[PATCH] fs/Makefile: Always inspect exofs/
 2011-10-24 23:55 UTC 

[PATCH] NFS/sunrpc: don't use a credential with extra groups
 2011-10-24 23:25 UTC 

NFS4 client blocked (kernel 3.0.4)
 2011-10-24 16:18 UTC  (6+ messages)
` NFS4 client blocked (kernel 3.0.7)

NFS4 BAD_STATEID loop (kernel 3.0)
 2011-10-24 15:55 UTC  (8+ messages)
      ` NFS4 BAD_STATEID loop (kernel 3.0.4)

[PATCH 1/3] NFSD: Added fault injection
 2011-10-24 11:20 UTC  (3+ messages)
` [PATCH 2/3] NFSD: Added fault injection script
` [PATCH 3/3] NFSD: Added fault injection documentation

[PATCH 1/2] nfs: writeback pages wait queue
 2011-10-23 15:54 UTC  (5+ messages)
` [PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold

NFSv4 server on ARM
 2011-10-23  3:55 UTC  (2+ messages)

Does NFS4 need st_gen?
 2011-10-22 20:10 UTC  (16+ messages)

sec=krb5 mounts never return
 2011-10-22 11:12 UTC  (6+ messages)

[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
 2011-10-21 23:58 UTC  (29+ messages)
` [PATCH -V7 08/26] vfs: Add new file and directory create permission flags
` [PATCH -V7 09/26] vfs: Add delete child and delete self "
` [PATCH -V7 21/26] richacl: xattr mapping functions
` [PATCH -V7 25/26] ext4: Implement rich acl for ext4

fix for open leaks, for 3.2
 2011-10-21 18:25 UTC  (4+ messages)

[PATCH 0/7] Bakeathon server fixes
 2011-10-20 19:21 UTC  (18+ messages)
` [PATCH 1/7] nfsd4: implement new 4.1 open reclaim types
` [PATCH 2/7] nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid
` [PATCH 3/7] nfsd4: seq->status_flags may be used unitialized
` [PATCH 4/7] nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED
` [PATCH 5/7] nfsd4: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT
` [PATCH 6/7] nfsd4: typo logical vs bitwise negate for want_mask
` [PATCH 7/7] nfsd4: share_access_to_flags should consider only nfs4.x share_access flags

[3.1-rc4] NFSv3 client hang
 2011-10-20 19:03 UTC  (3+ messages)

[PATCH] Check validity of cl_rpcclient in nfs_server_list_show
 2011-10-20 19:03 UTC 

[PATCH 1/1] rpcdebug: Add missing debug flags
 2011-10-20 18:45 UTC  (4+ messages)

[PATCH] Check validity of cl_rpcclient in nfs_server_list_show
 2011-10-20 17:19 UTC  (7+ messages)

[PATCH 6/7] nfsd4: typo logical vs bitwise negate for want_mask
 2011-10-20 16:14 UTC  (3+ messages)

[RFC PATCH 0/5] SUNRPC: "RPC pipefs per network namespace" preparations
 2011-10-20 12:56 UTC  (4+ messages)

[PATCH] nfs41: implement DESTROY_CLIENTID operation
 2011-10-20 12:33 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] CLNT: add some tests for DESTROY_CLIENTID
 2011-10-20 10:14 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH 00/11] IO-less dirty throttling v12
 2011-10-20  3:59 UTC  (8+ messages)
    ` [RFC][PATCH 1/2] nfs: writeback pages wait queue
      ` [RFC][PATCH 2/2] nfs: scale writeback threshold proportional to dirty threshold

[PATCH 1/9] NFS: Use the inode->i_version to cache NFSv4 change attribute information
 2011-10-19 20:50 UTC  (9+ messages)
` [PATCH 2/9] NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()
  ` [PATCH 3/9] NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookup
    ` [PATCH 4/9] NFS: Get rid of the unused nfs_read_data->flags field
      ` [PATCH 5/9] NFS: Get rid of the unused nfs_write_data->flags field
        ` [PATCH 6/9] NFS: Get rid of nfs_restart_rpc()
          ` [PATCH 7/9] NFS: Get rid of unnecessary calls to ClearPageError() in read code
            ` [PATCH 8/9] NFS: Don't rely on PageError in nfs_readpage_release_partial
              ` [PATCH 9/9] NFS: Get rid of the nfs_rdata_mempool

[PATCH 1/1] mount.nfs: mtab corruption when RLIMIT_FSIZE causes a partial write
 2011-10-19 20:01 UTC  (16+ messages)

[PATCH] pnfsd: dlm: fix bug in DS tcp/tcp6 address string
 2011-10-19 16:07 UTC  (2+ messages)

[PATCH] nfs: when attempting to open a directory, fall back on normal lookup
 2011-10-19 15:45 UTC  (2+ messages)
` [PATCH] nfs: when attempting to open a directory, fall back on normal lookup (try #2)

[PATCH 4/4] nfs: make TASK_KILLABLE sleeps attempt to freeze
 2011-10-19 15:18 UTC  (2+ messages)
` [PATCH 4/4] nfs: make TASK_KILLABLE sleeps attempt to freeze (try #2)

idmapd not mapping realm to domain and not resolving gid
 2011-10-19  8:41 UTC  (2+ messages)

nfs4: serialize layoutcommit
 2011-10-19  2:02 UTC  (3+ messages)

linux-pnfs pnfs-all-3.1-rc10-2011-10-18
 2011-10-19  1:39 UTC  (3+ messages)

[nfsv4] back channel flags, CREATE_SESSION, BIND_CONN_TO_SESSION
 2011-10-18 22:59 UTC  (5+ messages)

[PATCH 1/3] NFSD: Added fault injection
 2011-10-18 17:43 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).