Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2010-09-15 12:37:22 to 2010-10-04 09:23:57 UTC [more...]

[PATCH 00/17] Introduce automounter dentry ops
 2010-10-04  9:23 UTC  (24+ messages)
  ` [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 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] 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/7 cifs] ntlm authentication and signing - Calculate auth response per smb session
 2010-09-29 14:39 UTC 

[PATCH 2/7 cifs] ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
 2010-09-29 14:39 UTC 

[PATCH 1/7 cifs] ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security
 2010-09-29 14:38 UTC 

[PATCH] cifs: cifs_flush should wait for writeback to complete before proceeding
 2010-09-29 11:48 UTC  (14+ messages)

[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 

[PATCH 00/15] cifs: multiuser mount overhaul (try #4)
 2010-09-23 12:43 UTC  (23+ messages)
` [PATCH 03/15] cifs: fix handling of signing with writepages
` [PATCH 06/15] cifs: add cifs_sb_master_tcon and convert some callers to use it
` [PATCH 11/15] cifs: fix cifs_show_options to show "username=" or "multiuser"
  ` [PATCH 01/15] cifs: add tcon field to cifsFileInfo struct
  ` [PATCH 02/15] cifs: make various routines use the cifsFileInfo->tcon pointer
  ` [PATCH 04/15] cifs: add function to get a tcon from cifs_sb
  ` [PATCH 05/15] cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers
  ` [PATCH 07/15] cifs: have cifs_new_fileinfo take a tcon arg
  ` [PATCH 08/15] cifs: add refcounted and timestamped container for holding tcons
  ` [PATCH 09/15] cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
  ` [PATCH 10/15] cifs: have find_readable/writable_file filter by fsuid
  ` [PATCH 12/15] cifs: add routines to build sessions and tcons on the fly
  ` [PATCH 13/15] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid
  ` [PATCH 14/15] cifs: add "multiuser" mount option
  ` [PATCH 15/15] cifs: implement recurring workqueue job to prune old tcons

question about CIFS client glitches
 2010-09-23 10:59 UTC  (11+ messages)

linux-next: build failure after merge of the cifs tree
 2010-09-23  1:47 UTC  (3+ messages)

[PATCH 03/15] cifs: fix handling of signing with writepages (try #6)
 2010-09-22 23:17 UTC 

[PATCH 03/15] cifs: fix handling of signing with writepages (try #5)
 2010-09-22 22:39 UTC  (4+ messages)
  ` [PATCH 10/15] cifs: have find_readable/writable_file filter by fsuid "

[PATCH -v6 3/4] cifs NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-22 21:10 UTC  (18+ messages)

[PATCH] CIFS: Invaldate remote inode on the last close
 2010-09-21 16:17 UTC  (3+ messages)

[PATCH] cifs: allow matching of tcp sessions in CifsNew state
 2010-09-21 15:14 UTC 

linux-next: manual merge of the bkl-vfs tree with the cifs tree
 2010-09-21  7:59 UTC  (3+ messages)

kernel crash using smb2
 2010-09-21  3:11 UTC  (5+ messages)

[cifs bindaddr v5] cifs: Allow binding to local IP address
 2010-09-20 17:55 UTC  (3+ messages)

[PATCH] CIFS: New read cache mechanism
 2010-09-19 22:16 UTC  (6+ messages)

[PATCH -v6 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-19 21:57 UTC  (2+ messages)

[PATCH -v6 0/4] cifs NTLMv2/NTLMSSP - Enable and sign using crypto apis
 2010-09-19  3:03 UTC 

[PATCH -v6 4/4] cifs NTLMv2/NTLMSSP Use kernel crypto apis to calculate hashes and signatures
 2010-09-19  3:02 UTC 

[PATCH -v6 1/4] cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-19  3:01 UTC 

[PATCH] cifs: use type __u32 instead of int for the oplock parameter
 2010-09-17 21:42 UTC  (3+ messages)

samba changing mode of files on rename
 2010-09-17 17:40 UTC  (6+ messages)

[PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-17 14:54 UTC  (4+ messages)

[PATCH] cifs: fix broken oplock handling
 2010-09-17 13:42 UTC  (2+ messages)

[GIT] CIFS Fix
 2010-09-16 17:33 UTC 

[PATCH -v5 2/4] cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
 2010-09-16  3:42 UTC  (5+ messages)

[PATCH -v5 0/4] cifs NTLMv2/NTLMSSP - enable and sign using crypto apis
 2010-09-15 22:37 UTC 

[PATCH -v5 4/4] cifs NTLMv2/NTLMSSP use kernel crypto apis to calculate hashes and signatures
 2010-09-15 22:37 UTC 

[PATCH -v5 3/4] cifs NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15 22:37 UTC 

[PATCH -v5 1/4] cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
 2010-09-15 22:36 UTC 

[PATCH -v3 3/4 cifs] NTLMv2/NTLMSSP define crypto hash functions and create and send keys needed for key exchange
 2010-09-15 12:37 UTC  (4+ messages)


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