| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: update module internal version number | Steve French | 2019-05-08 | 1 | -1/+1 |
* | SMB3: Clean up query symlink when reparse point | Ronnie Sahlberg | 2019-05-08 | 4 | -17/+118 |
* | cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level() | Christoph Probst | 2019-05-08 | 1 | -6/+8 |
* | Negotiate and save preferred compression algorithms | Steve French | 2019-05-08 | 4 | -7/+61 |
* | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP | Ronnie Sahlberg | 2019-05-08 | 4 | -107/+14 |
* | cifs: fix credits leak for SMB1 oplock breaks | Ronnie Sahlberg | 2019-05-08 | 3 | -6/+7 |
* | smb3: Add protocol structs for change notify support | Steve French | 2019-05-08 | 1 | -0/+36 |
* | cifs: fix smb3_zero_range for Azure | Ronnie Sahlberg | 2019-05-08 | 1 | -47/+7 |
* | cifs: zero-range does not require the file is sparse | Ronnie Sahlberg | 2019-05-08 | 1 | -12/+0 |
* | Add new flag on SMB3.1.1 read | Steve French | 2019-05-08 | 1 | -0/+1 |
* | cifs: add fiemap support | Ronnie Sahlberg | 2019-05-08 | 8 | -2/+132 |
* | SMB3: Add defines for new negotiate contexts | Steve French | 2019-05-08 | 2 | -4/+27 |
* | cifs: fix bi-directional fsctl passthrough calls | Ronnie Sahlberg | 2019-05-08 | 1 | -1/+8 |
* | cifs: smbd: take an array of reqeusts when sending upper layer data | Long Li | 2019-05-08 | 3 | -30/+32 |
* | SMB3: Add handling for different FSCTL access flags | Steve French | 2019-05-08 | 1 | -1/+9 |
* | cifs: Add support for FSCTL passthrough that write data to the server | Ronnie Sahlberg | 2019-05-08 | 2 | -2/+42 |
* | cifs: remove superfluous inode_lock in cifs_{strict_}fsync | Jeff Layton | 2019-05-08 | 1 | -5/+0 |
* | cifs: Call MID callback before destroying transport | Long Li | 2019-05-08 | 1 | -17/+19 |
* | cifs: smbd: Retry on memory registration failure | Long Li | 2019-05-08 | 1 | -2/+2 |
* | cifs: smbd: Indicate to retry on transport sending failure | Long Li | 2019-05-08 | 1 | -2/+3 |
* | cifs: smbd: Return EINTR when interrupted | Long Li | 2019-05-08 | 1 | -1/+1 |
* | cifs: smbd: Don't destroy transport on RDMA disconnect | Long Li | 2019-05-08 | 3 | -127/+10 |
* | smbd: Make upper layer decide when to destroy the transport | Long Li | 2019-05-08 | 3 | -27/+101 |
* | SMB3: update comment to clarify enumerating snapshots | Steve French | 2019-05-08 | 1 | -0/+8 |
* | CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sb | Aurelien Aptel | 2019-05-08 | 1 | -1/+10 |
* | CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease... | Kenneth D'souza | 2019-05-08 | 1 | -0/+2 |
* | cifs: Fix DFS cache refresher for DFS links | Paulo Alcantara (SUSE) | 2019-05-08 | 4 | -25/+151 |
* | cifs: don't use __constant_cpu_to_le32() | Sergey Senozhatsky | 2019-05-08 | 1 | -1740/+1740 |
* | SMB3: Track total time spent on roundtrips for each SMB3 command | Steve French | 2019-05-08 | 3 | -6/+44 |
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-05-07 | 1 | -9/+3 |
|\ |
|
| * | cifs: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -9/+3 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-05-07 | 1 | -1/+0 |
|\ \ |
|
| * | | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -1/+0 |
* | | | cifs: fix page reference leak with readv/writev | Jérôme Glisse | 2019-04-24 | 2 | -15/+23 |
* | | | cifs: do not attempt cifs operation on smb2+ rename error | Frank Sorenson | 2019-04-24 | 1 | -0/+4 |
* | | | cifs: fix memory leak in SMB2_read | Ronnie Sahlberg | 2019-04-24 | 1 | -0/+1 |
* | | | CIFS: keep FileInfo handle live during oplock break | Aurelien Aptel | 2019-04-16 | 4 | -10/+53 |
* | | | cifs: fix handle leak in smb2_query_symlink() | Ronnie Sahlberg | 2019-04-16 | 1 | -0/+2 |
* | | | cifs: Fix lease buffer length error | ZhangXiaoxu | 2019-04-16 | 1 | -1/+4 |
* | | | cifs: Fix use-after-free in SMB2_read | ZhangXiaoxu | 2019-04-16 | 1 | -2/+2 |
* | | | cifs: Fix use-after-free in SMB2_write | ZhangXiaoxu | 2019-04-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid. | Ronnie Sahlberg | 2019-04-01 | 1 | -5/+3 |
* | | SMB3: Allow persistent handle timeout to be configurable on mount | Steve French | 2019-04-01 | 5 | -5/+53 |
* | | smb3: Fix enumerating snapshots to Azure | Steve French | 2019-04-01 | 4 | -28/+58 |
* | | cifs: fix kref underflow in close_shroot() | Ronnie Sahlberg | 2019-04-01 | 1 | -9/+7 |
* | | cifs: update internal module version number | Steve French | 2019-03-23 | 1 | -1/+1 |
* | | SMB3: Fix SMB3.1.1 guest mounts to Samba | Steve French | 2019-03-23 | 1 | -1/+4 |
* | | cifs: Fix slab-out-of-bounds when tracing SMB tcon | Paulo Alcantara (SUSE) | 2019-03-23 | 1 | -3/+3 |
* | | cifs: allow guest mounts to work for smb3.11 | Ronnie Sahlberg | 2019-03-23 | 1 | -2/+6 |
* | | fix incorrect error code mapping for OBJECTID_NOT_FOUND | Steve French | 2019-03-23 | 1 | -1/+2 |