aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg1-2/+2
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg1-57/+76
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-5/+7
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French1-2/+2
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve French1-0/+6
2019-03-05smb3: improve dynamic tracing of open and posix mkdirSteve French1-0/+5
2019-03-05smb3: add missing read completion trace pointSteve French1-1/+4
2019-03-05smb3: Add tracepoints for read, write and query_dir enterSteve French1-0/+15
2019-03-05smb3: add tracepoints for query dirSteve French1-2/+12
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French1-0/+17
2019-03-05CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky1-21/+3
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-28/+8
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky1-3/+4
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-13/+20
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-10/+29
2019-03-04CIFS: Always reset read error to -EIO if no responsePavel Shilovsky1-2/+1
2019-03-04cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon1-2/+8
2019-03-04smb3: request more credits on tree connectSteve French1-0/+3
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg1-3/+3
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel1-2/+2
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky1-1/+1
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky1-16/+30
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky1-4/+11
2019-01-24cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King1-0/+8
2019-01-11cifs: move large array from stack to heapAurelien Aptel1-7/+16
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French1-13/+27
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara1-3/+85
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg1-12/+0
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-11-02smb3: add trace point for tree connectionSteve French1-1/+2
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg1-7/+12
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-1/+4
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-8/+9
2018-10-23fs/cifs: fix uninitialised variable warningsGarry McNulty1-3/+3
2018-10-23smb3: add tracepoint for sending lease break responses to serverSteve French1-1/+9
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg1-64/+0
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg1-7/+2
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg1-11/+0
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg1-16/+0
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg1-34/+57
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg1-7/+7
2018-10-23cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir()YueHaibing1-2/+2
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-12CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-02smb3: check for and properly advertise directory lease supportSteve French1-0/+3
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg1-2/+2
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French1-0/+60