aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01cifs: fix kref underflow in close_shroot()Gravatar Ronnie Sahlberg 1-9/+7
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsGravatar Ronnie Sahlberg 1-16/+46
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocGravatar Ronnie Sahlberg 1-2/+12
2019-03-14CIFS: make mknod() an smb_version_opGravatar Aurelien Aptel 1-0/+102
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruGravatar Steve French 1-7/+19
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeGravatar Steve French 1-0/+32
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredGravatar Ronnie Sahlberg 1-17/+59
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleGravatar Ronnie Sahlberg 1-18/+95
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsGravatar Ronnie Sahlberg 1-1/+1
2019-03-05CIFS: Adjust MTU credits before reopening a fileGravatar Pavel Shilovsky 1-0/+35
2019-03-05CIFS: Respect reconnect in MTU credits calculationsGravatar Pavel Shilovsky 1-7/+20
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesGravatar Pavel Shilovsky 1-3/+3
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesGravatar Pavel Shilovsky 1-3/+3
2019-03-04CIFS: Do not log credits when unmounting a shareGravatar Pavel Shilovsky 1-1/+2
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresGravatar Pavel Shilovsky 1-0/+13
2019-03-04CIFS: Do not reset lease state to NONE on lease breakGravatar Pavel Shilovsky 1-3/+12
2019-03-04cifs: return -ENODATA when deleting an xattr that does not existGravatar Ronnie Sahlberg 1-0/+10
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeGravatar Ronnie Sahlberg 1-1/+3
2019-01-24CIFS: Fix credit calculations in compound mid callbackGravatar Pavel Shilovsky 1-1/+5
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsGravatar Pavel Shilovsky 1-10/+14
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Gravatar Pavel Shilovsky 1-7/+25
2019-01-24CIFS: Fix possible hang during async MTU reads and writesGravatar Pavel Shilovsky 1-3/+3
2019-01-02smb3: fix large reads on encrypted connectionsGravatar Paul Aurich 1-1/+3
2018-12-31cifs: we can not use small padding iovs together with encryptionGravatar Ronnie Sahlberg 1-21/+46
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperGravatar Ronnie Sahlberg 1-62/+43
2018-12-23cifs: create a helper function for compound query_infoGravatar Ronnie Sahlberg 1-26/+56
2018-12-23cifs: use a compound for setting an xattrGravatar Ronnie Sahlberg 1-18/+70
2018-12-19smb3: Fix rmdir compounding regression to strict serversGravatar Ronnie Sahlberg 1-8/+15
2018-11-02smb3: allow more detailed protocol info on open files for debuggingGravatar Steve French 1-0/+3
2018-11-02cifs: fix return value for cifs_listxattrGravatar Ronnie Sahlberg 1-5/+6
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsGravatar Steve French 1-0/+3
2018-10-23cifs: add support for ioctl on directoriesGravatar Ronnie Sahlberg 1-20/+65
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGravatar Gustavo A. R. Silva 1-1/+1
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceGravatar Ronnie Sahlberg 1-1/+86
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsGravatar Steve French 1-4/+54
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathGravatar Steve French 1-0/+3
2018-10-23smb3: track the instance of each session for debuggingGravatar Steve French 1-0/+2
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofGravatar Ronnie Sahlberg 1-1/+1
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itGravatar Ronnie Sahlberg 1-3/+3
2018-10-23smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Gravatar Steve French 1-0/+6
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2018-10-02smb2: fix missing files in root share directory listingGravatar Aurelien Aptel 1-1/+1
2018-09-02smb3: check for and properly advertise directory lease supportGravatar Steve French 1-5/+5
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsGravatar Steve French 1-5/+20
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Gravatar Ronnie Sahlberg 1-2/+2
2018-08-10cifs: add missing support for ACLs in SMB 3.11Gravatar Ronnie Sahlberg 1-0/+5
2018-08-09smb3: enumerating snapshots was leaving part of the data off endGravatar Steve French 1-7/+27
2018-08-09cifs: update smb2_queryfs() to use compoundingGravatar Ronnie Sahlberg 1-6/+100
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesGravatar Ronnie Sahlberg 1-8/+53