aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAge
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-31
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-29
|\
| * cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-28
| * NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-28
| * cifs: add kfree() on error pathDan Carpenter2010-10-27
| * NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-26
| * NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar2010-10-26
| * NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-26
| * cifs: cifs_convert_address() returns zero on errorDan Carpenter2010-10-26
| * NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-26
| * cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-24
| * cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-24
| * [CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2010-10-24
| * cifs: wait for writeback to complete in cifs_flushJeff Layton2010-10-24
| * cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2010-10-24
* | convert cifsAl Viro2010-10-29
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-22
|\
| * [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-21
| * cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-21
| * cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-19
| * Clean up two declarations of blob_lenShirish Pargaonkar2010-10-19
| * cifs: move cifsFileInfo_put to file.cJeff Layton2010-10-17
| * cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-17
| * [CIFS] Fix minor checkpatch warning and update cifs versionSteve French2010-10-17
| * cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-17
| * cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-17
| * cifs: cifs_write argument change and cleanupJeff Layton2010-10-17
| * cifs: clean up cifs_reopen_fileJeff Layton2010-10-17
| * cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-17
| * cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-17
| * cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-17
| * cifs: eliminate cifs_posix_open_inode_helperJeff Layton2010-10-15
| * cifs: handle FindFirst failure gracefullySuresh Jayaraman2010-10-15
| * NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-14
| * cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-12
| * cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-12
| * cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton2010-10-12
| * CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...Shirish Pargaonkar2010-10-12
| * cifs: initialize tlink_tree_lock and tlink_treeJeff Layton2010-10-08
| * Merge branch 'for-next'Steve French2010-10-07
| |\
| | * [CIFS] Remove build warningSteve French2010-10-07
| | * cifs: fix module refcount leak in find_domain_nameJeff Layton2010-10-07
| | * cifs: implement recurring workqueue job to prune old tconsJeff Layton2010-10-07
| | * cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)Jeff Layton2010-10-07
| | * [CIFS] Various small checkpatch cleanupsSteve French2010-10-07
| | * cifs: add "multiuser" mount optionJeff Layton2010-10-07
| | * cifs: add routines to build sessions and tcons on the flyJeff Layton2010-10-07
| | * ntlm authentication and signing - Correct response length for ntlmv2 authenti...Shirish Pargaonkar2010-10-06