summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorLines
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg-2/+17
2021-02-09cifs: do not disable noperm if multiuser mount option is not providedRonnie Sahlberg-2/+2
2021-02-09cifs: fix dfs-linksRonnie Sahlberg-0/+8
2021-02-05cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel-2/+20
2021-02-05smb3: fix crediting for compounding when only one request in flightPavel Shilovsky-3/+15
2021-02-01smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva-1/+1
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg-16/+75
2021-01-28cifs: returning mount parm processing errors correctlySteve French-4/+4
2021-01-28cifs: fix mounts to subdirectories of targetSteve French-0/+1
2021-01-28cifs: ignore auto and noauto options if givenAdam Harvey-0/+1
2021-01-23cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg-2/+2
2021-01-17fs/cifs: Simplify bool comparison.Jiapeng Zhong-1/+1
2021-01-17fs/cifs: Assign boolean values to a bool variableJiapeng Zhong-1/+1
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI-1/+1
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI-1/+1
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong-3/+1
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara-1/+1
2021-01-13cifs: check pointer before freeingTom Rix-1/+2
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov-9/+9
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov-48/+100
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero-0/+1
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter-31/+33
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter-6/+7
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter-2/+0
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-2354/+3560
2020-12-16cifs: update internal module version numberSteve French-1/+1
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French-0/+7
2020-12-16cifs: handle "guest" mount parameterSteve French-0/+4
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French-5/+10
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N-4/+64
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg-1/+3
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French-8/+9
2020-12-15cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero-10/+11
2020-12-15smb3: remind users that witness protocol is experimentalSteve French-0/+1
2020-12-15cifs: update super_operations to show_devnameSteve French-0/+21
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg-1/+3
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg-0/+1
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg-71/+159
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg-6/+6
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg-0/+4
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg-15/+2
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg-6/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg-35/+27
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg-5/+52
2020-12-14cifs: add initial reconfigure supportRonnie Sahlberg-3/+33
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg-28/+31
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg-52/+51
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko-0/+1
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero-8/+162