summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\
| * smb3: Add defines for new information level, FileIdInformationSteve French2020-02-061-0/+8
| * smb3: print warning once if posix context returned on openSteve French2020-02-062-0/+30
| * smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-061-1/+3
| * cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-061-1/+2
| * cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
| * cifs: add SMB3 change notification supportSteve French2020-02-065-0/+87
| * cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
| * cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
| * cifs: Add tracepoints for errors on flush or fsyncSteve French2020-02-052-2/+32
| * cifs: log warning message (once) if out of disk spaceSteve French2020-02-051-0/+3
| * cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-051-2/+8
| * smb3: fix problem with null cifs super block with previous patchSteve French2020-02-052-2/+2
| * SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-0314-118/+68
* | Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-051-6/+7
|\ \
| * | fs: cifs: Delete usage of timespec64_truncDeepa Dinamani2019-12-081-6/+7
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-61/+62
| |/ |/|
* | cifs: update internal module version numberSteve French2020-01-311-1/+1
* | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-01-301-1/+1
* | CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-263-0/+6
* | cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou2020-01-261-1/+1
* | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-263-37/+34
* | cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-261-2/+4
* | smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-263-3/+29
* | CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov2020-01-261-11/+117
* | cifs: remove set but not used variable 'server'YueHaibing2020-01-261-4/+1
* | cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-01-261-1/+1
* | cifs: Fix mount options set in automountPaulo Alcantara (SUSE)2020-01-261-54/+43
* | cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French2020-01-261-1/+1
* | cifs: Fix return value in __update_cache_entryYueHaibing2020-01-261-1/+1
* | cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)2020-01-261-264/+283
* | cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)2020-01-261-32/+77
* | cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)2020-01-261-17/+4
* | cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-261-13/+31
* | cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-261-3/+3
* | cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-261-286/+279
* | cifs: Don't use iov_iter::type directlyDavid Howells2020-01-261-4/+4
* | cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
* | cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-262-12/+87
* | cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
* | cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-263-36/+82
* | fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-261-2/+2
* | fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-1/+1
* | cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
* | cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
* | CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-135-4/+25
* | SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
* | smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
|/
* Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\
| * smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2