aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman7-58/+58
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-10-19Clean up two declarations of blob_lenShirish Pargaonkar1-5/+8
2010-10-18cifs: move cifsFileInfo_put to file.cJeff Layton2-9/+11
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton6-38/+38
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French2-3/+4
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton2-48/+47
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton3-10/+3
2010-10-18cifs: cifs_write argument change and cleanupJeff Layton1-34/+17
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton3-74/+57
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton3-27/+22
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton3-10/+7
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton3-119/+95
2010-10-15cifs: eliminate cifs_posix_open_inode_helperJeff Layton1-67/+0
2010-10-15cifs: handle FindFirst failure gracefullySuresh Jayaraman1-8/+11
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar5-36/+36
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton7-18/+29
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton4-5/+6
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton1-3/+9
2010-10-12CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authenticationShirish Pargaonkar1-11/+69
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton1-0/+3
2010-10-08Merge branch 'for-next'Steve French26-434/+1614
2010-10-08[CIFS] Remove build warningSteve French1-1/+1
2010-10-08cifs: fix module refcount leak in find_domain_nameJeff Layton1-1/+4
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton2-1/+58
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton1-0/+10
2010-10-07[CIFS] Various small checkpatch cleanupsSteve French3-12/+12
2010-10-07cifs: add "multiuser" mount optionJeff Layton1-0/+13
2010-10-07cifs: add routines to build sessions and tcons on the flyJeff Layton3-28/+279