Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2010-09-30 18:16:12 to 2010-10-15 19:34:02 UTC [more...]

[PATCH 00/13] cifs: clean up management of open filehandles (try #5)
 2010-10-15 19:34 UTC  (8+ 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] [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  (18+ messages)
` [PATCH 05/17] Remove the automount through follow_link() kludge code from pathwalk
` [PATCH 06/17] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
` [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 15/17] autofs4 - fix wait validation
` [PATCH 16/17] autofs4 - add v4 pseudo direct mount support
  ` [PATCH 17/17] autofs4 - bump version
  ` [autofs] [PATCH 00/17] Introduce automounter dentry ops

[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 

smb2 oops at small_smb2_init
 2010-10-08 16:10 UTC  (3+ messages)

[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  (28+ 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: 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

[PATCH 2/7 cifs] ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
 2010-10-06 16:22 UTC  (3+ messages)

[PATCH 1/7 cifs] ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security
 2010-10-06 15:54 UTC  (2+ messages)

deadlock in cifs mounts when server connection goes down
 2010-10-06 13:47 UTC  (4+ messages)

[PATCH 00/15] cifs: multiuser mount overhaul (try #4)
 2010-10-06 11:13 UTC  (6+ messages)
` [PATCH 11/15] cifs: fix cifs_show_options to show "username=" or "multiuser"

[PATCH 00/14] cifs: clean up management of open filehandles
 2010-10-05 10:58 UTC  (19+ messages)
  ` [PATCH 01/14] cifs: keep dentry reference in cifsFileInfo instead of inode reference
  ` [PATCH 02/14] cifs: don't use vfsmount to pin superblock for oplock breaks
  ` [PATCH 03/14] cifs: eliminate cifs_posix_open_inode_helper
  ` [PATCH 04/14] cifs: eliminate oflags option from cifs_new_fileinfo
  ` [PATCH 05/14] cifs: eliminate the inode argument "
  ` [PATCH 06/14] cifs: clean up cifs_reopen_file
  ` [PATCH 07/14] cifs: cifs_write argument change and cleanup
  ` [PATCH 08/14] cifs: eliminate pfile pointer from cifsFileInfo
  ` [PATCH 09/14] cifs: move cifs_new_fileinfo to file.c
  ` [PATCH 10/14] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
  ` [PATCH 11/14] cifs: move cifsFileInfo_put to file.c
  ` [PATCH 12/14] cifs: move close processing from cifs_close to cifsFileInfo_put
  ` [PATCH 13/14] cifs: wait for writeback to complete in cifs_flush
  ` [PATCH 14/14] cifs: eliminate cifsInodeInfo->write_behind_rc

[PATCH 3/7 cifs] ntlm authentication and signing - Calculate auth response per smb session
 2010-10-04 23:36 UTC  (8+ messages)

[PATCH] smbfs: move to drivers/staging
 2010-10-04 23:23 UTC  (2+ messages)

[PATCH 1/7 cifs] ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security
 2010-10-04 23:19 UTC  (5+ messages)

[PATCH] cifs: cifs_flush should wait for writeback to complete before proceeding
 2010-10-04 17:22 UTC  (8+ messages)

[PATCH 2/7 cifs] ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
 2010-10-04 13:36 UTC  (3+ messages)

[PATCH] cifs: handle FindFirst failure gracefully
 2010-10-02  1:29 UTC  (2+ messages)

[GIT] CIFS Fixes
 2010-10-01 21:11 UTC 


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