Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2016-05-31 11:50:52 to 2016-08-25 14:17:42 UTC [more...]

[cifs-utils PATCHv2 0/6] cifs.upcall: cleanup and overhaul of the cifs.upcall krb5 handling code
 2016-08-25 14:17 UTC  (4+ 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 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

nfs/cifs mountinfo differences (was: Re: [PATCH] libmount: Skip root comparison for cifs in mnt_table_is_fs_mounted())
 2016-08-23 17:25 UTC  (6+ messages)
        ` nfs/cifs mountinfo differences
                ` [PATCH] libmount: Special handling of root comparison for cifs in mnt_table_is_fs_mounted()

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  (20+ 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  (56+ messages)
` [PATCH v23 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v23 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v23 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v23 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v23 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v23 06/22] richacl: In-memory representation and helper functions
` [PATCH v23 07/22] richacl: Permission mapping functions
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 09/22] richacl: Permission check algorithm
` [PATCH v23 10/22] posix_acl: Improve xattr fixup code
` [PATCH v23 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v23 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 14/22] richacl: Update the file masks in chmod()
` [PATCH v23 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v23 16/22] richacl: Create-time inheritance
` [PATCH v23 17/22] richacl: Automatic Inheritance
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 19/22] richacl: Add richacl xattr handler
` [PATCH v23 20/22] vfs: Add richacl permission checking
` [PATCH v23 21/22] ext4: Add richacl support
` [PATCH v23 22/22] ext4: Add richacl feature flag

[PATCH] Add MF-Symlinks support for SMB 2.0
 2016-07-12 12:14 UTC  (2+ messages)

[GIT] CIFS Fixes
 2016-06-27 18:06 UTC 

[PATCH v2] [SMB3] Fix reconnect to not defer smb3 session reconnect long after socket reconnect
 2016-06-24  4:39 UTC 

[PATCH] [SMB3] File names with trailing period or space need special case conversion
 2016-06-24  4:33 UTC 

[PATCH 1/2] [SMB3] Fix reconnect to not defer smb3 session reconnect long after socket reconnect
 2016-06-24  4:30 UTC  (2+ messages)
  ` [PATCH 2/2] [SMB3] Avoid possible deadlock in previous patch

PROBLEM: Attempting to create subdirectory returns error after removing parent directory with child entries using rmdir()
 2016-06-23 13:27 UTC  (4+ messages)

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-10 22:23 UTC  (10+ messages)
` [PATCH 07/21] fs: cifs: Replace CURRENT_TIME by current_fs_time()
` [PATCH 08/21] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH 09/21] fs: cifs: Replace CURRENT_TIME by get_seconds

God bless you as yo reply urgently 
 2016-06-09 20:16 UTC 

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-09 13:05 UTC 

[PATCH] cifs: check hash calculating succeeded
 2016-06-08 16:02 UTC 

[PATCH v22 00/22] Richacls (Core and Ext4)
 2016-05-31 11:50 UTC  (4+ messages)
` [PATCH v22 20/22] vfs: Add richacl permission checking
  ` [PATCH v22 21/22] ext4: Add richacl support
` [PATCH v22 22/22] ext4: Add richacl feature flag


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