summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton
2010-12-07cifs: fix check of error return from is_path_accessableJeff Layton
2010-12-06cifs: remove Local_System_NameJeff Layton
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman
2010-11-30cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman
2010-11-30cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman
2010-11-14[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2010-11-10cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky
2010-11-04cifs: dereferencing first then checkingJeff Layton
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman
2010-11-02[CIFS] Cleanup unused variable build warningSteve French
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton
2010-11-02cifs: store pointer to master tlink in superblock (try #2)Jeff Layton
2010-11-02cifs: trivial doc fix: note setlease implementedJ. Bruce Fields
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky
2010-11-02FS: cifs, remove unneeded NULL testsJiri Slaby
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-29convert cifsAl Viro
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar
2010-10-28cifs: add kfree() on error pathDan Carpenter
2010-10-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-26NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar
2010-10-26cifs: cifs_convert_address() returns zero on errorDan Carpenter
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar
2010-10-25cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton
2010-10-25[CIFS] Fix checkpatch warnings and bump cifs version numberSteve French
2010-10-25cifs: wait for writeback to complete in cifs_flushJeff Layton
2010-10-25cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French