aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-06-17smb3: fix typo in mount options displayed in /proc/mountsSteve French
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-04-23cifs: ignore cached share root handle closing errorsAurelien Aptel
2020-04-23cifs: Allocate encryption header through kmallocLong Li
2020-04-17CIFS: check new file size when extending file by fallocateMurphy Zhou
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-04-17smb3: fix performance regression with setting mtimeSteve French
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Dan Carpenter
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-02-24cifs: Use #define in cifs_dbgJoe Perches
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-24cifs: add missing mount option to /proc/mountsSteve French
2020-02-24cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
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