aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani3-19/+23
2017-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-105/+465
2017-05-05CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2-0/+7
2017-05-03SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French1-3/+11
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
2017-05-03CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke1-2/+2
2017-05-03CIFS: fix oplock break deadlocksRabin Vincent4-5/+18
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp1-0/+2
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+3
2017-05-02Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-05-02CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2-51/+139
2017-05-02CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2-39/+131
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky3-0/+139
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson1-2/+7
2017-05-02cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-53/+40
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-12/+6
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown3-44/+32
2017-04-28Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu1-1/+2
2017-04-28Fix match_prepath()Sachin Prabhu1-8/+6
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2017-04-20cifs: Convert to separately allocated bdiJan Kara3-12/+6
2017-04-17cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-94/+279
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky1-1/+3
2017-04-10CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-10CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-10CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-10CIFS: handle guest access errors to Windows sharesMark Syms1-0/+3
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky3-11/+11
2017-04-07Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-07CIFS: Fix build failure with smb2Tobias Regnery1-0/+1
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu5-68/+110
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu3-15/+16
2017-04-07Handle mismatched open callsSachin Prabhu9-13/+143
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn3-0/+3
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-168/+447
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu8-7/+49
2017-03-02CIFS: Fix sparse warningsSteve French2-4/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-3/+4
2017-03-02CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2-0/+109
2017-03-02CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel1-2/+2
2017-03-01CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel1-1/+1
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel4-11/+35