summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-081-2/+3
* | cifs: smbd: Return EINTR when interruptedLong Li2019-05-081-1/+1
* | cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-083-127/+10Star
* | smbd: Make upper layer decide when to destroy the transportLong Li2019-05-083-27/+101
* | SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-081-0/+8
* | CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel2019-05-081-1/+10
* | CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza2019-05-081-0/+2
* | cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-084-25/+151
* | cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky2019-05-081-1740/+1740
* | SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-083-6/+44
|/
* Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-9/+3Star
|\
| * cifs: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-071-1/+0Star
|\ \
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* | | 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/+3Star
* | 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/+7Star
* | cifs: update internal module version numberSteve French2019-03-231-1/+1
* | SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-231-1/+4
* | cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)2019-03-231-3/+3
* | cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-231-2/+6
* | fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-03-231-1/+2
* | cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng2019-03-231-1/+1
* | CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li2019-03-231-30/+41
* | CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li2019-03-231-32/+45
|/
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-03-151-1/+13
* 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
* smb2: fix typo in definition of a few error flagsSteve French2019-03-151-3/+3
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-154-104/+239
* cifs: minor documentation updatesSteve French2019-03-151-0/+1
* cifs: remove unused value pointed out by CoveritySteve French2019-03-151-4/+0Star
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-152-7/+22
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-152-0/+38
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-153-19/+68
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-152-57/+80
* smb3: Add dynamic trace points for various compounded smb3 opsSteve French2019-03-152-4/+185
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-155-28/+118
* smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French2019-03-151-0/+3
* cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-151-72/+38Star
* smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-152-0/+6