aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+1
2017-07-09cifs: Clean up unused variables in smb2pdu.cChristos Gkekas1-28/+7
2017-07-08[SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French1-3/+3
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French10-131/+39
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky4-0/+39
2017-07-08CIFS: Display SMB2 error codes in the hex formatPavel Shilovsky1-2/+2
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar1-3/+60
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar2-12/+30
2017-07-07Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-24/+218
2017-07-05CIFS: fix circular locking dependencyRabin Vincent1-2/+2
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King1-1/+1
2017-07-05cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li1-2/+5
2017-07-05CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE1-0/+8
2017-07-05cifs: hide unused functionsArnd Bergmann1-1/+2
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar1-0/+116
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar2-11/+44
2017-07-05CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2-3/+34
2017-07-05cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton1-5/+7
2017-07-02SMB3: Enable encryption for SMB3.1.1Steve French1-1/+1
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar5-9/+14
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet1-1/+3
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King1-2/+0
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky2-4/+9
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King1-1/+1
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter1-1/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar1-0/+1
2017-06-19cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld1-1/+1
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French5-10/+8
2017-05-12fs: cifs: transport: Use time_after for time comparisonKarim Eshapa1-1/+1
2017-05-12SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-12cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical1-16/+14
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestSteve French3-16/+0
2017-05-09CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent1-1/+1
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