Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | cifs: Add support for failover in smb2_reconnect() | Paulo Alcantara | 1 | -0/+2 |
2018-12-28 | cifs: Make use of DFS cache to get new DFS referrals | Paulo Alcantara | 1 | -5/+14 |
2018-12-28 | cifs: Add DFS cache routines | Paulo Alcantara | 1 | -0/+3 |
2018-12-23 | cifs: Refactor out cifs_mount() | Paulo Alcantara | 1 | -1/+3 |
2018-10-23 | cifs: OFD locks do not conflict with eachothers | Ronnie Sahlberg | 1 | -1/+1 |
2018-08-07 | cifs: add compound_send_recv() | Ronnie Sahlberg | 1 | -0/+4 |
2018-08-07 | cifs: use timespec64 internally | Arnd Bergmann | 1 | -3/+3 |
2018-07-05 | cifs: Fix use after free of a mid_q_entry | Lars Persson | 1 | -0/+1 |
2018-06-15 | cifs: remove smb2_send_recv() | Ronnie Sahlberg | 1 | -4/+0 |
2018-06-15 | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg | 1 | -1/+1 |
2018-06-15 | cifs: add lease tracking to the cached root fid | Ronnie Sahlberg | 1 | -0/+1 |
2018-06-07 | smb3: do not allow insecure cifs mounts when using smb3 | Steve French | 1 | -1/+1 |
2018-06-05 | CIFS: Introduce helper function to get page offset and length in smb_rqst | Long Li | 1 | -0/+3 |
2018-06-04 | CIFS: Fix signing for SMB2/3 | Aurelien Aptel | 1 | -1/+1 |
2018-06-02 | CIFS: Add support for direct pages in wdata | Long Li | 1 | -0/+2 |
2018-06-02 | CIFS: Use offset when reading pages | Long Li | 1 | -1/+3 |
2018-05-30 | smb3: add additional ftrace entry points for entry/exit to cifs.ko | Steve French | 1 | -1/+7 |
2018-05-27 | cifs: update calc_size to take a server argument | Ronnie Sahlberg | 1 | -1/+1 |
2018-04-01 | CIFS: refactor crypto shash/sdesc allocation&free | Aurelien Aptel | 1 | -0/+5 |
2018-01-24 | cifs: Add smb2_send_recv | Ronnie Sahlberg | 1 | -0/+4 |
2017-09-04 | cifs: Add support for writing attributes on SMB2+ | Ronnie Sahlberg | 1 | -1/+2 |
2017-05-12 | [CIFS] Minor cleanup of xattr query function | Steve French | 1 | -2/+1 |
2017-05-02 | CIFS: Add asynchronous context to support kernel AIO | Pavel Shilovsky | 1 | -0/+3 |
2017-04-10 | CIFS: Fix null pointer deref during read resp processing | Pavel Shilovsky | 1 | -2/+1 |
2017-04-07 | Handle mismatched open calls | Sachin Prabhu | 1 | -1/+2 |
2017-03-02 | smb2: Enforce sec= mount option | Sachin Prabhu | 1 | -0/+2 |
2017-03-01 | CIFS: add build_path_from_dentry_optional_prefix() | Aurelien Aptel | 1 | -0/+2 |
2017-03-01 | CIFS: move DFS response parsing out of SMB1 code | Aurelien Aptel | 1 | -0/+5 |
2017-02-01 | CIFS: Add capability to decrypt big read responses | Pavel Shilovsky | 1 | -0/+1 |
2017-02-01 | CIFS: Decrypt and process small encrypted packets | Pavel Shilovsky | 1 | -0/+2 |
2017-02-01 | CIFS: Add mid handle callback | Pavel Shilovsky | 1 | -1/+1 |
2017-02-01 | CIFS: Encrypt SMB3 requests before sending | Pavel Shilovsky | 1 | -1/+1 |
2017-02-01 | CIFS: Separate RFC1001 length processing for SMB2 read | Pavel Shilovsky | 1 | -0/+3 |
2017-02-01 | CIFS: Make SendReceive2() takes resp iov | Pavel Shilovsky | 1 | -1/+2 |
2016-12-15 | cifs_get_root shouldn't use path with tree name | Sachin Prabhu | 1 | -1/+2 |
2016-12-05 | CIFS: Fix a possible memory corruption during reconnect | Pavel Shilovsky | 1 | -0/+3 |
2016-10-12 | fs/cifs: reopen persistent handles on reconnect | Steve French | 1 | -0/+2 |
2016-09-27 | cifs: get rid of unused arguments of CIFSSMBWrite() | Al Viro | 1 | -2/+1 |
2016-09-09 | Fix memory leaks in cifs_do_mount() | Sachin Prabhu | 1 | -1/+1 |
2016-05-19 | cifs: Create dedicated keyring for spnego operations | Sachin Prabhu | 1 | -0/+2 |
2016-03-28 | cifs: don't bother with kmap on read_pages side | Al Viro | 1 | -4/+3 |
2016-03-28 | cifs: quit playing games with draining iovecs | Al Viro | 1 | -2/+0 |
2016-03-28 | cifs: merge the hash calculation helpers | Al Viro | 1 | -0/+3 |
2016-01-14 | Prepare for encryption support (first part). Add decryption and encryption ke... | Steve French | 1 | -2/+3 |
2015-05-10 | Fix that several functions handle incorrect value of mapchars | Nakajima Akira | 1 | -2/+2 |
2014-08-02 | CIFS: Use multicredits for SMB 2.1/3 writes | Pavel Shilovsky | 1 | -0/+3 |
2014-07-31 | cifs: replace code with free_rsp_buf() | Sachin Prabhu | 1 | -0/+1 |
2014-04-16 | cifs: Wait for writebacks to complete before attempting write. | Sachin Prabhu | 1 | -0/+3 |
2014-02-10 | [CIFS] Fix cifsacl mounts over smb2 to not call cifs | Steve French | 1 | -2/+4 |
2014-02-07 | [CIFS] clean up page array when uncached write send fails | Steve French | 1 | -1/+2 |