Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2010-09-24 03:48:41 to 2010-10-10 01:16:12 UTC [more...]

[PATCH 00/17] Introduce automounter dentry ops
 2010-10-10  1:16 UTC  (28+ messages)
` [PATCH 04/17] CIFS: Use d_automount() rather than abusing follow_link()
` [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 08/17] Make follow_down() handle d_manage()
` [PATCH 10/17] autofs4: add d_manage() dentry operation
` [PATCH 12/17] autofs4: cleanup inode operations
` [PATCH 15/17] autofs4 - fix wait validation
` [PATCH 16/17] autofs4 - add v4 pseudo direct mount support
  ` [PATCH 01/17] Add a dentry op to handle automounting rather than abusing follow_link()
  ` [PATCH 02/17] AFS: Use d_automount() "
  ` [PATCH 03/17] NFS: "
  ` [PATCH 07/17] Make dentry::d_mounted into a more general field for special function dirs
  ` [PATCH 09/17] autofs4: add d_automount() dentry operation
  ` [PATCH 11/17] autofs4: removed unused code
  ` [PATCH 13/17] autofs4: cleanup dentry operations
  ` [PATCH 14/17] autofs4: cleanup autofs4_free_ino()
  ` [PATCH 17/17] autofs4 - bump version
  ` [autofs] [PATCH 00/17] Introduce automounter dentry ops

[PATCH] handle extended attribute name cifsacl to generate cifs acl blob
 2010-10-09 20:42 UTC  (2+ messages)

[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] mount.cifs: reinstate ip= as an override for address resolution
 2010-10-08 19:15 UTC  (2+ messages)
  ` [PATCH] manpage: add mount.cifs manpage entry for "multiuser" option

[PATCH 00/15] cifs: clean up management of open filehandle (try #3)
 2010-10-08 17:31 UTC  (16+ 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] 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  (17+ 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 

[PATCH] cifs: set backing_dev_info on new S_ISREG inodes
 2010-09-30 11:26 UTC  (3+ messages)

[PATCH] cifs: prevent infinite recursion in cifs_reconnect_tcon
 2010-09-29 20:11 UTC  (4+ messages)

[PATCH 0/7 cifs] ntlm authentication and signing
 2010-09-29 19:58 UTC  (3+ messages)

[PATCH 7/7 cifs] ntlm authentication and signing - Use kernel crypto apis to calculate hashes and smb signatures
 2010-09-29 14:40 UTC 

[PATCH 6/7 cifs] ntlm authentication and signing - Define crypto hash functions and create and send keys needed for key exchange
 2010-09-29 14:40 UTC 

[PATCH 5/7 cifs] ntlm authentication and signing - Copy auth key data to session key for first successful smb session for an smb connection
 2010-09-29 14:40 UTC 

[PATCH 4/7 cifs] ntlm authentication and signing - Make tiblob as part of session key (response)
 2010-09-29 14:39 UTC 

[PATCH 3/3] CIFS: Invaldate remote inode on the last close
 2010-09-29  5:38 UTC  (2+ messages)

[PATCH 2/3] CIFS: New read cache mechanism
 2010-09-28 23:18 UTC  (4+ messages)

Dir List Across Network - Slow from one machine, fast from another
 2010-09-28 17:24 UTC  (4+ messages)

SMB2 and CIFS progress at SNIA conference/plugfest
 2010-09-27 22:30 UTC 

[PATCH 1/3] CIFS: Add strictcache mount option
 2010-09-27 18:31 UTC 

Zero size and zero blocks mountpoint
 2010-09-27 12:59 UTC  (6+ messages)

Zero size and zero blocks mountpoint
 2010-09-27 12:11 UTC  (6+ messages)

[PATCH] /fs/cifs/cifssmb.c (2.6.35.5): Simple pointer initialization
 2010-09-26 21:11 UTC  (2+ messages)

[PATCH 2/2] cifs: fix module refcount leak in find_domain_name
 2010-09-24 13:00 UTC  (2+ messages)

linux-next: build warning after merge of the cifs tree
 2010-09-24 11:13 UTC  (2+ messages)

linux-next: build warning after merge of the cifs tree
 2010-09-24  3:55 UTC 


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