aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton
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
2010-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei
2010-08-05cifs: account for new creduid=0x%x parameter in spnego upcall stringJeff Layton
2010-08-05cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells
2010-08-05cifs: show features compiled in as part of DebugDataSuresh Jayaraman
2010-08-05cifs: update READMESuresh Jayaraman
2010-08-02cifs: fsc should not default to "on"Jeff Layton
2010-08-02[CIFS] remove redundant path walking in dfs_do_refmountSteve French
2010-08-02cifs: ignore the "mand", "nomand" and "_netdev" mount optionsJeff Layton
2010-08-02cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSJeff Layton
2010-08-02cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton
2010-08-02[CIFS] relinquish fscache cookie before freeing CIFSTconInfoSteve French
2010-08-02cifs: add separate cred_uid field to sesInfoJeff Layton
2010-08-02fs: cifs: check kmalloc() resultKulikov Vasiliy
2010-08-02[CIFS] Missing ifdefSteve French
2010-08-02[CIFS] Missing line from previous commitSteve French
2010-08-02[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledSteve French
2010-08-02cifs: add mount option to enable local cachingSuresh Jayaraman
2010-08-02cifs: read pages from FS-CacheSuresh Jayaraman