summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-286-16/+75
* cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4
* cifs: fix mounts to subdirectories of targetSteve French2021-01-281-0/+1
* cifs: ignore auto and noauto options if givenAdam Harvey2021-01-281-0/+1
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
* fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-171-1/+1
* fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-171-1/+1
* cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
* cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
* fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong2021-01-131-3/+1
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-131-1/+1
* cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-183-9/+9
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-188-48/+100
* cifs: Avoid error pointer dereferenceSamuel Cabrero2020-12-181-0/+1
* cifs: Re-indent cifs_swn_reconnect()Dan Carpenter2020-12-181-31/+33
* cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter2020-12-181-6/+7
* cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter2020-12-181-2/+0
* Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-1740-2354/+3560
|\
| * cifs: update internal module version numberSteve French2020-12-161-1/+1
| * cifs: Fix support for remount when not changing rsize/wsizeSteve French2020-12-161-0/+7
| * cifs: handle "guest" mount parameterSteve French2020-12-161-0/+4
| * cifs: correct four aliased mount parms to allow use of previous namesSteve French2020-12-161-5/+10
| * cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-154-4/+64
| * cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg2020-12-151-1/+3
| * cifs: fix rsize/wsize to be negotiated valuesSteve French2020-12-152-8/+9
| * cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero2020-12-151-10/+11
| * smb3: remind users that witness protocol is experimentalSteve French2020-12-151-0/+1
| * cifs: update super_operations to show_devnameSteve French2020-12-151-0/+21
| * cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg2020-12-141-1/+3
| * cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg2020-12-141-0/+1
| * cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-143-71/+159
| * cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg2020-12-143-6/+6
| * cifs: do not allow changing posix_paths during remountRonnie Sahlberg2020-12-141-0/+4
| * cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg2020-12-141-15/+2
| * cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg2020-12-141-6/+1
| * cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-145-35/+27
| * cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg2020-12-143-5/+52
| * cifs: add initial reconfigure supportRonnie Sahlberg2020-12-141-3/+33
| * cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-149-28/+31
| * cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-146-52/+51
| * cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko2020-12-141-0/+1
| * cifs: Handle witness client move notificationSamuel Cabrero2020-12-143-8/+162
| * cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-144-6/+4
| * cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-148-57/+51
| * cifs: remove some minor warnings pointed out by kernel test robotSteve French2020-12-141-0/+4
| * cifs: remove various function description warningsSteve French2020-12-144-7/+23
| * cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero2020-12-141-13/+8
| * cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero2020-12-143-0/+22
| * cifs: Add witness information to debug data dumpSamuel Cabrero2020-12-143-0/+50