summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix page reference leak with readv/writevJérôme Glisse2019-04-242-15/+23
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-04-241-0/+4
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-04-241-0/+1
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-164-10/+53
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-161-0/+2
* cifs: Fix lease buffer length errorZhangXiaoxu2019-04-161-1/+4
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-161-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-161-1/+1
* cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg2019-04-011-5/+3
* SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-015-5/+53
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-014-28/+58
* cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7
* cifs: update internal module version numberSteve French2019-03-221-1/+1
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-221-1/+4
* cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)2019-03-221-3/+3
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-221-2/+6
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-221-1/+2
* cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng2019-03-221-1/+1
* CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li2019-03-221-30/+41
* CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li2019-03-221-32/+45
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-03-141-1/+13
* SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-141-16/+46
* cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-141-2/+12
* smb2: fix typo in definition of a few error flagsSteve French2019-03-141-3/+3
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-144-104/+239
* cifs: minor documentation updatesSteve French2019-03-141-0/+1
* cifs: remove unused value pointed out by CoveritySteve French2019-03-141-4/+0
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-142-7/+22
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-142-0/+38
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-143-19/+68
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-142-57/+80
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-142-4/+185
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-145-28/+118
* smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French2019-03-141-0/+3
* cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-141-72/+38
* smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-142-0/+6
* smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French2019-03-141-1/+7
* cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg2019-03-141-10/+30
* cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg2019-03-141-0/+28
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-143-10/+10
* cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg2019-03-141-16/+14
* cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg2019-03-141-16/+17
* fs: cifs: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-061-60/+60
* smb3: request more credits on normal (non-large read/write) opsSteve French2019-03-051-2/+2
* CIFS: Mask off signals when sending SMB packetsPavel Shilovsky2019-03-051-3/+38
* CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky2019-03-051-1/+2
* CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky2019-03-051-0/+8
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-051-5/+7
* smb3: for kerberos mounts display the credential uid usedSteve French2019-03-051-1/+1
* cifs: use correct format charactersLouis Taylor2019-03-052-3/+3