aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Gravatar Stefan Metzmacher 3-9/+2
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 7-59/+169
2020-03-22cifs: do not ignore the SYNC flags in getattrGravatar Steve French 1-5/+17
2020-03-19Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-2/+4
2020-03-18locks: reinstate locks_delete_block optimizationGravatar Linus Torvalds 1-1/+2
2020-03-17CIFS: fiemap: do not return EINVAL if get nothingGravatar Murphy Zhou 1-1/+1
2020-03-17CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Gravatar Shyam Prasad N 1-0/+2
2020-03-17cifs: potential unintitliazed error code in cifs_getattr()Gravatar Dan Carpenter 1-1/+1
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+0
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureGravatar Al Viro 1-1/+0
2020-02-24cifs: Use #define in cifs_dbgGravatar Joe Perches 1-2/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitGravatar Aurelien Aptel 9-17/+33
2020-02-24cifs: add missing mount option to /proc/mountsGravatar Steve French 1-0/+2
2020-02-24cifs: fix potential mismatch of UNC pathsGravatar Paulo Alcantara (SUSE) 1-0/+2
2020-02-24cifs: don't leak -EAGAIN for stat() during reconnectGravatar Ronnie Sahlberg 1-1/+5
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeGravatar Ronnie Sahlberg 1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectGravatar Steve French 1-0/+1
2020-02-12cifs: Fix mode output in debugging statementsGravatar Frank Sorenson 3-4/+4
2020-02-10cifs: fix mount option display for sec=krb5iGravatar Petr Pavlu 1-1/+5
2020-02-09Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 22-129/+247
2020-02-06smb3: Add defines for new information level, FileIdInformationGravatar Steve French 1-0/+8
2020-02-06 smb3: print warning once if posix context returned on openGravatar Steve French 2-0/+30
2020-02-06smb3: add one more dynamic tracepoint missing from strict fsync pathGravatar Steve French 1-1/+3
2020-02-06cifs: fix mode bits from dir listing when mounted with modefromsidGravatar Aurelien Aptel 1-1/+2
2020-02-06cifs: fix channel signingGravatar Aurelien Aptel 1-2/+3
2020-02-06cifs: add SMB3 change notification supportGravatar Steve French 5-0/+87
2020-02-06cifs: make multichannel warning more visibleGravatar Aurelien Aptel 1-1/+1
2020-02-06cifs: fix soft mounts hanging in the reconnect codeGravatar Ronnie Sahlberg 1-1/+1
2020-02-05cifs: Add tracepoints for errors on flush or fsyncGravatar Steve French 2-2/+32
2020-02-05cifs: log warning message (once) if out of disk spaceGravatar Steve French 1-0/+3
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outGravatar Ronnie Sahlberg 1-2/+8
2020-02-05smb3: fix problem with null cifs super block with previous patchGravatar Steve French 2-2/+2
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+7
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 3-61/+62
2020-02-03SMB3: Backup intent flag missing from some more opsGravatar Amir Goldstein 14-118/+68
2020-01-31cifs: update internal module version numberGravatar Steve French 1-1/+1
2020-01-30cifs: fix soft mounts hanging in the reconnect codeGravatar Ronnie Sahlberg 1-1/+1
2020-01-26CIFS: Fix task struct use-after-free on reconnectGravatar Vincent Whitchurch 3-0/+6
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeGravatar Chen Zhou 1-1/+1
2020-01-26cifs: add support for fallocate mode 0 for non-sparse filesGravatar Ronnie Sahlberg 3-37/+34
2020-01-26cifs: fix NULL dereference in match_prepathGravatar Ronnie Sahlberg 1-2/+4
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidGravatar Steve French 3-3/+29
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeGravatar Boris Protopopov 1-11/+117
2020-01-26cifs: remove set but not used variable 'server'Gravatar YueHaibing 1-4/+1
2020-01-26cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Gravatar Paulo Alcantara (SUSE) 1-1/+1
2020-01-26cifs: Fix mount options set in automountGravatar Paulo Alcantara (SUSE) 1-54/+43
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Gravatar Steve French 1-1/+1
2020-01-26cifs: Fix return value in __update_cache_entryGravatar YueHaibing 1-1/+1
2020-01-26cifs: Avoid doing network I/O while holding cache lockGravatar Paulo Alcantara (SUSE) 1-264/+283
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Gravatar Paulo Alcantara (SUSE) 1-32/+77