summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-192-2/+4
|\
| * CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
| * CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
| * cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter2020-03-171-1/+1
* | locks: reinstate locks_delete_block optimizationLinus Torvalds2020-03-181-1/+2
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-03-121-1/+0
|\
| * cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-121-1/+0
* | cifs: Use #define in cifs_dbgJoe Perches2020-02-241-2/+2
* | cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-249-17/+33
* | cifs: add missing mount option to /proc/mountsSteve French2020-02-241-0/+2
* | cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)2020-02-241-0/+2
* | cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-02-241-1/+5
* | cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg2020-02-141-1/+34
* | cifs: enable change notification for SMB2.1 dialectSteve French2020-02-141-0/+1
* | cifs: Fix mode output in debugging statementsFrank Sorenson2020-02-123-4/+4
* | cifs: fix mount option display for sec=krb5iPetr Pavlu2020-02-101-1/+5
|/
* 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