aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2010-08-02cifs: store pages into local cacheSuresh Jayaraman
2010-08-02cifs: FS-Cache page managementSuresh Jayaraman
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman
2010-08-02cifs: define superblock-level cache index objects and register themSuresh Jayaraman
2010-08-02cifs: remove unused cifsUidInfo structJeff Layton
2010-08-02cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton
2010-08-02cifs: match secType when searching for existing tcp sessionJeff Layton
2010-08-02cifs: move address comparison into separate functionJeff Layton
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton
2010-08-02cifs: define server-level cache index objects and register themSuresh Jayaraman
2010-08-02cifs: register CIFS for cachingSuresh Jayaraman
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches
2010-08-02cifs: add kernel config option for CIFS Client caching supportSuresh Jayaraman
2010-08-02cifs: remove unused ip_address field in struct TCP_Server_InfoSuresh Jayaraman
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman
2010-08-02cifs: guard cifsglob.h against multiple inclusionSuresh Jayaraman
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells
2010-07-22cifs: use workqueue instead of slow-workTejun Heo
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells
2010-06-16cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton