summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-14cifs: fix uninitialized variable in smb3_fs_context_parse_paramRonnie Sahlberg
2020-12-14cifs: update mnt_cifs_flags during reconfigureRonnie Sahlberg
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg
2020-12-14cifs: do not allow changing posix_paths during remountRonnie Sahlberg
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg
2020-12-14cifs: add initial reconfigure supportRonnie Sahlberg
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg
2020-12-14cifs: Add missing sentinel to smb3_fs_parametersDmitry Osipenko
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove some minor warnings pointed out by kernel test robotSteve French
2020-12-14cifs: remove various function description warningsSteve French
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero
2020-12-14cifs: Add witness information to debug data dumpSamuel Cabrero
2020-12-14cifs: Set witness notification handler for messages from userspace daemonSamuel Cabrero
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero
2020-12-14cifs: minor updates to KconfigSteve French
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-14cifs: Register generic netlink familySamuel Cabrero
2020-12-14cifs: cleanup misc.cSteve French
2020-12-14cifs: minor kernel style fixes for commentsSteve French
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker