| Commit message (Expand) | Author | Age | Files | Lines |
* | [CIFS] Minor cleanup of xattr query function | Steve French | 2017-05-12 | 5 | -10/+8 |
* | fs: cifs: transport: Use time_after for time comparison | Karim Eshapa | 2017-05-12 | 1 | -1/+1 |
* | SMB2: Fix share type handling | Christophe JAILLET | 2017-05-12 | 1 | -5/+9 |
* | cifs: cifsacl: Use a temporary ops variable to reduce code length | Joe Perches via samba-technical | 2017-05-12 | 1 | -16/+14 |
* | Don't delay freeing mids when blocked on slow socket write of request | Steve French | 2017-05-09 | 3 | -16/+0 |
* | CIFS: silence lockdep splat in cifs_relock_file() | Rabin Vincent | 2017-05-09 | 1 | -1/+1 |
* | fs: cifs: replace CURRENT_TIME by other appropriate apis | Deepa Dinamani | 2017-05-08 | 3 | -19/+23 |
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-05-06 | 14 | -105/+465 |
|\ |
|
| * | CIFS: add misssing SFM mapping for doublequote | Björn Jacke | 2017-05-05 | 2 | -0/+7 |
| * | SMB3: Work around mount failure when using SMB3 dialect to Macs | Steve French | 2017-05-03 | 1 | -3/+11 |
| * | cifs: fix CIFS_IOC_GET_MNT_INFO oops | David Disseldorp | 2017-05-03 | 1 | -0/+2 |
| * | CIFS: fix mapping of SFM_SPACE and SFM_PERIOD | Björn Jacke | 2017-05-03 | 1 | -2/+2 |
| * | CIFS: fix oplock break deadlocks | Rabin Vincent | 2017-05-03 | 4 | -5/+18 |
| * | cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops | David Disseldorp | 2017-05-03 | 1 | -0/+2 |
| * | cifs: fix leak in FSCTL_ENUM_SNAPS response handling | David Disseldorp | 2017-05-03 | 1 | -0/+1 |
| * | Set unicode flag on cifs echo request to avoid Mac error | Steve French | 2017-05-02 | 1 | -0/+3 |
| * | CIFS: Add asynchronous write support through kernel AIO | Pavel Shilovsky | 2017-05-02 | 2 | -51/+139 |
| * | CIFS: Add asynchronous read support through kernel AIO | Pavel Shilovsky | 2017-05-02 | 2 | -39/+131 |
| * | CIFS: Add asynchronous context to support kernel AIO | Pavel Shilovsky | 2017-05-02 | 3 | -0/+139 |
| * | cifs: fix IPv6 link local, with scope id, address parsing | Daniel N Pettersson | 2017-05-02 | 1 | -2/+7 |
| * | cifs: small underflow in cnvrtDosUnixTm() | Dan Carpenter | 2017-05-02 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-02 | 3 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-21 | 1 | -0/+10 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-15 | 13 | -94/+279 |
| |\ \ |
|
| * | | | net: break include loop netdevice.h, dsa.h, devlink.h | Andrew Lunn | 2017-03-28 | 3 | -0/+3 |
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-05-02 | 5 | -53/+40 |
|\ \ \ \ |
|
| * | | | | cifs: don't check for failure from mempool_alloc() | NeilBrown | 2017-04-28 | 3 | -44/+32 |
| * | | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE | Sachin Prabhu | 2017-04-28 | 1 | -1/+2 |
| * | | | | Fix match_prepath() | Sachin Prabhu | 2017-04-28 | 1 | -8/+6 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-05-01 | 3 | -12/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | cifs: Convert to separately allocated bdi | Jan Kara | 2017-04-20 | 3 | -12/+6 |
| |/ / |
|
* | | | cifs: Do not send echoes before Negotiate is complete | Sachin Prabhu | 2017-04-17 | 1 | -0/+10 |
| |/
|/| |
|
* | | CIFS: Fix SMB3 mount without specifying a security mechanism | Pavel Shilovsky | 2017-04-13 | 1 | -1/+3 |
* | | CIFS: store results of cifs_reopen_file to avoid infinite wait | Germano Percossi | 2017-04-10 | 1 | -3/+3 |
* | | CIFS: remove bad_network_name flag | Germano Percossi | 2017-04-10 | 2 | -6/+0 |
* | | CIFS: reconnect thread reschedule itself | Germano Percossi | 2017-04-10 | 1 | -1/+9 |
* | | CIFS: handle guest access errors to Windows shares | Mark Syms | 2017-04-10 | 1 | -0/+3 |
* | | CIFS: Fix null pointer deref during read resp processing | Pavel Shilovsky | 2017-04-10 | 3 | -11/+11 |
* | | Reset TreeId to zero on SMB2 TREE_CONNECT | Jan-Marek Glogowski | 2017-04-07 | 1 | -0/+4 |
* | | CIFS: Fix build failure with smb2 | Tobias Regnery | 2017-04-07 | 1 | -0/+1 |
* | | Introduce cifs_copy_file_range() | Sachin Prabhu | 2017-04-07 | 5 | -68/+110 |
* | | SMB3: Rename clone_range to copychunk_range | Sachin Prabhu | 2017-04-07 | 3 | -15/+16 |
* | | Handle mismatched open calls | Sachin Prabhu | 2017-04-07 | 9 | -13/+143 |
|/ |
|
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2017-03-03 | 16 | -168/+447 |
|\ |
|
| * | smb2: Enforce sec= mount option | Sachin Prabhu | 2017-03-02 | 8 | -7/+49 |
| * | CIFS: Fix sparse warnings | Steve French | 2017-03-02 | 2 | -4/+4 |
| * | CIFS: implement get_dfs_refer for SMB2+ | Aurelien Aptel | 2017-03-02 | 2 | -0/+109 |
| * | CIFS: use DFS pathnames in SMB2+ Create requests | Aurelien Aptel | 2017-03-02 | 1 | -16/+80 |
| * | CIFS: set signing flag in SMB2+ TreeConnect if needed | Aurelien Aptel | 2017-03-01 | 1 | -2/+2 |
| * | CIFS: let ses->ipc_tid hold smb2 TreeIds | Aurelien Aptel | 2017-03-01 | 1 | -1/+1 |