messages from 2016-12-05 08:02:11 to 2017-02-13 15:32:31 UTC [more...]
[PATCH v28 00/21] Richacls (Core and Ext4)
2017-02-13 15:32 UTC (16+ 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 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 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
[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)
Fix SMB2_TREE_CONNECT requests with the wrong TreeId
2017-02-13 8:14 UTC (2+ messages)
[PATCH 0/2] Add kernel AIO support for CIFS
2017-02-10 23:17 UTC (3+ messages)
` [PATCH 1/2] CIFS: Add asynchronous read support through kernel AIO
` [PATCH 2/2] CIFS: Add asynchronous write "
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 (18+ messages)
` [PATCH 01/15] CIFS: Separate SMB2 header structure
` [PATCH 02/15] CIFS: Make SendReceive2() takes resp iov
` [PATCH 03/15] CIFS: Make send_cancel take rqst as argument
` [PATCH 04/15] CIFS: Send RFC1001 length in a separate iov
` [PATCH 05/15] CIFS: Separate SMB2 sync header processing
` [PATCH 06/15] CIFS: Separate RFC1001 length processing for SMB2 read
` [PATCH 07/15] CIFS: Add capability to transform requests before sending
` [PATCH 08/15] CIFS: Enable encryption during session setup phase
` [PATCH 09/15] CIFS: Encrypt SMB3 requests before sending
` [PATCH 10/15] CIFS: Add transform header handling callbacks
` [PATCH 11/15] CIFS: Add mid handle callback
` [PATCH 12/15] CIFS: Add copy into pages callback for a read operation
` [PATCH 13/15] CIFS: Decrypt and process small encrypted packets
` [PATCH 14/15] CIFS: Add capability to decrypt big read responses
` [PATCH 15/15] CIFS: Allow to switch on encryption with seal mount option
[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
[PATCH v2] smb2: Enforce sec= mount option
2017-01-25 13:36 UTC (2+ messages)
Linux CIFS client module: login rate limiting
2017-01-24 9:57 UTC (5+ messages)
Urgent Please,,
2017-01-23 14:07 UTC
US-Cert recommends disabling SMB1
2017-01-17 19:18 UTC (4+ messages)
[PATCH] cifs: initialize file_info_lock
2017-01-16 18:44 UTC (3+ messages)
[PATCH] SMB2: Enforce sec= mount option
2017-01-16 5:49 UTC (16+ messages)
` Fwd: "
` "
weirdness with cifsd
2017-01-12 23:58 UTC (2+ messages)
weirdness with cifsd
2017-01-12 23:46 UTC
[PATCH] Document mfsymlinks in the mount.cifs man page
2017-01-10 20:16 UTC (3+ messages)
LSF/MM 2017: Call for Proposals closes January 15th
2017-01-09 13:40 UTC
Urgent Please;;
2017-01-02 17:34 UTC
Клиентскую базу? Mail: prodawez392@gmail.com Skype: prodawez390 т +79139230330 (whats\viber\telegr) Подробнее!
2016-12-30 14:25 UTC
LSF/MM 2017: Call for Proposals
2016-12-27 17:19 UTC
System freeze if mount cifs share with option "hard", and samba server is not available
2016-12-25 12:12 UTC
learning lessons from mount.cifs for throughput of gvfs-smb and kioclient-smb
2016-12-24 20:39 UTC
[GIT] CIFS Fixes
2016-12-24 20:04 UTC (3+ messages)
Access samba share which underlying storage is very slow
2016-12-21 10:07 UTC (5+ messages)
` Fwd: "
[PATCH] Fix default behaviour for empty domains and add domainauto option
2016-12-16 15:06 UTC (4+ messages)
Troubles with CIFS and suspend
2016-12-16 12:45 UTC
[PATCH] cifs: use %16phN for formatting md5 sum
2016-12-15 6:37 UTC (3+ messages)
[PATCH] cifs_get_root shouldn't use path with tree name
2016-12-14 9:55 UTC (4+ messages)
[PATCH] cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack
2016-12-14 8:19 UTC (4+ messages)
DO YOU NEED A LOAN??
2016-12-13 5:27 UTC
LSF/MM 2017: Call for Proposals
2016-12-08 15:37 UTC (6+ messages)
` [Lsf-pc] "
[PATCH v2 0/5] Stable fixes
2016-12-07 7:23 UTC (8+ messages)
` [PATCH v2 1/5] CIFS: Decrease verbosity of ioctl call
` [PATCH v2 2/5] CIFS: Fix missing nls unload in smb2_reconnect()
` [PATCH v2 3/5] CIFS: Fix a possible memory corruption in push locks
` [PATCH v2 4/5] CIFS: Fix a possible memory corruption during reconnect
` [PATCH v2 5/5] CIFS: Fix a possible double locking of mutex "
[PATCH v27 00/21] Richacls (Core and Ext4)
2016-12-06 21:36 UTC (7+ messages)
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
[PATCH 0/5] Stable fixes
2016-12-06 5:00 UTC (6+ messages)
` [PATCH 2/5] CIFS: Fix missing nls unload in smb2_reconnect()
[PATCH v2] CIFS: Fix a possible memory corruption during reconnect
2016-12-05 21:39 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox