summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update module internal version numberSteve French2019-05-081-1/+1
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-084-17/+118
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-081-6/+8
* Negotiate and save preferred compression algorithmsSteve French2019-05-084-7/+61
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-084-107/+14Star
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-083-6/+7
* smb3: Add protocol structs for change notify supportSteve French2019-05-081-0/+36
* cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-081-47/+7Star
* cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-081-12/+0Star
* Add new flag on SMB3.1.1 readSteve French2019-05-081-0/+1
* cifs: add fiemap supportRonnie Sahlberg2019-05-088-2/+132
* SMB3: Add defines for new negotiate contextsSteve French2019-05-082-4/+27
* cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg2019-05-081-1/+8
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-083-30/+32
* SMB3: Add handling for different FSCTL access flagsSteve French2019-05-081-1/+9
* cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-082-2/+42
* cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton2019-05-081-5/+0Star
* cifs: Call MID callback before destroying transportLong Li2019-05-081-17/+19
* cifs: smbd: Retry on memory registration failureLong Li2019-05-081-2/+2
* 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