Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2017-01-25 15:07:29 to 2017-03-01 11:29:16 UTC [more...]

cifs running amok after being disconnected (timeout?)
 2017-03-01 11:29 UTC  (4+ messages)

[PATCH v3 0/7] Add support for DFS in SMB2+
 2017-03-01  2:42 UTC  (15+ messages)
  ` [PATCH v3 1/7] CIFS: move DFS response parsing out of SMB1 code
  ` [PATCH v3 2/7] CIFS: add build_path_from_dentry_optional_prefix()
  ` [PATCH v3 3/7] CIFS: add use_ipc flag to SMB2_ioctl()
  ` [PATCH v3 4/7] CIFS: let ses->ipc_tid hold smb2 TreeIds
  ` [PATCH v3 5/7] CIFS: set signing flag in SMB2+ TreeConnect if needed
  ` [PATCH v3 6/7] CIFS: use DFS pathnames in SMB2+ Create requests
  ` [PATCH v3 7/7] CIFS: implement get_dfs_refer for SMB2+

[PATCH v2 0/6] Add support for DFS in SMB2+
 2017-03-01  2:34 UTC  (13+ messages)
  ` [PATCH v2 1/6] CIFS: move DFS response parsing out of SMB1 code
  ` [PATCH v2 2/6] CIFS: add build_path_from_dentry_optional_prefix()
  ` [PATCH v2 3/6] CIFS: implement get_dfs_refer for SMB2+
  ` [PATCH v2 4/6] CIFS: set signing flag in SMB2+ TreeConnect if needed
  ` [PATCH v2 5/6] CIFS: use DFS pathnames in SMB2+ Create requests
  ` [PATCH v2 6/6] CIFS: enable get_dfs_refer for SMB2+

[PATCH] CIFS: Fix possible use after free in demultiplex thread
 2017-03-01  0:05 UTC 

[cifs-utils PATCH 0/8] cifs-utils: fix problems with credcaches with overridden process creds
 2017-02-28 18:31 UTC  (13+ messages)
  ` [cifs-utils PATCH 1/8] data_blob: remove need for replace.h
  ` [cifs-utils PATCH 2/8] spengo.c/asn1.c: "
  ` [cifs-utils PATCH 3/8] cifs.upcall: "
  ` [cifs-utils PATCH 4/8] replace.h: remove it
  ` [cifs-utils PATCH 5/8] treewide: Eliminate SAFE_FREE
  ` [cifs-utils PATCH 6/8] data_blob: Eliminate _PUBLIC_
  ` [cifs-utils PATCH 7/8] cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytab
  ` [cifs-utils PATCH 8/8] cifs.upcall: don't do env scraping when uid is 0
  ` [cifs-utils PATCH 9/8] cifs.upcall: use a MEMORY: ccache when instantiating from a keytab

[PATCH] Handle mismatched open calls
 2017-02-27 22:26 UTC  (2+ messages)

[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
 2017-02-24  1:14 UTC  (14+ messages)
  ` [cifs-utils PATCH v4 1/4] cifs.upcall: convert two flags from int to bool
  ` [cifs-utils PATCH v4 2/4] cifs.upcall: switch group IDs when handling an upcall
        ` problem when testing recent cifs.upcall
  ` [cifs-utils PATCH v4 3/4] cifs.upcall: drop capabilities early in program
  ` [cifs-utils PATCH v4 4/4] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[cifs-utils PATCH] replace.h: remove some stuff that just shouldn't be there
 2017-02-23 23:44 UTC 

[cifs-utils PATCH] cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytab
 2017-02-23 23:43 UTC 

[cifs-utils RFC PATCH] cifs.upcall: don't do env scraping when uid is 0
 2017-02-23 23:24 UTC  (2+ messages)

RE:
 2017-02-23 15:09 UTC 

[PATCH 0/2] Add kernel AIO support for CIFS
 2017-02-23  0:53 UTC  (5+ messages)
  ` [PATCH 1/2] CIFS: Add asynchronous read support through kernel AIO
  ` [PATCH 2/2] CIFS: Add asynchronous write "

[GIT] CIFS/SMB3 patches
 2017-02-21  0:27 UTC 

Pavel's async i/o CIFS/SMB3 patches
 2017-02-20 22:11 UTC 

[PATCH] Reset TreeId to zero on SMB2 TREE_CONNECT
 2017-02-20 11:25 UTC 

[PATCH] Handle mismatched open calls
 2017-02-17 20:31 UTC  (2+ messages)

Fix SMB2_TREE_CONNECT requests with the wrong TreeId
 2017-02-17 18:37 UTC  (8+ messages)

[cifs-utils PATCH] cifs.upcall: trim even more capabilities
 2017-02-16 17:44 UTC  (4+ messages)

[PATCH] manpage: correct typos and spelling mistakes
 2017-02-15 17:10 UTC 

[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
 2017-02-15 16:13 UTC  (6+ messages)
  ` [cifs-utils PATCH v3 1/4] cifs.upcall: convert two flags from int to bool
  ` [cifs-utils PATCH v3 2/4] cifs.upcall: switch group IDs when handling an upcall
  ` [cifs-utils PATCHv3 3/3] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file
  ` [cifs-utils PATCH v3 3/4] cifs.upcall: drop capabilities early in program
  ` [cifs-utils PATCH v3 4/4] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[PATCH v2 0/2] cifs.upcall: allow cifs.upcall to grab $KRB5CCNAME from initiating process
 2017-02-14 22:33 UTC  (4+ messages)
  ` [PATCH v2 1/2] cifs.upcall: switch group IDs when handling an upcall
  ` [PATCH v2 2/2] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file

[PATCH v27 00/21] Richacls (Core and Ext4)
 2017-02-13 15:42 UTC  (11+ messages)
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "

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

[cifs-utils PATCH] cifs.upcall: convert several flags from int to bool
 2017-02-13 14:46 UTC 

[cifs-utils PATCH] cifs.upcall: switch group IDs when handling an upcall
 2017-02-13 14:00 UTC 

[RFC][cifs-utils PATCH] cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid>/environ file
 2017-02-13 12:57 UTC  (5+ messages)

cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
 2017-02-10 22:01 UTC  (5+ messages)
                ` [Samba] "

[PATCH 0/2 v2] Add copy_file_range support for cifs
 2017-02-10 20:03 UTC  (5+ messages)
  ` [PATCH 1/2] Rename clone_range to copychunk_range
  ` [PATCH 2/2] Introduce cifs_copy_file_range()

[PATCH 0/24 RFC] fs: Convert all embedded bdis into separate ones
 2017-02-09 12:12 UTC  (8+ messages)
` [PATCH 04/24] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 10/24] cifs: Convert to separately allocated bdi

[PATCH] Introduce cifs_copy_file_range()
 2017-02-09  5:38 UTC  (6+ messages)

[patch] CIFS: set *resp_buf_type to NO_BUFFER on error
 2017-02-08  1:00 UTC  (3+ messages)

låne
 2017-02-07  6:27 UTC 

[PATCH] CIFS: use correct format string for size_t
 2017-02-06 13:57 UTC  (3+ messages)

An odd behavior (win-junction vs. symlink): trying to find why, & claim of no-symlinks valid?
 2017-02-02 21:44 UTC  (3+ messages)

[cifs:for-next 13/19] fs/cifs/smb2ops.c:2141:1: error: expected identifier or '(' before '}' token
 2017-02-02 13:20 UTC  (2+ messages)

[cifs:for-next 17/19] fs/cifs/smb2ops.c:1920:2: note: in expansion of macro 'cifs_dbg'
 2017-02-02  1:37 UTC  (2+ messages)

[PATCH 00/15] SMB3 encryption support
 2017-02-01 20:05 UTC  (2+ messages)

[PATCH 0/3] cifs: Better dependencies
 2017-02-01 20:01 UTC  (6+ messages)
` [PATCH 1/3] cifs: Simplify SMB2 and SMB311 dependencies
` [PATCH 2/3] cifs: Only select the required crypto modules
` [PATCH 3/3] cifs: Add soft dependencies

smbcmp: new tool to compare SMB traces
 2017-02-01 10:39 UTC  (5+ messages)

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:10 UTC 

[GIT] CIFS Fix
 2017-01-31 15:43 UTC 

[PATCH] CIFS: Fix splice read for non-cached files
 2017-01-30 23:49 UTC 

[PATCH v2 00/15] SMB3 encryption support
 2017-01-30 21:39 UTC  (16+ messages)
  ` [PATCH v2 01/15] CIFS: Separate SMB2 header structure
  ` [PATCH v2 02/15] CIFS: Make SendReceive2() takes resp iov
  ` [PATCH v2 03/15] CIFS: Make send_cancel take rqst as argument
  ` [PATCH v2 04/15] CIFS: Send RFC1001 length in a separate iov
  ` [PATCH v2 05/15] CIFS: Separate SMB2 sync header processing
  ` [PATCH v2 06/15] CIFS: Separate RFC1001 length processing for SMB2 read
  ` [PATCH v2 07/15] CIFS: Add capability to transform requests before sending
  ` [PATCH v2 08/15] CIFS: Enable encryption during session setup phase
  ` [PATCH v2 09/15] CIFS: Encrypt SMB3 requests before sending
  ` [PATCH v2 10/15] CIFS: Add transform header handling callbacks
  ` [PATCH v2 11/15] CIFS: Add mid handle callback
  ` [PATCH v2 12/15] CIFS: Add copy into pages callback for a read operation
  ` [PATCH v2 13/15] CIFS: Decrypt and process small encrypted packets
  ` [PATCH v2 14/15] CIFS: Add capability to decrypt big read responses
  ` [PATCH v2 15/15] CIFS: Allow to switch on encryption with seal mount option


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