summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-161-3/+3
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-051-3/+14
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-051-7/+0Star
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-241-0/+7
* smb3: minor debugging clarifications in rfc1001 len processingSteve French2018-09-031-5/+9
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-08-231-0/+7
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-10/+3Star
* smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-151-1/+15
* CIFS: Fix NULL ptr derefAurelien Aptel2018-06-071-1/+3
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-031-0/+1
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-16/+12Star
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-1/+1
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-06-011-18/+19
* cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg2018-06-011-6/+4Star
* cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-06-011-2/+2
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-06-011-0/+6
* cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg2018-05-311-30/+20Star
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-281-7/+7
* smb3.11: replace a 4 with server->vals->header_preamble_sizeSteve French2018-04-131-4/+7
* SMB3: Fix length checking of SMB3.11 negotiate requestSteve French2018-04-121-0/+39
* cifs: fix sparse warning on previous patch in a few printksSteve French2018-04-021-3/+3
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-9/+10
* CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-021-0/+64
* cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg2018-01-251-1/+1
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-2/+3
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+46
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-28/+33
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-8/+8
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-6/+30
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* Fix coverity warningSteve French2015-04-011-1/+1
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-5/+7
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-111-19/+19
* Allow conversion of characters in Mac remap range (part 2)Steve French2014-10-161-3/+9
* [CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French2014-08-161-1/+16
* [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-031-3/+3
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-3/+15
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-101-2/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-19/+11Star
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-3/+3
* CIFS: Fix missing lease breakPavel Shilovsky2013-09-081-69/+80
* CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-081-0/+1
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-0/+4
* SMB2 FSCTL and IOCTL worker functionSteve French2013-06-271-0/+4
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-48/+48
* Trivial endian fixesSteve French2012-09-251-2/+3
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-251-5/+69
* CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-251-1/+89
* CIFS: Add oplock break support for SMB2Pavel Shilovsky2012-09-251-2/+74