Age | Commit message (Expand) | Author | Files | Lines |
2019-06-28 | cifs: fix crash querying symlinks stored as reparse-points | Ronnie Sahlberg | 2 | -5/+73 |
2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -26/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231 | Thomas Gleixner | 2 | -26/+1 |
2019-06-18 | cifs: fix GlobalMid_Lock bug in cifs_reconnect | Ronnie Sahlberg | 1 | -0/+2 |
2019-06-18 | SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write | Steve French | 1 | -1/+1 |
2019-06-13 | cifs: add spinlock for the openFileList to cifsInodeInfo | Ronnie Sahlberg | 3 | -2/+12 |
2019-06-13 | cifs: fix panic in smb2_reconnect | Ronnie Sahlberg | 1 | -1/+9 |
2019-05-31 | Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -6/+11 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2 | -20/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 8 | -114/+8 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -4/+1 |
2019-05-29 | CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM | Roberto Bergantinos Corpas | 1 | -1/+3 |
2019-05-29 | dfs_cache: fix a wrong use of kfree in flush_cache_ent() | Gen Zhang | 1 | -2/+2 |
2019-05-29 | fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free | Murphy Zhou | 1 | -2/+4 |
2019-05-29 | cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case | Colin Ian King | 1 | -1/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 3 | -40/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-19 | Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 8 | -51/+173 |
2019-05-17 | Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2019-05-16 | cifs: add support for SEEK_DATA and SEEK_HOLE | Ronnie Sahlberg | 3 | -0/+99 |
2019-05-16 | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s... | Kovtunenko Oleksandr | 1 | -5/+0 |
2019-05-16 | cifs: Allocate memory for all iovs in smb2_ioctl | Long Li | 1 | -2/+19 |
2019-05-16 | cifs: Don't match port on SMBDirect transport | Long Li | 1 | -0/+4 |
2019-05-15 | dns_resolver: Allow used keys to be invalidated | David Howells | 1 | -1/+1 |
2019-05-15 | cifs:smbd Use the correct DMA direction when sending data | Long Li | 1 | -3/+5 |
2019-05-15 | cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav... | Long Li | 1 | -17/+20 |
2019-05-13 | cifs: use the right include for signal_pending() | Ronnie Sahlberg | 1 | -1/+1 |
2019-05-09 | smb3: trivial cleanup to smb2ops.c | Steve French | 1 | -1/+1 |
2019-05-09 | cifs: cleanup smb2ops.c and normalize strings | Christoph Probst | 1 | -22/+22 |
2019-05-09 | smb3: display session id in debug data | Steve French | 1 | -0/+2 |
2019-05-08 | cifs: update module internal version number | Steve French | 1 | -1/+1 |
2019-05-08 | SMB3: Clean up query symlink when reparse point | Ronnie Sahlberg | 4 | -17/+118 |
2019-05-08 | cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level() | Christoph Probst | 1 | -6/+8 |
2019-05-08 | Negotiate and save preferred compression algorithms | Steve French | 4 | -7/+61 |
2019-05-08 | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP | Ronnie Sahlberg | 4 | -107/+14 |
2019-05-08 | cifs: fix credits leak for SMB1 oplock breaks | Ronnie Sahlberg | 3 | -6/+7 |
2019-05-08 | smb3: Add protocol structs for change notify support | Steve French | 1 | -0/+36 |
2019-05-08 | cifs: fix smb3_zero_range for Azure | Ronnie Sahlberg | 1 | -47/+7 |
2019-05-08 | cifs: zero-range does not require the file is sparse | Ronnie Sahlberg | 1 | -12/+0 |
2019-05-08 | Add new flag on SMB3.1.1 read | Steve French | 1 | -0/+1 |
2019-05-08 | cifs: add fiemap support | Ronnie Sahlberg | 8 | -2/+132 |
2019-05-08 | SMB3: Add defines for new negotiate contexts | Steve French | 2 | -4/+27 |
2019-05-08 | cifs: fix bi-directional fsctl passthrough calls | Ronnie Sahlberg | 1 | -1/+8 |
2019-05-08 | cifs: smbd: take an array of reqeusts when sending upper layer data | Long Li | 3 | -30/+32 |
2019-05-08 | SMB3: Add handling for different FSCTL access flags | Steve French | 1 | -1/+9 |
2019-05-08 | cifs: Add support for FSCTL passthrough that write data to the server | Ronnie Sahlberg | 2 | -2/+42 |
2019-05-08 | cifs: remove superfluous inode_lock in cifs_{strict_}fsync | Jeff Layton | 1 | -5/+0 |
2019-05-08 | cifs: Call MID callback before destroying transport | Long Li | 1 | -17/+19 |
2019-05-08 | cifs: smbd: Retry on memory registration failure | Long Li | 1 | -2/+2 |
2019-05-08 | cifs: smbd: Indicate to retry on transport sending failure | Long Li | 1 | -2/+3 |