Commit Graph

1180 Commits (8be9252f7ccde4148e4b203bf64d38ae66b111e4)

Author SHA1 Message Date
Suresh Jayaraman 3565bd46b1 cifs: fix a memleak in cifs_setattr_nounix() 14 years ago
Jeff Layton 618763958b cifs: make cifs_ioctl handle NULL filp->private_data correctly 14 years ago
Pavel Shilovsky c67236281c cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer 14 years ago
Jeff Layton d38922949d cifs: dereferencing first then checking 14 years ago
Suresh Jayaraman 6ef933a38a cifs: trivial comment fix: tlink_tree is now a rbtree 14 years ago
Steve French 54eeafe1e4 [CIFS] Cleanup unused variable build warning 14 years ago
Jeff Layton b647c35f77 cifs: convert tlink_tree to a rbtree 14 years ago
Jeff Layton 413e661c13 cifs: store pointer to master tlink in superblock (try #2) 14 years ago
J. Bruce Fields df098db12a cifs: trivial doc fix: note setlease implemented 14 years ago
Pavel Shilovsky e66673e39a CIFS: Add cifs_set_oplock_level 14 years ago
Jiri Slaby 50ae28f014 FS: cifs, remove unneeded NULL tests 14 years ago
Christoph Hellwig 51ee4b84f5 locks: let the caller free file_lock on ->setlease failure 14 years ago
J. Bruce Fields 05fa3135fd locks: fix setlease methods to free passed-in lock 14 years ago
Al Viro d753ed9759 convert cifs 15 years ago
Shirish Pargaonkar d3686d54c7 cifs: Cleanup and thus reduce smb session structure and fields used during authentication 15 years ago
Shirish Pargaonkar d3ba50b17a NTLM auth and sign - Use appropriate server challenge 15 years ago
Dan Carpenter 6b03590412 cifs: add kfree() on error path 15 years ago
Shirish Pargaonkar f7c5445a9d NTLM auth and sign - minor error corrections and cleanup 15 years ago
Wu Fengguang 1b430beee5 writeback: remove nonblocking/encountered_congestion references 15 years ago
Shirish Pargaonkar 307fbd31b6 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures 15 years ago
Shirish Pargaonkar d2b915210b NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange 15 years ago
Dan Carpenter b235f371a2 cifs: cifs_convert_address() returns zero on error 15 years ago
Shirish Pargaonkar 21e733930b NTLM auth and sign - Allocate session key/client response dynamically 15 years ago
Suresh Jayaraman 6573e9b73e cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] 15 years ago
Jeff Layton eb4b756b1e cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) 15 years ago
Steve French 6c0f6218ba [CIFS] Fix checkpatch warnings and bump cifs version number 15 years ago
Jeff Layton d3f1322af8 cifs: wait for writeback to complete in cifs_flush 15 years ago
Jeff Layton 5f6dbc9e4a cifs: convert cifsFileInfo->count to non-atomic counter 15 years ago
Steve French cdff08e766 [CIFS] move close processing from cifs_close to cifsFileInfo_put 15 years ago
Suresh Jayaraman 3f9bcca782 cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock 15 years ago
Tejun Heo 3e24e13287 cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() 15 years ago
Shirish Pargaonkar 89f150f401 Clean up two declarations of blob_len 15 years ago
Jeff Layton b33879aa83 cifs: move cifsFileInfo_put to file.c 15 years ago
Jeff Layton 4477288a10 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock 15 years ago
Steve French 7a16f1961a [CIFS] Fix minor checkpatch warning and update cifs version 15 years ago
Jeff Layton 15ecb436c0 cifs: move cifs_new_fileinfo to file.c 15 years ago
Jeff Layton 2e396b83f6 cifs: eliminate pfile pointer from cifsFileInfo 15 years ago
Jeff Layton 7da4b49a0e cifs: cifs_write argument change and cleanup 15 years ago
Jeff Layton 15886177e4 cifs: clean up cifs_reopen_file 15 years ago
Jeff Layton abfe1eedd6 cifs: eliminate the inode argument from cifs_new_fileinfo 15 years ago
Jeff Layton f6a53460e2 cifs: eliminate oflags option from cifs_new_fileinfo 15 years ago
Jeff Layton 608712fe86 cifs: fix flags handling in cifs_posix_open 15 years ago
Jeff Layton 2f4f26fcf3 cifs: eliminate cifs_posix_open_inode_helper 15 years ago
Suresh Jayaraman 6221ddd0f5 cifs: handle FindFirst failure gracefully 15 years ago
Shirish Pargaonkar 5d0d28824c NTLM authentication and signing - Calculate auth response per smb session 15 years ago
Jeff Layton d7c86ff8cd cifs: don't use vfsmount to pin superblock for oplock breaks 15 years ago
Jeff Layton a5e18bc36e cifs: keep dentry reference in cifsFileInfo instead of inode reference 15 years ago
Jeff Layton 1c456013e9 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7) 15 years ago
Shirish Pargaonkar 9daa42e220 CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication 15 years ago
Jeff Layton 0dd12c2195 cifs: initialize tlink_tree_lock and tlink_tree 15 years ago