summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-231-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-231-2/+6
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-151-2/+2
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-151-57/+76
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-5/+7
* smb3: request more credits on normal (non-large read/write) opsSteve French2019-03-061-2/+2
* smb3: add dynamic trace point for query_info_enter/doneSteve French2019-03-061-0/+6
* smb3: improve dynamic tracing of open and posix mkdirSteve French2019-03-061-0/+5
* smb3: add missing read completion trace pointSteve French2019-03-061-1/+4
* smb3: Add tracepoints for read, write and query_dir enterSteve French2019-03-061-0/+15
* smb3: add tracepoints for query dirSteve French2019-03-061-2/+12
* smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French2019-03-061-0/+17
* CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky2019-03-061-21/+3Star
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-061-28/+8Star
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-061-3/+4
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-061-13/+20
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-10/+29
* CIFS: Always reset read error to -EIO if no responsePavel Shilovsky2019-03-051-2/+1Star
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-03-051-2/+8
* smb3: request more credits on tree connectSteve French2019-03-051-0/+3
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-3/+3
* CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-301-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-301-2/+2
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-301-16/+30
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-01-241-4/+11
* cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King2019-01-241-0/+8
* cifs: move large array from stack to heapAurelien Aptel2019-01-111-7/+16
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
* smb3: add smb3.1.1 to default dialect listSteve French2019-01-031-13/+27
* cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-281-3/+85
* cifs: remove set but not used variable 'server'YueHaibing2018-12-281-7/+1Star
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-241-12/+0Star
* smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-021-0/+3
* smb3: add trace point for tree connectionSteve French2018-11-021-1/+2
* cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2018-10-241-7/+12
* smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-241-1/+4
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-8/+9
* fs/cifs: fix uninitialised variable warningsGarry McNulty2018-10-241-3/+3
* smb3: add tracepoint for sending lease break responses to serverSteve French2018-10-241-1/+9
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-241-64/+0Star
* cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-241-7/+2Star
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-241-11/+0Star
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-241-16/+0Star
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-241-34/+57
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-241-7/+7
* cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing2018-10-241-2/+2
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-121-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-121-10/+15
* smb3: check for and properly advertise directory lease supportSteve French2018-09-031-0/+3