aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo
2010-10-19Clean up two declarations of blob_lenShirish Pargaonkar
2010-10-18cifs: move cifsFileInfo_put to file.cJeff Layton
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton
2010-10-18[CIFS] Fix minor checkpatch warning and update cifs versionSteve French
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton
2010-10-18cifs: cifs_write argument change and cleanupJeff Layton
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton
2010-10-15cifs: eliminate cifs_posix_open_inode_helperJeff Layton
2010-10-15cifs: handle FindFirst failure gracefullySuresh Jayaraman
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton
2010-10-12cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton
2010-10-12CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Shirish Pargaonkar
2010-10-08cifs: initialize tlink_tree_lock and tlink_treeJeff Layton
2010-10-08Merge branch 'for-next'Steve French
2010-10-08[CIFS] Remove build warningSteve French
2010-10-08cifs: fix module refcount leak in find_domain_nameJeff Layton
2010-10-08cifs: implement recurring workqueue job to prune old tconsJeff Layton
2010-10-08cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton