Age | Commit message (Expand) | Author |
2012-09-24 | cifs: change cifs_call_async to use smb_rqst structs | Jeff Layton |
2012-09-24 | cifs: teach signing routines how to deal with arrays of pages in a smb_rqst | Jeff Layton |
2012-09-24 | cifs: teach smb_send_rqst how to handle arrays of pages | Jeff Layton |
2012-09-24 | cifs: cork the socket before a send and uncork it afterward | Jeff Layton |
2012-09-24 | cifs: convert send code to use smb_rqst structs | Jeff Layton |
2012-09-24 | cifs: change signing routines to deal with smb_rqst structs | Jeff Layton |
2012-09-24 | CIFS: Enable signing in SMB2 | Pavel Shilovsky |
2012-08-19 | cifs: print error code if smb signature verification fails | Steve French |
2012-07-24 | CIFS: Setup async request in ops struct | Pavel Shilovsky |
2012-07-24 | CIFS: Make transport routines work with SMB2 | Pavel Shilovsky |
2012-07-24 | CIFS: Extend credit mechanism to process request type | Pavel Shilovsky |
2012-07-23 | cifs: rename cifs_sign_smb2 to cifs_sign_smbv | Jeff Layton |
2012-07-23 | cifs: remove bogus reset of smb_buf_length in smb_send routines | Jeff Layton |
2012-07-16 | Initialise mid_q_entry before putting it on the pending queue | Sachin Prabhu |
2012-06-01 | CIFS: Move get_next_mid to ops struct | Pavel Shilovsky |
2012-05-23 | CIFS: Move add/set_credits and get_credits_field to ops structure | Pavel Shilovsky |
2012-05-23 | CIFS: Move protocol specific part from SendReceive2 to ops struct | Pavel Shilovsky |
2012-05-16 | cifs: convert send_nt_cancel into a version specific op | Jeff Layton |
2012-03-23 | CIFS: Change mid_q_entry structure fields | Pavel Shilovsky |
2012-03-23 | CIFS: Separate protocol-specific code from demultiplex code | Pavel Shilovsky |
2012-03-23 | CIFS: Separate protocol-specific code from transport routines | Pavel Shilovsky |
2012-03-21 | CIFS: Prepare credits code for a slot reservation | Pavel Shilovsky |
2012-03-21 | CIFS: Make wait_for_free_request killable | Pavel Shilovsky |
2012-03-21 | CIFS: Introduce credit-based flow control | Pavel Shilovsky |
2012-03-21 | CIFS: Simplify inFlight logic | Pavel Shilovsky |
2012-03-20 | CIFS: Respect negotiated MaxMpxCount | Pavel Shilovsky |
2011-10-19 | cifs, freezer: add wait_event_freezekillable and have cifs use it | Jeff Layton |
2011-10-19 | cifs: add a callback function to receive the rest of the frame | Jeff Layton |
2011-10-12 | cifs: consolidate signature generating code | Jeff Layton |
2011-08-11 | [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor... | Steve French |
2011-08-03 | CIFS: Fix missing a decrement of inFlight value | Pavel Shilovsky |
2011-05-27 | [CIFS] Rename three structures to avoid camel case | Steve French |
2011-05-24 | cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) | Jeff Layton |
2011-05-23 | cifs: add ignore_pend flag to cifs_call_async | Jeff Layton |
2011-05-23 | cifs: make cifs_send_async take a kvec array | Jeff Layton |
2011-05-23 | cifs: consolidate SendReceive response checks | Jeff Layton |
2011-05-19 | cifs: keep BCC in little-endian format | Jeff Layton |
2011-05-19 | consistently use smb_buf_length as be32 for cifs (try 3) | Steve French |
2011-02-11 | cifs: don't always drop malformed replies on the floor (try #3) | Jeff Layton |
2011-02-04 | cifs: enable signing flag in SMB header when server has it on | Jeff Layton |
2011-01-31 | cifs: don't pop a printk when sending on a socket is interrupted | Jeff Layton |
2011-01-31 | cifs: send an NT_CANCEL request when a process is signalled | Jeff Layton |
2011-01-31 | cifs: handle cancelled requests better | Jeff Layton |
2011-01-20 | cifs: use get/put_unaligned functions to access ByteCount | Jeff Layton |
2011-01-20 | cifs: mangle existing header for SMB_COM_NT_CANCEL | Jeff Layton |
2011-01-20 | cifs: remove code for setting timeouts on requests | Jeff Layton |
2011-01-20 | cifs: add ability to send an echo request | Jeff Layton |
2011-01-20 | cifs: add cifs_call_async | Jeff Layton |
2011-01-20 | cifs: allow for different handling of received response | Jeff Layton |
2011-01-20 | cifs: clean up sync_mid_result | Jeff Layton |