summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix a memleak in cifs_setattr_nounix()Suresh Jayaraman2010-11-091-1/+0
* cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton2010-11-081-2/+10
* cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky2010-11-054-14/+15
* cifs: dereferencing first then checkingJeff Layton2010-11-041-7/+3
* cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman2010-11-041-1/+1
* [CIFS] Cleanup unused variable build warningSteve French2010-11-021-1/+0
* cifs: convert tlink_tree to a rbtreeJeff Layton2010-11-024-85/+101
* cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2010-11-022-17/+5
* cifs: trivial doc fix: note setlease implementedJ. Bruce Fields2010-11-021-1/+1
* CIFS: Add cifs_set_oplock_levelPavel Shilovsky2010-11-023-32/+30
* FS: cifs, remove unneeded NULL testsJiri Slaby2010-11-022-18/+11
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-311-4/+1
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-301-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2914-290/+526
|\
| * cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-294-47/+55
| * NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-295-12/+21
| * cifs: add kfree() on error pathDan Carpenter2010-10-281-0/+1
| * NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-274-15/+12
| * NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar2010-10-262-60/+136
| * NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-267-10/+184
| * cifs: cifs_convert_address() returns zero on errorDan Carpenter2010-10-261-1/+1
| * NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-267-137/+134
| * cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-253-3/+3
| * cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-254-39/+15
| * [CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2010-10-252-3/+3
| * cifs: wait for writeback to complete in cifs_flushJeff Layton2010-10-251-14/+7
| * cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2010-10-252-6/+11
* | convert cifsAl Viro2010-10-291-8/+7
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-10/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2227-1043/+2091
|\
| * [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-213-138/+60
| * cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-217-58/+58
| * cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-191-2/+1
| * Clean up two declarations of blob_lenShirish Pargaonkar2010-10-191-5/+8
| * cifs: move cifsFileInfo_put to file.cJeff Layton2010-10-182-9/+11
| * cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-186-38/+38
| * [CIFS] Fix minor checkpatch warning and update cifs versionSteve French2010-10-182-3/+4
| * cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-182-48/+47
| * cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-183-10/+3
| * cifs: cifs_write argument change and cleanupJeff Layton2010-10-181-34/+17
| * cifs: clean up cifs_reopen_fileJeff Layton2010-10-183-74/+57
| * cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-183-27/+22
| * cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-183-10/+7
| * cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-183-119/+95
| * cifs: eliminate cifs_posix_open_inode_helperJeff Layton2010-10-151-67/+0
| * cifs: handle FindFirst failure gracefullySuresh Jayaraman2010-10-151-8/+11
| * NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-145-36/+36
| * cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-127-18/+29
| * cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-124-5/+6
| * cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)Jeff Layton2010-10-121-3/+9
OpenPOWER on IntegriCloud