aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2019-04-16cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04CIFS: Do not log credits when unmounting a sharePavel Shilovsky
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-04CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-03-04cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathSteve French
2018-10-23smb3: track the instance of each session for debuggingSteve French
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-10-23smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-02smb2: fix missing files in root share directory listingAurelien Aptel
2018-09-02smb3: check for and properly advertise directory lease supportSteve French
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-10cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg