summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-093-19/+23
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\
| * CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-052-0/+7
| * SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-041-3/+11
| * cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-041-0/+2
| * CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-041-2/+2
| * CIFS: fix oplock break deadlocksRabin Vincent2017-05-034-5/+18
| * cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
| * cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
| * Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
| * CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-022-51/+139
| * CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-022-39/+131
| * CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-023-0/+139
| * cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson2017-05-021-2/+7
| * cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2017-05-021-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-033-0/+3
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-0/+10
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1613-94/+279
| |\ \
| * | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-293-0/+3
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-025-53/+40Star
|\ \ \ \
| * | | | cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-283-44/+32Star
| * | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2
| * | | | Fix match_prepath()Sachin Prabhu2017-04-281-8/+6Star
| | |_|/ | |/| |
* | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-013-12/+6Star
|\ \ \ \ | |/ / / |/| | |
| * | | cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6Star
| |/ /
* | / cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-171-0/+10
| |/ |/|
* | CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky2017-04-131-1/+3
* | CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-111-3/+3
* | CIFS: remove bad_network_name flagGermano Percossi2017-04-112-6/+0Star
* | CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-111-1/+9
* | CIFS: handle guest access errors to Windows sharesMark Syms2017-04-111-0/+3
* | CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-113-11/+11
* | Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-071-0/+4
* | CIFS: Fix build failure with smb2Tobias Regnery2017-04-071-0/+1
* | Introduce cifs_copy_file_range()Sachin Prabhu2017-04-075-68/+110
* | SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-073-15/+16
* | Handle mismatched open callsSachin Prabhu2017-04-079-13/+143
|/
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-03-0416-168/+447
|\
| * smb2: Enforce sec= mount optionSachin Prabhu2017-03-038-7/+49
| * CIFS: Fix sparse warningsSteve French2017-03-032-4/+4
| * CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2017-03-032-0/+109
| * CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel2017-03-031-16/+80
| * CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel2017-03-021-2/+2
| * CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel2017-03-021-1/+1
| * CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-024-11/+35
| * CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel2017-03-023-2/+17
| * CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-024-120/+125
| * CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky2017-03-011-6/+26
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-3/+4
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-3/+4