summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29[CIFS] Fix ordering of cleanup on module init failureSteve French
2010-09-29[CIFS] Remove obsolete headerSteve French
2010-09-29cifs: allow matching of tcp sessions in CifsNew stateJeff Layton
2010-09-29cifs: add tcon field to cifsFileInfo structJeff Layton
2010-09-29cifs: add "mfsymlinks" mount optionStefan Metzmacher
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher
2010-09-29cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher
2010-09-29cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher
2010-09-29cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher
2010-09-29cifs: implement CIFSParseMFSymlink()Stefan Metzmacher
2010-09-29cifs: Allow binding to local IP address.Ben Greear
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar
2010-09-29cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman
2010-09-29cifs: use type __u32 instead of int for the oplock parameterSuresh Jayaraman
2010-09-14cifs: fix potential double put of TCP session referenceJeff Layton
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton
2010-09-08cifs: eliminate some more premature cifsd exitsJeff Layton
2010-09-08cifs: prevent cifsd from exiting prematurelyJeff Layton
2010-09-08[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_keySteve French
2010-09-08cifs: eliminate redundant xdev check in cifs_renameJeff Layton
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French
2010-09-08Revert "missing changes during ntlmv2/ntlmssp auth and sign"Steve French
2010-09-08Revert "Eliminate sparse warning - bad constant expression"Steve French
2010-09-08Revert "[CIFS] Eliminate unused variable warning"Steve French
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman
2010-08-26[CIFS] Eliminate unused variable warningSteve French
2010-08-24Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com
2010-08-23cifs: check for NULL session passwordJeff Layton
2010-08-23missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French
2010-08-20cifs: correction of unicode header filesIgor Druzhinin
2010-08-18cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton
2010-08-16cifs: consolidate error handling in several functionsJeff Layton
2010-08-16cifs: clean up error handling in cifs_mknodJeff Layton
2010-08-11cifs: update README to include details about 'fsc' optionSuresh Jayaraman
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09cifs: truncate falloutChristoph Hellwig
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig
2010-08-09remove inode_setattrChristoph Hellwig