summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: use find_get_pages_range_tag()Jan Kara2017-11-151-19/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-26/+4
|\
| * cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
* | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
* | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
* | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2
* | CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel2017-10-251-3/+7
* | cifs: Select all required crypto modulesBenjamin Gilbert2017-10-251-0/+5
* | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li2017-10-181-1/+1
* | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-185-11/+32
* | Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-182-14/+20
|/
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-09-221-0/+7
* SMB3: handle new statx fieldsSteve French2017-09-221-0/+15
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-09-201-5/+12
* cifs: release auth_key.response for reconnect.Shu Wang2017-09-201-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-09-201-1/+1
* CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-201-4/+8
* [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
* cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2
* SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-09-201-0/+2
* SMB3: Fix endian warningSteve French2017-09-201-2/+3
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-09-191-1/+1
* Update version of cifs moduleSteve French2017-09-171-1/+1
* cifs: hide unused functionsArnd Bergmann2017-09-171-0/+2
* SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-175-18/+139
* cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg2017-09-121-2/+2
* Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-079-5/+274
|\
| * cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-043-1/+26
| * cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-047-4/+79
| * cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg2017-09-044-0/+169
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-31/+0
|\ \
| * | fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-31/+0
| |/
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+2
|\ \
| * | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-2/+2
* | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ \ | |_|/ |/| |
| * | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
| |/
* | Fix warning messages when mounting to older serversSteve French2017-09-012-2/+27
* | CIFS: remove endian related sparse warningSteve French2017-08-301-1/+1
* | CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-08-301-2/+2
* | cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-231-6/+12
* | cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-231-2/+2
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-1/+1
|\
| * cifs: use get_random_u32 for 32-bit lock randomJason A. Donenfeld2017-06-191-1/+1
* | cifs: Clean up unused variables in smb2pdu.cChristos Gkekas2017-07-091-28/+7
* | [SMB3] Improve security, move default dialect to SMB3 from old CIFSSteve French2017-07-081-3/+3
* | [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-0810-131/+39
OpenPOWER on IntegriCloud