Commit Graph

1950 Commits (50cd2c577668a170750b15f9a88f022f681ce3c7)

Author SHA1 Message Date
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
Pavel Shilovsky 4ad6504453 CIFS: Move guery file info code to ops struct 13 years ago
Pavel Shilovsky f0df737ee8 CIFS: Add open/close file support for SMB2 13 years ago
Pavel Shilovsky 0ff78a221b CIFS: Move close code to ops struct 13 years ago
Pavel Shilovsky fb1214e48f CIFS: Move open code to ops struct 13 years ago
Pavel Shilovsky 4b4de76e35 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo 13 years ago
Pavel Shilovsky cbe6f439f5 CIFS: Add SMB2 support for unlink 13 years ago
Pavel Shilovsky ed6875e0d6 CIFS: Move unlink code to ops struct 13 years ago
Jeff Layton c73f693989 cifs: fix return value in cifsConvertToUTF16 13 years ago