This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f757165705e9 Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub [...] new 0ddad21d3e99 pipe: use exclusive waits when reading or writing new 995933305e11 Merge branch 'pipe-exclusive-wakeup' new 30460e1ea3e6 fs: Enable bmap() function to properly return errors new 10d83e11a582 cachefiles: drop direct usage of ->bmap method. new 569d2056def7 ecryptfs: drop direct calls to ->bmap new 0d89fdae2afe fibmap: Use bmap instead of ->bmap method in ioctl_fibmap new 324282c0252a fibmap: Reject negative block numbers new 12efec560274 saner copy_mount_options() new 236f45329460 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] new 0f89589a8c6f Pass consistent param->type to fs_parse() new 2710c957a8ef fs_parse: get rid of ->enums new 5eede625297f fold struct fs_parameter_enum into struct constant_table new 34264ae3fa22 don't bother with explicit length argument for __lookup_co [...] new aa1918f94914 get rid of fs_value_is_filename_empty new fbc2d1686dc5 get rid of cg_invalf() new 9f09f649ca33 teach logfc() to handle prefices, give it saner calling co [...] new 3fbb8d5554a1 struct p_log, variants of warnf() et.al. taking that one instead new 2c3f3dc31556 switch rbd and libceph to p_log-based primitives new 7f5d38141e30 new primitive: __fs_parse() new c80c98f0dc5d ceph_parse_param(), ceph_parse_mon_ips(): switch to passin [...] new cc3c0b533ab9 add prefix to fs_context->log new 96cafb9ccb15 fs_parser: remove fs_parameter_description name field new d7167b149943 fs_parse: fold fs_parameter_desc/fs_parameter_spec new 48ce73b1bef2 fs_parse: handle optional arguments sanely new 328de5287b10 turn fs_param_is_... into functions new a3ff937b33d9 prefix-handling analogues of errorf() and friends new d53d0f7461a5 ceph: use errorfc() and friends instead of spelling the pr [...] new 2e28c49ea648 fuse: switch to use errorfc() et.al. new 77cb271e6a51 gfs2: switch to use of errorfc() et.al. new e1ee7d8511f1 cramfs: switch to use of errofc() et.al. new b5db30cfb979 hugetlbfs: switch to use of invalfc() new bf45f7fcc400 procfs: switch to use of invalfc() new 58c025f0e803 cgroup1: switch to use of errorfc() et.al. new f35aa2bc809e tmpfs: switch to use of invalfc() new c9d35ee049b4 Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.or [...] new 0a061743af93 compat_ioctl: fix FIONREAD on devices new b85080c106b1 Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/ [...]
The 37 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/filesystems/mount_api.txt | 12 +- arch/powerpc/platforms/cell/spufs/inode.c | 11 +- arch/s390/hypfs/inode.c | 11 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 11 +- drivers/base/devtmpfs.c | 4 +- drivers/block/rbd.c | 31 +-- drivers/md/md-bitmap.c | 16 +- drivers/usb/gadget/function/f_fs.c | 11 +- fs/afs/super.c | 32 +-- fs/cachefiles/rdwr.c | 27 +- fs/ceph/cache.c | 4 +- fs/ceph/super.c | 40 ++- fs/coredump.c | 4 +- fs/cramfs/inode.c | 14 +- fs/ecryptfs/mmap.c | 16 +- fs/f2fs/data.c | 16 +- fs/filesystems.c | 3 +- fs/fs_context.c | 79 ++---- fs/fs_parser.c | 447 +++++++++++++----------------- fs/fsopen.c | 26 +- fs/fuse/inode.c | 25 +- fs/gfs2/ops_fstype.c | 103 +++---- fs/hugetlbfs/inode.c | 13 +- fs/inode.c | 32 ++- fs/ioctl.c | 44 ++- fs/jbd2/journal.c | 21 +- fs/jffs2/super.c | 26 +- fs/namespace.c | 49 +--- fs/nfs/fs_context.c | 93 ++++--- fs/pipe.c | 67 +++-- fs/proc/root.c | 13 +- fs/ramfs/inode.c | 11 +- fs/splice.c | 8 +- fs/xfs/xfs_super.c | 11 +- include/linux/ceph/libceph.h | 5 +- include/linux/fs.h | 13 +- include/linux/fs_context.h | 32 ++- include/linux/fs_parser.h | 101 +++---- include/linux/pipe_fs_i.h | 2 +- include/linux/ramfs.h | 4 +- include/linux/shmem_fs.h | 3 +- kernel/bpf/inode.c | 11 +- kernel/cgroup/cgroup-internal.h | 4 +- kernel/cgroup/cgroup-v1.c | 35 +-- kernel/cgroup/cgroup.c | 13 +- mm/page_io.c | 11 +- mm/shmem.c | 40 ++- net/ceph/ceph_common.c | 41 ++- security/selinux/hooks.c | 11 +- security/smack/smack_lsm.c | 9 +- 50 files changed, 739 insertions(+), 927 deletions(-)