summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French
2020-02-12cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-02-06smb3: Add defines for new information level, FileIdInformationSteve French
2020-02-06 smb3: print warning once if posix context returned on openSteve French
2020-02-06smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French
2020-02-06cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel
2020-02-06cifs: fix channel signingAurelien Aptel
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-06cifs: make multichannel warning more visibleAurelien Aptel
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-02-05cifs: Add tracepoints for errors on flush or fsyncSteve French
2020-02-05cifs: log warning message (once) if out of disk spaceSteve French
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-31cifs: update internal module version numberSteve French
2020-01-30cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg
2020-01-26cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov
2020-01-26cifs: remove set but not used variable 'server'YueHaibing
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-01-26cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing
2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)
2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)
2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)
2020-01-26cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)
2020-01-26cifs: Don't use iov_iter::type directlyDavid Howells
2020-01-26cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg
2020-01-26cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variablezhengbin
2020-01-26fs/cifs/smb2ops.c: use true,false for bool variablezhengbin
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)
2019-12-23cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French