summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-161-0/+2
* cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg2019-04-011-5/+3Star
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-011-12/+32
* cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7Star
* SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-151-16/+46
* cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-151-2/+12
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-151-0/+102
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-151-7/+19
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-151-0/+32
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-151-17/+59
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-18/+95
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-151-1/+1
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-061-0/+35
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-7/+20
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-051-3/+3
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-051-3/+3
* CIFS: Do not log credits when unmounting a sharePavel Shilovsky2019-03-051-1/+2
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-051-0/+13
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-051-3/+12
* cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg2019-03-051-0/+10
* cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-291-1/+3
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-241-1/+5
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-241-10/+14
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-241-7/+25
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-241-3/+3
* smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-031-1/+3
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-21/+46
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-241-62/+43Star
* cifs: create a helper function for compound query_infoRonnie Sahlberg2018-12-241-26/+56
* cifs: use a compound for setting an xattrRonnie Sahlberg2018-12-241-18/+70
* smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg2018-12-191-8/+15
* smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-021-0/+3
* cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-021-5/+6
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-2/+2
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* | smb3: show number of current open files in /proc/fs/cifs/StatsSteve French2018-10-241-0/+3
* | cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-241-20/+65
* | smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva2018-10-241-1/+1
* | cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-1/+86
* | smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French2018-10-241-4/+54
* | smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2018-10-241-0/+3
* | smb3: track the instance of each session for debuggingSteve French2018-10-241-0/+2
* | cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-241-1/+1
* | cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-241-3/+3
* | smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French2018-10-241-0/+6
|/
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-031-1/+1
* smb3: check for and properly advertise directory lease supportSteve French2018-09-031-5/+5
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-031-5/+20
* cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg2018-08-231-2/+2
* cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg2018-08-101-0/+5