messages from 2010-10-06 19:54:04 to 2010-10-25 10:14:44 UTC [more...]
CIFS is slooow, gvfs is fast
2010-10-25 10:14 UTC (5+ messages)
[patch] cifs: cifs_convert_address() returns zero on error
2010-10-25 5:02 UTC
[PATCH 00/13] cifs: clean up management of open filehandles (try #5)
2010-10-24 1:09 UTC (23+ messages)
` [PATCH 01/13] cifs: fix flags handling in cifs_posix_open
` [PATCH 02/13] cifs: eliminate oflags option from cifs_new_fileinfo
` [PATCH 03/13] cifs: eliminate the inode argument "
` [PATCH 04/13] cifs: clean up cifs_reopen_file
` [PATCH 05/13] cifs: cifs_write argument change and cleanup
` [PATCH 06/13] cifs: eliminate pfile pointer from cifsFileInfo
` [PATCH 07/13] cifs: move cifs_new_fileinfo to file.c
` [PATCH 08/13] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
` [PATCH 09/13] cifs: move cifsFileInfo_put to file.c
` [PATCH 10/13] cifs: move close processing from cifs_close to cifsFileInfo_put
` [PATCH 11/13] cifs: convert cifsFileInfo->count to non-atomic counter
` [PATCH 12/13] cifs: wait for writeback to complete in cifs_flush
` [PATCH 13/13] cifs: eliminate cifsInodeInfo->write_behind_rc
[PATCH 13/13] cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
2010-10-22 18:52 UTC
git send-email [options] <file | directory | rev-list options >
2010-10-22 18:51 UTC (2+ messages)
[GIT] CIFS Fixes
2010-10-22 16:37 UTC
smb2 oops at small_smb2_init
2010-10-22 6:39 UTC (6+ messages)
[PATCH] [CIFS] [3/3 -v4] NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures
2010-10-21 19:25 UTC
[PATCH] [CIFS] [2/3 -v4] NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange
2010-10-21 19:25 UTC
[PATCH] [CIFS] [3/3 -v3] NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures
2010-10-21 11:43 UTC
[PATCH] [CIFS] [2/3 -v3] NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange
2010-10-21 11:43 UTC
[PATCH] [CIFS] [1/3 -v3] NTLM auth and sign - Allocate session key/client response dynamically
2010-10-21 11:42 UTC
[RFC][PATCH] cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock
2010-10-21 5:23 UTC (3+ messages)
[PATCH] [CIFS] [3/3 -v2] NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures
2010-10-20 21:04 UTC
[PATCH] [CIFS] [2/3 -v2] NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange
2010-10-20 21:04 UTC
[PATCH] [CIFS] [1/3 -v2] NTLM auth and sign - Allocate session key/client response dynamically
2010-10-20 21:04 UTC
[PATCH] [CIFS} [1/3] NTLM auth & signing - Allocate session key/client response dynamically
2010-10-20 15:36 UTC (7+ messages)
Strange hardlink behavior with CIFS
2010-10-20 15:01 UTC (4+ messages)
[PATCH] [CIFS} [3/3] NTLM auth and signing - Use kernel crypto apis to calculate hashes and smb signatures
2010-10-20 0:14 UTC
[PATCH] [CIFS} [2/3] NTLM auth and signing - Define crypto hash functions and create and send keys needed for key exchange
2010-10-20 0:14 UTC
ANNOUNCE: cifs-utils release 4.7 available for download
2010-10-19 19:30 UTC
[PATCH v2.6.36-rc7] cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()
2010-10-19 18:22 UTC (4+ messages)
[PATCH] [CIFS] Clean up two declarations of blob_len
2010-10-19 17:25 UTC (2+ messages)
linux-next: build warning after merge of the cifs tree
2010-10-19 15:48 UTC (4+ messages)
[PATCH] cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
2010-10-18 18:38 UTC (2+ messages)
[PATCH] [CIFS] [2/4] NTLM authentication and signing - Make tiblob as part of session key (response)
2010-10-15 15:19 UTC (6+ messages)
getcifsacl/setcifsacl, SID to/fro uid,gid mapping - First attempt at a design
2010-10-14 20:28 UTC
[PATCH] [CIFS] [1/4 Try #2] NTLM authentication and signing - Calculate auth response per smb session
2010-10-14 17:21 UTC (2+ messages)
initial stab at a design document for SMB transport layer overhaul
2010-10-13 20:45 UTC (7+ messages)
[PATCH] [CIFS] [1/4] NTLM authentication and signing - Calculate auth response per smb session
2010-10-13 19:24 UTC (8+ messages)
[PATCH] [CIFS] [4/4] NTLM authentication and signing - Use kernel crypto apis to calculate hashes and smb signatures
2010-10-12 19:45 UTC
[PATCH] [CIFS] [3/4] NTLM authentication and signing - Define crypto hash functions and create and send keys needed for key exchange
2010-10-12 19:45 UTC
sid name lookup
2010-10-12 18:19 UTC
[PATCH] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)
2010-10-12 15:32 UTC
[PATCH 2/7 -v2 ] CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
2010-10-12 14:07 UTC (2+ messages)
[PATCH] handle extended attribute name cifsacl to generate cifs acl blob
2010-10-12 13:45 UTC (6+ messages)
` Fwd: "
[PATCH 00/15] cifs: clean up management of open filehandle (try #3)
2010-10-12 13:28 UTC (25+ messages)
` [PATCH 01/15] cifs: keep dentry reference in cifsFileInfo instead of inode reference
` [PATCH 02/15] cifs: don't use vfsmount to pin superblock for oplock breaks
` [PATCH 03/15] cifs: eliminate cifs_posix_open_inode_helper
` [PATCH 04/15] cifs: eliminate oflags option from cifs_new_fileinfo
` [PATCH 05/15] cifs: eliminate the inode argument "
` [PATCH 06/15] cifs: clean up cifs_reopen_file
` [PATCH 07/15] cifs: cifs_write argument change and cleanup
` [PATCH 08/15] cifs: eliminate pfile pointer from cifsFileInfo
` [PATCH 09/15] cifs: move cifs_new_fileinfo to file.c
` [PATCH 10/15] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
` [PATCH 11/15] cifs: move cifsFileInfo_put to file.c
` [PATCH 12/15] cifs: move close processing from cifs_close to cifsFileInfo_put
` [PATCH 13/15] cifs: convert cifsFileInfo->count to non-atomic counter
` [PATCH 14/15] cifs: wait for writeback to complete in cifs_flush
` [PATCH 15/15] cifs: eliminate cifsInodeInfo->write_behind_rc
[PATCH] mount.cifs: reinstate ip= as an override for address resolution
2010-10-12 12:53 UTC (4+ messages)
` [PATCH] manpage: add mount.cifs manpage entry for "multiuser" option
[PATCH 00/16] cifs: clean up management of open filehandles (try #4)
2010-10-11 19:25 UTC (19+ messages)
` [PATCH 01/16] cifs: keep dentry reference in cifsFileInfo instead of inode reference
` [PATCH 02/16] cifs: don't use vfsmount to pin superblock for oplock breaks
` [PATCH 03/16] cifs: eliminate cifs_posix_open_inode_helper
` [PATCH 04/16] cifs: fix flags handling in cifs_posix_open
` [PATCH 05/16] cifs: eliminate oflags option from cifs_new_fileinfo
` [PATCH 06/16] cifs: eliminate the inode argument "
` [PATCH 07/16] cifs: clean up cifs_reopen_file
` [PATCH 08/16] cifs: cifs_write argument change and cleanup
` [PATCH 09/16] cifs: eliminate pfile pointer from cifsFileInfo
` [PATCH 10/16] cifs: move cifs_new_fileinfo to file.c
` [PATCH 11/16] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
` [PATCH 12/16] cifs: move cifsFileInfo_put to file.c
` [PATCH 13/16] cifs: move close processing from cifs_close to cifsFileInfo_put
` [PATCH 14/16] cifs: convert cifsFileInfo->count to non-atomic counter
` [PATCH 15/16] cifs: wait for writeback to complete in cifs_flush
` [PATCH 16/16] cifs: eliminate cifsInodeInfo->write_behind_rc
[PATCH] CIFS Handle extended attribute name cifsacl to generate cifs acl blob (try #2)
2010-10-10 20:31 UTC
[PATCH 00/17] Introduce automounter dentry ops
2010-10-10 1:16 UTC (8+ messages)
` [PATCH 05/17] Remove the automount through follow_link() kludge code from pathwalk
` [PATCH 07/17] Make dentry::d_mounted into a more general field for special function dirs
` [PATCH 08/17] Make follow_down() handle d_manage()
[PATCH 2/7 cifs] ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
2010-10-09 20:21 UTC (4+ messages)
[PATCH] cifs: initialize tlink_tree_lock and tlink_tree
2010-10-08 16:20 UTC
[PATCH] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)
2010-10-08 15:33 UTC (4+ messages)
[PATCH] cifs: on noperm mount, set ownership to current_fsuid/current_fsgid (try #6)
2010-10-08 11:38 UTC
[PATCH 00/15] cifs: clean up management of open filehandle (try #2)
2010-10-08 9:40 UTC (27+ messages)
` [PATCH 02/15] cifs: don't use vfsmount to pin superblock for oplock breaks
` [PATCH 03/15] cifs: eliminate cifs_posix_open_inode_helper
` [PATCH 04/15] cifs: eliminate oflags option from cifs_new_fileinfo
` [PATCH 05/15] cifs: eliminate the inode argument "
` [PATCH 06/15] cifs: clean up cifs_reopen_file
` [PATCH 07/15] cifs: cifs_write argument change and cleanup
` [PATCH 08/15] cifs: eliminate pfile pointer from cifsFileInfo
` [PATCH 09/15] cifs: move cifs_new_fileinfo to file.c
` [PATCH 10/15] cifs: rename GlobalSMBSeslock to cifs_file_list_lock
` [PATCH 11/15] cifs: move cifsFileInfo_put to file.c
` [PATCH 12/15] cifs: move close processing from cifs_close to cifsFileInfo_put
` [PATCH 13/15] cifs: convert cifsFileInfo->count to non-atomic counter
` [PATCH 14/15] cifs: wait for writeback to complete in cifs_flush
` [PATCH 15/15] cifs: eliminate cifsInodeInfo->write_behind_rc
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