Commit Graph

1198 Commits (18d1d7fbcc260e67d249bf90b454d8cf34288453)

Author SHA1 Message Date
Suresh Jayaraman 545c988b20 cifs: remove bogus remapping of error in cifs_filldir() 14 years ago
Jeff Layton 7d161b7f41 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb 14 years ago
Jeff Layton 03ceace5c6 cifs: fix check of error return from is_path_accessable 14 years ago
Jeff Layton 8846399968 cifs: remove Local_System_Name 14 years ago
Jeff Layton 79df1baeec cifs: fix use of CONFIG_CIFS_ACL 14 years ago
Suresh Jayaraman 6d20e8406f cifs: add attribute cache timeout (actimeo) tunable 14 years ago
Jeff Layton ba03864872 cifs: fix parsing of hostname in dfs referrals 14 years ago
Suresh Jayaraman 476428f8c3 cifs: display fsc in /proc/mounts 14 years ago
Suresh Jayaraman b81209de24 cifs: enable fscache iff fsc mount option is used explicitly 14 years ago
Suresh Jayaraman 607a569da4 cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is set 14 years ago
Shirish Pargaonkar fbeba8bb16 cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) 14 years ago
Shirish Pargaonkar 78415d2d30 cifs: Misc. cleanup in cifsacl handling [try #4] 14 years ago
Suresh Jayaraman 523fb8c867 cifs: trivial comment fix for cifs_invalidate_mapping 14 years ago
Steve French 362d31297f [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC 14 years ago
Jeff Layton 59c55ba1fb cifs: don't take extra tlink reference in initiate_cifs_search 14 years ago
Shirish Pargaonkar 987b21d7d9 cifs: Percolate error up to the caller during get/set acls [try #4] 14 years ago
Oskar Schirmer a7851ce73b cifs: fix another memleak, in cifs_root_iget 14 years ago
Jeff Layton ebe2e91e00 cifs: fix potential use-after-free in cifs_oplock_break_put 14 years ago
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