summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero2020-12-143-0/+99
* cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero2020-12-145-3/+474
* cifs: minor updates to KconfigSteve French2020-12-141-8/+8
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-145-0/+43
* cifs: Register generic netlink familySamuel Cabrero2020-12-145-1/+114
* cifs: cleanup misc.cSteve French2020-12-143-57/+68
* cifs: minor kernel style fixes for commentsSteve French2020-12-141-10/+15
* cifs: Make extract_sharename function publicSamuel Cabrero2020-12-145-25/+26
* cifs: Make extract_hostname function publicSamuel Cabrero2020-12-143-34/+33
* cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-134-18/+12
* cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-133-34/+41
* cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-134-22/+9
* cifs: switch to new mount apiRonnie Sahlberg2020-12-1310-1281/+1096
* cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg2020-12-133-57/+59
* cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2020-12-132-57/+97
* cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-133-60/+44
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-1312-736/+750
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-132-5/+16
* SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French2020-12-131-1/+10
* cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N2020-12-133-12/+35
* cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N2020-12-133-73/+155
* SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-131-4/+12
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-131-1/+2
* cifs: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-133-0/+3
* Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-121-8/+11
|\
| * io_uring: fix file leak on error path of io ctx creationHillf Danton2020-12-081-7/+10