summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton5-10/+16
2020-12-14ceph: make fsc->mount_state an intJeff Layton1-1/+1
2020-12-14ceph: don't WARN when removing caps due to blocklistingJeff Layton1-1/+2
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+17
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-4/+3
2020-12-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds8-65/+35
2020-12-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds11-118/+151
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
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero5-25/+26
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero3-34/+33
2020-12-14ovl: unprivieged mountsMiklos Szeredi1-0/+1
2020-12-14ovl: do not get metacopy for userxattrMiklos Szeredi1-0/+7
2020-12-14ovl: do not fail because of O_NOATIMEMiklos Szeredi1-8/+3
2020-12-14ovl: do not fail when setting origin xattrMiklos Szeredi1-1/+2
2020-12-14ovl: user xattrMiklos Szeredi5-16/+71
2020-12-14ovl: simplify file spliceMiklos Szeredi1-44/+2
2020-12-14ovl: make ioctl() safeMiklos Szeredi1-71/+16
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi2-0/+6
2020-12-14vfs: verify source area in vfs_dedupe_file_range_one()Miklos Szeredi1-1/+9
2020-12-14vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi1-6/+11
2020-12-14NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yetTrond Myklebust1-7/+8
2020-12-14NFSv4.2: Deal with potential READ_PLUS data extent buffer overflowTrond Myklebust1-2/+7
2020-12-14NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust1-19/+17