aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI1-1/+1
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong1-3/+1
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-13cifs: check pointer before freeingTom Rix1-1/+2
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov3-9/+9
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov8-48/+100
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero1-0/+1
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter1-31/+33
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter1-6/+7
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter1-2/+0
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds40-2354/+3560
2020-12-16cifs: update internal module version numberSteve French1-1/+1
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeSteve French1-0/+7
2020-12-16cifs: handle "guest" mount parameterSteve French1-0/+4
2020-12-16cifs: correct four aliased mount parms to allow use of previous namesSteve French1-5/+10
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N4-4/+64
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg1-1/+3
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French2-8/+9
2020-12-15cifs: Fix some error pointers handling detected by static checkerSamuel Cabrero1-10/+11
2020-12-15smb3: remind users that witness protocol is experimentalSteve French1-0/+1
2020-12-15cifs: update super_operations to show_devnameSteve French1-0/+21
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg1-1/+3
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg1-0/+1
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg3-71/+159
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg3-6/+6
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg1-0/+4
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg1-15/+2
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg1-6/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg5-35/+27
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg3-5/+52
2020-12-14cifs: add initial reconfigure supportRonnie Sahlberg1-3/+33
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg9-28/+31
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg6-52/+51
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko1-0/+1
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero3-8/+162
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg4-6/+4
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg8-57/+51
2020-12-14cifs: remove some minor warnings pointed out by kernel test robotSteve French1-0/+4
2020-12-14cifs: remove various function description warningsSteve French4-7/+23
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero1-13/+8
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero3-0/+22
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero3-0/+50
2020-12-14cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero3-0/+99
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero5-3/+474
2020-12-14cifs: minor updates to KconfigSteve French1-8/+8
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero5-0/+43
2020-12-14cifs: Register generic netlink familySamuel Cabrero5-1/+114
2020-12-14cifs: cleanup misc.cSteve French3-57/+68
2020-12-14cifs: minor kernel style fixes for commentsSteve French1-10/+15