aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg4-18/+12
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg3-34/+41
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg4-22/+9
2020-12-13cifs: switch to new mount apiRonnie Sahlberg10-1281/+1096
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg3-57/+59
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2-57/+97
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg3-60/+44
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg12-736/+750
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French1-1/+10
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N3-12/+35
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N3-73/+155
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-6/+8
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2