| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: cifs: transport: Use time_after for time comparison | Karim Eshapa | 2017-05-12 | 1 | -1/+1 |
* | Don't delay freeing mids when blocked on slow socket write of request | Steve French | 2017-05-09 | 1 | -2/+0 |
* | cifs: don't check for failure from mempool_alloc() | NeilBrown | 2017-04-28 | 1 | -18/+14 |
* | Handle mismatched open calls | Sachin Prabhu | 2017-04-07 | 1 | -0/+2 |
* | CIFS: Add mid handle callback | Pavel Shilovsky | 2017-02-01 | 1 | -2/+3 |
* | CIFS: Add capability to transform requests before sending | Pavel Shilovsky | 2017-02-01 | 1 | -8/+25 |
* | CIFS: Separate RFC1001 length processing for SMB2 read | Pavel Shilovsky | 2017-02-01 | 1 | -1/+1 |
* | CIFS: Send RFC1001 length in a separate iov | Pavel Shilovsky | 2017-02-01 | 1 | -21/+65 |
* | CIFS: Make send_cancel take rqst as argument | Pavel Shilovsky | 2017-02-01 | 1 | -14/+19 |
* | CIFS: Make SendReceive2() takes resp iov | Pavel Shilovsky | 2017-02-01 | 1 | -21/+9 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | cifs: quit playing games with draining iovecs | Al Viro | 2016-03-28 | 1 | -100/+41 |
* | cifs: fix race between call_async() and reconnect() | Rabin Vincent | 2016-01-14 | 1 | -2/+4 |
* | cifs: Fix use-after-free on mid_q_entry | Christopher Oo | 2015-08-20 | 1 | -0/+2 |
* | cifs: convert printk(LEVEL...) to pr_<level> | Andy Shevchenko | 2014-12-07 | 1 | -2/+2 |
* | CIFS: Use multicredits for SMB 2.1/3 writes | Pavel Shilovsky | 2014-08-02 | 1 | -7/+18 |
* | cifs: sanity check length of data to send before sending | Jeff Layton | 2014-02-23 | 1 | -0/+29 |
* | cifs: Send a logoff request before removing a smb session | Shirish Pargaonkar | 2013-11-02 | 1 | -2/+9 |
* | cifs: Make big endian multiplex ID sequences monotonic on the wire | Tim Gardner | 2013-11-02 | 1 | -1/+1 |
* | cifs: Avoid umount hangs with smb2 when server is unresponsive | Shirish Pargaonkar | 2013-10-06 | 1 | -2/+7 |
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 | 1 | -1/+1 |
|\ |
|
| * | freezer: add unsafe versions of freezable helpers for CIFS | Colin Cross | 2013-05-12 | 1 | -1/+1 |
* | | cifs: track the enablement of signing in the TCP_Server_Info | Jeff Layton | 2013-06-24 | 1 | -2/+2 |
|/ |
|
* | cifs: store the real expected sequence number in the mid | Jeff Layton | 2013-05-04 | 1 | -1/+1 |
* | cifs: on send failure, readjust server sequence number downward | Jeff Layton | 2013-05-04 | 1 | -0/+13 |
* | cifs: remove ENOSPC handling in smb_sendv | Jeff Layton | 2013-05-04 | 1 | -7/+1 |
* | [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg | Joe Perches | 2013-05-04 | 1 | -30/+31 |
* | cifs: move check for NULL socket into smb_send_rqst | Jeff Layton | 2012-12-30 | 1 | -3/+3 |
* | [CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC | Steve French | 2012-10-07 | 1 | -0/+6 |
* | cifs: change cifs_call_async to use smb_rqst structs | Jeff Layton | 2012-09-24 | 1 | -28/+28 |
* | cifs: teach signing routines how to deal with arrays of pages in a smb_rqst | Jeff Layton | 2012-09-24 | 1 | -1/+1 |
* | cifs: teach smb_send_rqst how to handle arrays of pages | Jeff Layton | 2012-09-24 | 1 | -2/+54 |
* | cifs: cork the socket before a send and uncork it afterward | Jeff Layton | 2012-09-24 | 1 | -0/+12 |
* | cifs: convert send code to use smb_rqst structs | Jeff Layton | 2012-09-24 | 1 | -45/+90 |
* | cifs: change signing routines to deal with smb_rqst structs | Jeff Layton | 2012-09-24 | 1 | -1/+3 |
* | CIFS: Enable signing in SMB2 | Pavel Shilovsky | 2012-09-24 | 1 | -12/+12 |
* | cifs: print error code if smb signature verification fails | Steve French | 2012-08-19 | 1 | -3/+6 |
* | CIFS: Setup async request in ops struct | Pavel Shilovsky | 2012-07-24 | 1 | -2/+2 |
* | CIFS: Make transport routines work with SMB2 | Pavel Shilovsky | 2012-07-24 | 1 | -7/+6 |
* | CIFS: Extend credit mechanism to process request type | Pavel Shilovsky | 2012-07-24 | 1 | -31/+39 |
* | cifs: rename cifs_sign_smb2 to cifs_sign_smbv | Jeff Layton | 2012-07-23 | 1 | -2/+2 |
* | cifs: remove bogus reset of smb_buf_length in smb_send routines | Jeff Layton | 2012-07-23 | 1 | -4/+0 |
* | Initialise mid_q_entry before putting it on the pending queue | Sachin Prabhu | 2012-07-16 | 1 | -12/+14 |
* | CIFS: Move get_next_mid to ops struct | Pavel Shilovsky | 2012-06-01 | 1 | -1/+1 |
* | CIFS: Move add/set_credits and get_credits_field to ops structure | Pavel Shilovsky | 2012-05-23 | 1 | -11/+12 |
* | CIFS: Move protocol specific part from SendReceive2 to ops struct | Pavel Shilovsky | 2012-05-23 | 1 | -3/+4 |
* | cifs: convert send_nt_cancel into a version specific op | Jeff Layton | 2012-05-16 | 1 | -38/+8 |
* | CIFS: Change mid_q_entry structure fields | Pavel Shilovsky | 2012-03-23 | 1 | -26/+26 |
* | CIFS: Separate protocol-specific code from demultiplex code | Pavel Shilovsky | 2012-03-23 | 1 | -2/+2 |