Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2015-09-21 21:19:59 to 2015-10-16 15:18:26 UTC [more...]

[PATCH v11 00/48] Richacls
 2015-10-16 15:18 UTC  (49+ 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 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 19/48] vfs: Add richacl permission checking
` [PATCH v11 20/48] ext4: Add richacl support
` [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 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 13/48] richacl: Update the file masks in chmod()
  ` [PATCH v11 18/48] richacl: Add richacl xattr handler
  ` [PATCH v11 21/48] ext4: Add richacl feature flag
  ` [PATCH v11 27/48] richacl: Propagate everyone@ permissions to other aces
  ` [PATCH v11 33/48] nfsd: Keep list of acls to dispose of in compoundargs
  ` [PATCH v11 35/48] nfsd: Add richacl support
  ` [PATCH v11 48/48] nfs: Add support for the v4.1 dacl attribute
` [PATCH v11 34/48] nfsd: Use richacls as internal acl representation
` [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

Channel Sequence handling - was RE: [PATCH] [SMB3] Send durable handle v2 contexts when use of persistent handles required
 2015-10-15 13:25 UTC  (4+ 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

Move file from one share to an other share, all under the same DFS
 2015-10-06 18:12 UTC 

[PATCH] [SMB3] Add resilienthandles mount parm
 2015-10-06 10:47 UTC 

[GIT] CIFS Fixes
 2015-10-06 10:46 UTC  (2+ messages)
  ` Problem mounting Windows Server 2012 R2 share with newer cifs version

[PATCH 1/4] Add parsing for new mount option controlling persistent handles
 2015-10-04 10:33 UTC  (5+ messages)
  ` [PATCH 2/4] Enable checking for continuous availability and persistent handle support
  ` [PATCH 3/4] Display persistenthandles in /proc/mounts for SMB3 shares if enabled
  ` [PATCH 4/4] [SMB3] Send durable handle v2 contexts when use of persistent handles required

[PATCH] [SMB3] Send durable handle v2 contexts when use of persistent handles required
 2015-10-04  5:03 UTC  (3+ messages)

[PATCH] [SMB3] Add parsing for resilienthandles mount parm
 2015-10-04  0:29 UTC 

Hanging cifsiod / OpLock break problems
 2015-10-02 10:10 UTC  (3+ messages)

Hangs when accessing cifs mounts since Windows Server upgrade
 2015-10-02  7:24 UTC 

[PATCH] [SMB3] Do not fall back to SMBWriteX in set_file_size error cases
 2015-10-02  3:49 UTC 

[PATCH v2] [SMB3] Enable checking for continuous availability and persistent handle support
 2015-10-01 16:11 UTC 

[PATCH] mm, fs: Obey gfp_mapping for add_to_page_cache
 2015-10-01 11:30 UTC  (3+ messages)

[PATCH] [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabled
 2015-10-01  2:08 UTC 

[PATCH] [SMB3] Enable checking for continuous availability and persistent handle support
 2015-10-01  2:00 UTC 

"CIFS VFS: SMB response too short (9 bytes)" when copying data from CIFS mount
 2015-09-30 22:03 UTC  (5+ messages)

Samba symlinks and dcache collisions
 2015-09-30 16:18 UTC  (3+ messages)

[PATCH] [SMB3] Add parsing for new mount option controlling persistent handles
 2015-09-30  2:53 UTC 

question about potential integer truncation in cifs_set_file_size
 2015-09-29 11:02 UTC  (3+ messages)

strange bottleneck with SMB 2.0
 2015-09-29  0:18 UTC  (4+ messages)

[PATCH 2/2] [SMB3] Do not fall back to SMBWriteX in set_file_size error cases
 2015-09-28 23:01 UTC 

fix encryption error checks on mount
 2015-09-28 21:07 UTC  (2+ messages)

[PATCH] [SMB3] Missing null tcon check
 2015-09-28 21:06 UTC 

[GIT] CIFS Fixes
 2015-09-27  3:32 UTC 

[RFC v7 00/41] Richacls
 2015-09-25 20:17 UTC  (67+ messages)
` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 24/41] richacl: Set the other permissions to the other mask
` [RFC v7 25/41] richacl: Isolate the owner and group classes
` [RFC v7 26/41] richacl: Apply the file masks to a richacl
        ` [PATCH] richacl: Possible other write-through fix
` [RFC v7 27/41] richacl: Create richacl from mode values
` [RFC v7 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v7 29/41] nfsd: Use richacls as internal acl representation
` [RFC v7 30/41] nfsd: Add richacl support
` [RFC v7 31/41] nfsd: Add support for the v4.1 dacl attribute
` [RFC v7 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions

randconfig build error with next-20150924, in fs/cifs
 2015-09-24 16:32 UTC 

[PATCHv3] [SMB3] Fix sec=krb5 on smb3 mounts
 2015-09-24  5:55 UTC 

[PATCH 1/2] Fix sec=krb5 on smb3 mounts
 2015-09-24  1:05 UTC 

[PATCH] [SMB3] Fix sec=krb5 on smb3 mounts
 2015-09-23 18:58 UTC 


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