aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman1-12/+0
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton3-5/+6
2010-12-07cifs: fix check of error return from is_path_accessableJeff Layton1-1/+1
2010-12-06cifs: remove Local_System_NameJeff Layton3-16/+10
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton7-107/+99
2010-12-02cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman6-3/+41
2010-11-30cifs: fix parsing of hostname in dfs referralsJeff Layton1-1/+1
2010-11-30cifs: display fsc in /proc/mountsSuresh Jayaraman1-0/+2
2010-11-30cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman1-6/+6
2010-11-30cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman1-0/+5
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar4-26/+40
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar3-7/+17
2010-11-29cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman1-1/+3
2010-11-14[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French1-0/+1
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton1-13/+16
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar2-19/+27
2010-11-11cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
2010-11-10cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton1-1/+3
2010-11-09cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman1-1/+0
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton1-2/+10
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky4-14/+15
2010-11-04cifs: dereferencing first then checkingJeff Layton1-7/+3
2010-11-04cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman1-1/+1
2010-11-02[CIFS] Cleanup unused variable build warningSteve French1-1/+0
2010-11-02cifs: convert tlink_tree to a rbtreeJeff Layton4-85/+101
2010-11-02cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2-17/+5
2010-11-02cifs: trivial doc fix: note setlease implementedJ. Bruce Fields1-1/+1
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky3-32/+30
2010-11-02FS: cifs, remove unneeded NULL testsJiri Slaby2-18/+11
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-4/+1
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+4
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-290/+526
2010-10-29convert cifsAl Viro1-8/+7
2010-10-29cifs: Cleanup and thus reduce smb session structure and fields used during authenticationShirish Pargaonkar4-47/+55
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar5-12/+21
2010-10-28cifs: add kfree() on error pathDan Carpenter1-0/+1
2010-10-27NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar4-15/+12
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-10/+0
2010-10-26NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signaturesShirish Pargaonkar2-60/+136
2010-10-26NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchangeShirish Pargaonkar7-10/+184
2010-10-26cifs: cifs_convert_address() returns zero on errorDan Carpenter1-1/+1
2010-10-26NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar7-137/+134
2010-10-25cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman3-3/+3
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton4-39/+15
2010-10-25[CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2-3/+3
2010-10-25cifs: wait for writeback to complete in cifs_flushJeff Layton1-14/+7
2010-10-25cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2-6/+11
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1043/+2091
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-8/+5
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French3-138/+60