Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2015-05-28 22:18:17 to 2015-09-21 21:00:41 UTC [more...]

[RFC v7 00/41] Richacls
 2015-09-21 21:00 UTC  (65+ 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 34/41] ext4: Don't allow unmapped identifiers in richacls
  ` [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
  ` [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 37/41] nfs: Fix GETATTR bitmap verification

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

Linux CIFS client, Windows 2012 CIFS file server => files not found?
 2015-08-21  9:00 UTC  (6+ messages)

[PATCH V1 Resend 07/10] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-20 16:14 UTC  (4+ messages)

strange bottleneck with SMB 2.0
 2015-08-20 12:57 UTC  (4+ messages)

[PATCH V1 Resend 08/11] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-10  6:12 UTC 

permissions on win-symlinks?
 2015-08-06 20:00 UTC 

[PATCH 12/15] fs: Drop unlikely before IS_ERR(_OR_NULL)
 2015-07-31  9:20 UTC  (2+ messages)

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-29 22:13 UTC  (3+ messages)

Kerberized mount.cifs with SMB>1?
 2015-07-24 10:09 UTC 

[PATCH 2/2] Update cifs version number
 2015-07-04 23:57 UTC 

[PATCH 1/2] Add way to query server fs info for smb3
 2015-07-04 23:56 UTC 

[GIT PULL] CIFS/SMB3 changes for 4.2
 2015-06-30 19:25 UTC 

[PATCHv2] Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
 2015-06-29 21:50 UTC  (9+ messages)
            ` Fwd: "

[PATCH] cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts
 2015-06-29 19:03 UTC  (3+ messages)

permissions
 2015-06-29 14:49 UTC 

[PATCH 1/5] Add SMB3.11 mount option synonym for new dialect
 2015-06-28 23:36 UTC  (5+ messages)
` [PATCH 3/5] Add Get/Set Integrity Information structure definitions
  ` [PATCH 2/5] Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
  ` [PATCH 4/5] Add ioctl to set integrity
  ` [PATCH 5/5] Update negotiate protocol for SMB3.11 dialect

SMB3 very fast file copy over the network with FSCTL_DUPLICATE_EXTENTS
 2015-06-24  5:20 UTC 

cifs.ko client failover with CSVFS Windows 2012 R2 server
 2015-06-23 19:20 UTC  (3+ messages)

CIFS QPathInfo fallback to buggy servers
 2015-06-23  6:31 UTC 

Fwd: CentOS cifs client sees Windows 2012 deduplicated files as symlinks
 2015-06-21 19:43 UTC  (4+ messages)
      `  "

Flush issue with overwritten FID
 2015-06-11 16:06 UTC  (2+ messages)

Can't mount domain share any more -> "mount error(112): Host is down" ; smbclient works with '-m SMB3'
 2015-06-10 14:14 UTC 

Copy from CIFS mount blocks until straced
 2015-06-02 14:15 UTC 

cifs client not forgiving enough when neg prot smb1 (with extended security)
 2015-05-28 22:18 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