Commit Graph

1169 Commits (3eedb6f436858f3e864139dc184adc9a51440c92)

Author SHA1 Message Date
Christoph Hellwig 51ee4b84f5 locks: let the caller free file_lock on ->setlease failure 15 years ago
J. Bruce Fields 05fa3135fd locks: fix setlease methods to free passed-in lock 15 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
Steve French d244555613 [CIFS] Remove build warning 15 years ago
Jeff Layton ccc46a7402 cifs: fix module refcount leak in find_domain_name 15 years ago
Jeff Layton 2de970ff69 cifs: implement recurring workqueue job to prune old tcons 15 years ago
Jeff Layton 3aa1c8c290 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) 15 years ago
Steve French 13cd4b7f74 [CIFS] Various small checkpatch cleanups 15 years ago
Jeff Layton 0eb8a132c4 cifs: add "multiuser" mount option 15 years ago
Jeff Layton 9d002df492 cifs: add routines to build sessions and tcons on the fly 15 years ago
Shirish Pargaonkar c9928f7040 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security 15 years ago
Jeff Layton 29e07c82a9 cifs: fix cifs_show_options to show "username=" or "multiuser" 15 years ago
Jeff Layton 6508d904e6 cifs: have find_readable/writable_file filter by fsuid 15 years ago
Jeff Layton 13cfb7334e cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer 15 years ago