Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2015-09-02 19:54:53 to 2015-10-11 22:58:33 UTC [more...]

[PATCH v10 00/46] Richacls
 2015-10-11 22:58 UTC  (23+ 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

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

Channel Sequence handling - was RE: [PATCH] [SMB3] Send durable handle v2 contexts when use of persistent handles required
 2015-10-05 19:50 UTC  (2+ messages)

[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  (109+ messages)
` [RFC v7 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v7 05/41] vfs: Add permission flags for setting file attributes
` [RFC v7 06/41] richacl: In-memory representation and helper functions
` [RFC v7 07/41] richacl: Permission mapping functions
` [RFC v7 12/41] vfs: Cache richacl in struct inode
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 16/41] richacl: xattr mapping functions
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
  ` [RFC v7 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
  ` [RFC v7 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
  ` [RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
    ` [PATCH] "
  ` [RFC v7 08/41] richacl: Compute maximum file masks from an acl
  ` [RFC v7 09/41] richacl: Update the file masks in chmod()
  ` [RFC v7 10/41] richacl: Permission check algorithm
  ` [RFC v7 11/41] vfs: Cache base_acl objects in inodes
  ` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
  ` [RFC v7 14/41] richacl: Create-time inheritance
  ` [RFC v7 17/41] vfs: Add richacl permission checking
  ` [RFC v7 19/41] ext4: Add richacl feature flag
  ` [RFC v7 20/41] richacl: acl editing helper functions
  ` [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
  ` [RFC v7 33/41] richacl: Add support for unmapped identifiers
  ` [RFC v7 35/41] sunrpc: Allow to demand-allocate pages to encode into
  ` [RFC v7 36/41] sunrpc: Add xdr_init_encode_pages
  ` [RFC v7 38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments
  ` [RFC v7 39/41] nfs: Add richacl support
  ` [RFC v7 40/41] nfs: Add support for the v4.1 dacl attribute
  ` [RFC v7 41/41] richacl: uapi header split
` [RFC v7 34/41] ext4: Don't allow unmapped identifiers in richacls
` [RFC v7 37/41] nfs: Fix GETATTR bitmap verification

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 

[PATCH v1] cifs: use server timestamp for ntlmv2 authentication
 2015-09-21 19:06 UTC  (4+ messages)

[PATCH 20/31] fs/cifs: use kmemdup rather than duplicating its implementation
 2015-09-17  5:00 UTC  (3+ messages)

cifs mount with krb5: Required key not available
 2015-09-16 16:10 UTC 

[GIT] CIFS Fixes
 2015-09-13 20:59 UTC 

[PATCH] [CIFS] mount option sec=none not displayed properly in /proc/mounts
 2015-09-12  0:34 UTC 

Two inodes with the same inode number
 2015-09-11 12:19 UTC  (2+ messages)

[GiT] CIFS Fixes
 2015-09-09 18:21 UTC  (4+ messages)

noserverino option
 2015-09-04  1:19 UTC  (3+ messages)

[RFC v6 00/40] Richacls
 2015-09-02 20:38 UTC  (10+ messages)
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl


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