Commit Graph

323206 Commits (027e8eec31d8141a6231f772e10ccae60c9d5c13)
 

Author SHA1 Message Date
Pavel Shilovsky 027e8eec31 CIFS: Handle SMB2 lock flags 13 years ago
Pavel Shilovsky d39a4f710b CIFS: Move brlock code to ops struct 13 years ago
Pavel Shilovsky f45d34167c CIFS: Remove spinlock dependence in brlock processing 13 years ago
Pavel Shilovsky 1c0bd60b56 CIFS: Add NTLMSSP sec type to defaults 13 years ago
Jeff Layton 71953fc6e4 cifs: remove kmap lock and rsize limit 13 years ago
Jeff Layton 5819575ec6 cifs: replace kvec array in readdata with a single kvec 13 years ago
Jeff Layton 8321fec436 cifs: convert async read code to use pages array without kmapping 13 years ago
Jeff Layton c5fab6f4f0 cifs: turn the pages list in cifs_readdata into an array 13 years ago
Jeff Layton f4e49cd2dc cifs: allocate kvec array for cifs_readdata as a separate allocation 13 years ago
Jeff Layton 67c1f52951 cifs: add deprecation warning to sockopt=TCP_NODELAY option 13 years ago
Jeff Layton c84ce4a7b2 cifs: remove the kmap size limit from wsize 13 years ago
Jeff Layton eddb079deb cifs: convert async write code to pass in data via rq_pages array 13 years ago
Jeff Layton fec344e3f3 cifs: change cifs_call_async to use smb_rqst structs 13 years ago
Jeff Layton fb308a6f22 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst 13 years ago
Jeff Layton 97bc00b394 cifs: teach smb_send_rqst how to handle arrays of pages 13 years ago
Jeff Layton b8eed28375 cifs: cork the socket before a send and uncork it afterward 13 years ago
Jeff Layton 6f49f46b18 cifs: convert send code to use smb_rqst structs 13 years ago
Jeff Layton 0b688cfc8b cifs: change smb2 signing routines to use smb_rqst structs 13 years ago
Jeff Layton bf5ea0e2f2 cifs: change signing routines to deal with smb_rqst structs 13 years ago
Pavel Shilovsky 6fc05c25ca CIFS: Add statfs support for SMB2 13 years ago
Pavel Shilovsky 76ec5e3384 CIFS: Move statfs to ops struct 13 years ago
Pavel Shilovsky 983c88a497 CIFS: Add oplock break support for SMB2 13 years ago
Pavel Shilovsky 95a3f2f377 CIFS: Move oplock break to ops struct 13 years ago
Pavel Shilovsky 2e44b28878 CIFS: Process oplocks for SMB2 13 years ago
Pavel Shilovsky d324f08d6a CIFS: Add readdir support for SMB2 13 years ago
Pavel Shilovsky 92fc65a74a CIFS: Move readdir code to ops struct 13 years ago
Pavel Shilovsky 1feeaac753 CIFS: Add set_file_info support for SMB2 13 years ago
Pavel Shilovsky 6bdf6dbd66 CIFS: Move set_file_info to ops struct 13 years ago
Pavel Shilovsky c839ff244b CIFS: Add SMB2 support for set_file_size 13 years ago
Pavel Shilovsky d143341815 CIFS: Move set_file_size to ops struct 13 years ago
Pavel Shilovsky 568798cc62 CIFS: Add SMB2 support for hardlink operation 13 years ago
Steve French d6e906f1b5 CIFS: Move hardlink to ops struct 13 years ago
Pavel Shilovsky 35143eb5c2 CIFS: Add SMB2 support for rename operation 13 years ago
Pavel Shilovsky 8ceb984379 CIFS: Move rename to ops struct 13 years ago
Pavel Shilovsky 3c1bf7e48e CIFS: Enable signing in SMB2 13 years ago
Pavel Shilovsky 009d344398 CIFS: Add writepage support for SMB2 13 years ago
Pavel Shilovsky ba9ad7257a CIFS: Move writepage to ops struct 13 years ago
Pavel Shilovsky d8e050398d CIFS: Add readpage support for SMB2 13 years ago
Pavel Shilovsky f9c6e234c3 CIFS: Move readpage code to ops struct 13 years ago
Pavel Shilovsky 3331914125 CIFS: Add SMB2 support for cifs_iovec_write 13 years ago
Pavel Shilovsky c9de5c80d5 CIFS: Move async write to ops struct 13 years ago
Pavel Shilovsky 09a4707e76 CIFS: Add SMB2 support for cifs_iovec_read 13 years ago
Pavel Shilovsky fc9c59662e CIFS: Move async read to ops struct 13 years ago
Pavel Shilovsky 3a3bab509f CIFS: Add SMB2 r/wsize negotiating 13 years ago
Pavel Shilovsky 24985c53d5 CIFS: Move r/wsize negotiating to ops struct 13 years ago
Pavel Shilovsky 7a5cfb1965 CIFS: Add SMB2 support for flush 13 years ago
Pavel Shilovsky 1d8c4c0009 CIFS: Make flush code use ops struct 13 years ago
Pavel Shilovsky 2ae78ba85c CIFS: Move reopen code to ops struct 13 years ago
Pavel Shilovsky 253641388a CIFS: Move create code use ops struct 13 years ago
Pavel Shilovsky b7546bc54c CIFS: Add SMB2 support for query_file_info 13 years ago