linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-12 12:14:37 to 2016-09-28 23:29:40 UTC [more...]

[PATCH v25 00/21] Richacls (Core and Ext4)
 2016-09-28 23:29 UTC  (22+ messages)
` [PATCH v26 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v26 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v26 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v26 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v26 05/21] richacl: In-memory representation and helper functions
` [PATCH v26 06/21] richacl: Permission mapping functions
` [PATCH v26 07/21] richacl: Permission check algorithm
` [PATCH v26 08/21] richacl: Compute maximum file masks from an acl
  ` [PATCH v26 09/21] vfs: Cache base_acl objects in inodes
  ` [PATCH v26 11/21] vfs: Cache richacl in struct inode
` [PATCH v26 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v26 12/21] richacl: Update the file masks in chmod()
` [PATCH v26 13/21] richacl: Check if an acl is equivalent to a file mode
` [PATCH v26 14/21] richacl: Create-time inheritance
` [PATCH v26 15/21] richacl: Automatic Inheritance
` [PATCH v26 16/21] richacl: xattr mapping functions
` [PATCH v26 17/21] richacl: Add richacl xattr handler
` [PATCH v26 18/21] vfs: Add richacl permission checking
` [PATCH v26 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v26 20/21] ext4: Add richacl support
` [PATCH v26 21/21] ext4: Add richacl feature flag

[]PATCH][SMB3] Do not send set_info request with no changed fields
 2016-09-26 20:30 UTC 

cifs mount regression in 4.8 and 4.4 stable
 2016-09-23 12:01 UTC  (5+ messages)

Recent CIFS/SMB3 fixes from the plugfest
 2016-09-23  7:24 UTC 

SMB3 credits do match expected server values for cifs.ko
 2016-09-23  6:59 UTC 

[PATCH 0/2] Revamp SMB2 authentication code
 2016-09-22 14:04 UTC  (3+ messages)
  ` [PATCH 1/2] SMB2: Separate Kerberos authentication from SMB2_sess_setup
  ` [PATCH 2/2] SMB2: Seperate RawNTLMSSP "

[PATCH] cifs: Limit the overall credit acquired
 2016-09-20 20:00 UTC  (2+ messages)

xinshiqi has a recommended a Continuing Education course
 2016-09-20  6:31 UTC 

[PATCH v1 1/1] fs/cifs/dir.c: use correct path separators
 2016-09-17  7:54 UTC  (3+ messages)

[GIT] CIFS Fixes
 2016-09-17  0:06 UTC 

[PATCH] cifs_get_root shouldn't use path with tree name
 2016-09-12 16:40 UTC  (3+ messages)

Linux CIFS client interacts badly with SMB Transparent Failover and Windows Firewall Stealth Mode
 2016-09-12  1:35 UTC 

[PATCH] cifs/dir.c: use correct path separator
 2016-09-08 10:53 UTC  (3+ messages)

[PATCH] Fix regression which breaks DFS mounting
 2016-09-07 16:22 UTC  (4+ messages)

TLINK_ERROR_EXPIRE breakage
 2016-09-05 18:12 UTC  (3+ messages)

ANNOUNCE: cifs-utils release 6.6 ready for download
 2016-09-04  0:20 UTC 

nfs/cifs mountinfo differences (was: Re: [PATCH] libmount: Skip root comparison for cifs in mnt_table_is_fs_mounted())
 2016-09-02 18:58 UTC  (7+ messages)
        ` nfs/cifs mountinfo differences
                ` [PATCH] libmount: Special handling of root comparison for cifs in mnt_table_is_fs_mounted()

[Shared Post] The Spiritually Self-Seeking Church
 2016-09-01 16:15 UTC 

Yale Warehousing - link from a friend
 2016-08-30 18:18 UTC 

cifs_upcall dns_resolver
 2016-08-30 15:47 UTC  (3+ messages)

Is that possible follow symbol link location which point with full location
 2016-08-29 17:19 UTC  (7+ messages)

[cifs-utils PATCHv2 0/6] cifs.upcall: cleanup and overhaul of the cifs.upcall krb5 handling code
 2016-08-27 21:25 UTC  (18+ messages)
` [cifs-utils PATCHv2 1/6] aclocal: fix typo in idmap.m4
` [cifs-utils PATCHv2 2/6] cifs.upcall: use krb5 routines to get default ccname
  ` [cifs-utils PATCHv2 3/6] cifs.upcall: make the krb5_context a static global variable
` [cifs-utils PATCHv2 4/6] cifs.upcall: remove KRB5_TC_OPENCLOSE
` [cifs-utils PATCHv2 5/6] cifs.upcall: make get_tgt_time take a ccache arg
` [cifs-utils PATCHv2 6/6] cifs.upcall: stop passing around ccache name strings

[cifs-utils PATCH 0/3] cifs-utils: overhaul of cifs.upcall krb5 handling
 2016-08-24 11:06 UTC  (6+ messages)
  ` [cifs-utils PATCH 1/3] aclocal: fix typo in idmap.m4
  ` [cifs-utils PATCH 2/3] cifs.upcall: use krb5 routines to get default ccname
  ` [cifs-utils PATCH 3/3] cifs.upcall: make the krb5_context a static global variable

filenames with special chars and posix path caps enabled - regression?
 2016-08-19 11:03 UTC  (6+ messages)

TO:0757-88382138-335kxf ★3月14-16日★【JEC世界复合材料展览及会议】 (Gyd3/L-mE)
 2016-08-18  0:18 UTC 

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:03 UTC  (23+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v25 12/22] vfs: Cache richacl in struct inode
` [PATCH v25 13/22] richacl: Update the file masks in chmod()
` [PATCH v25 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v25 15/22] richacl: Create-time inheritance
` [PATCH v25 16/22] richacl: Automatic Inheritance
` [PATCH v25 17/22] richacl: xattr mapping functions
` [PATCH v25 18/22] richacl: Add richacl xattr handler
` [PATCH v25 19/22] vfs: Add richacl permission checking
` [PATCH v25 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v25 21/22] ext4: Add richacl support
` [PATCH v25 22/22] ext4: Add richacl feature flag

[PATCH] Create test groups for cifs in xfstests
 2016-08-05  9:46 UTC  (2+ messages)

[RFC PATCH] sunrpc: do not allow process to freeze within RPC state machine
 2016-08-04 15:08 UTC 

[PATCH 0/3] bug fixes and code cleanups for inaccessible root patch
 2016-08-03 21:54 UTC  (7+ messages)
  ` [PATCH 1/3] Fix memory leaks in cifs_do_mount()
  ` [PATCH 2/3] Compare prepaths when comparing superblocks
  ` [PATCH 3/3] Move check for prefix path to within cifs_get_root()

[PATCH 1036/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 12:10 UTC 

[PATCH] Add full_path_type arg to cifs_build_path_to_root()
 2016-08-01 12:32 UTC  (2+ messages)

[PATCH] Making shares unaccessible at root level mountable (aka solving bsc#8950 ...again)
 2016-07-29 20:20 UTC  (17+ messages)

[GIT] CIFS/SMB3 Fixes
 2016-07-29  1:43 UTC 

[PATCH] CIFS: Fix a possible invalid memory access in smb2_query_symlink()
 2016-07-28  5:27 UTC  (4+ messages)

[PATCH v24 00/22] Richacls (Core and Ext4)
 2016-07-25 14:09 UTC  (23+ messages)
` [PATCH v24 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v24 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v24 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v24 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v24 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v24 06/22] richacl: In-memory representation and helper functions
  ` [PATCH v24 07/22] richacl: Permission mapping functions
  ` [PATCH v24 21/22] ext4: Add richacl support
` [PATCH v24 08/22] richacl: Permission check algorithm
` [PATCH v24 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v24 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v24 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v24 12/22] vfs: Cache richacl in struct inode
` [PATCH v24 13/22] richacl: Update the file masks in chmod()
` [PATCH v24 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v24 15/22] richacl: Create-time inheritance
` [PATCH v24 16/22] richacl: Automatic Inheritance
` [PATCH v24 17/22] richacl: xattr mapping functions
` [PATCH v24 18/22] richacl: Add richacl xattr handler
` [PATCH v24 19/22] vfs: Add richacl permission checking
` [PATCH v24 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v24 22/22] ext4: Add richacl feature flag

[PATCH] cifs: fix crash due to race in hmac(md5) handling
 2016-07-25  9:51 UTC  (5+ messages)

[bug report] CIFS: Implement follow_link for SMB2
 2016-07-24  7:40 UTC  (3+ messages)

[PATCH] cifs: unbreak TCP session reuse
 2016-07-20  6:13 UTC  (4+ messages)
        ` Fwd: "

CIFS hang
 2016-07-19  9:57 UTC  (3+ messages)

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-14 20:59 UTC  (19+ messages)
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 17/22] richacl: Automatic Inheritance
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 20/22] vfs: Add richacl permission checking

[PATCH] Add MF-Symlinks support for SMB 2.0
 2016-07-12 12:14 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;
as well as URLs for NNTP newsgroup(s).