summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0735-768/+796
|\
| * init: add an init_dup helperChristoph Hellwig2020-08-053-4/+17
| * init: add an init_utimes helperChristoph Hellwig2020-07-313-2/+15
| * init: add an init_stat helperChristoph Hellwig2020-07-314-2/+20
| * init: add an init_mknod helperChristoph Hellwig2020-07-318-16/+30
| * init: add an init_mkdir helperChristoph Hellwig2020-07-318-13/+25
| * init: add an init_symlink helperChristoph Hellwig2020-07-316-13/+19
| * init: add an init_link helperChristoph Hellwig2020-07-316-14/+38
| * init: add an init_eaccess helperChristoph Hellwig2020-07-315-10/+17
| * init: add an init_chmod helperChristoph Hellwig2020-07-316-12/+19
| * init: add an init_chown helperChristoph Hellwig2020-07-315-5/+24
| * init: add an init_chroot helperChristoph Hellwig2020-07-317-12/+30
| * init: add an init_chdir helperChristoph Hellwig2020-07-317-13/+24
| * init: add an init_rmdir helperChristoph Hellwig2020-07-314-8/+7
| * init: add an init_unlink helperChristoph Hellwig2020-07-317-12/+12
| * init: add an init_umount helperChristoph Hellwig2020-07-316-4/+19
| * init: add an init_mount helperChristoph Hellwig2020-07-319-11/+46
| * init: mark create_dev as __initChristoph Hellwig2020-07-311-1/+1
| * init: mark console_on_rootfs as __initChristoph Hellwig2020-07-311-1/+1
| * init: initialize ramdisk_execute_command at compile timeChristoph Hellwig2020-07-311-5/+1
| * devtmpfs: refactor devtmpfsd()Christoph Hellwig2020-07-311-21/+31
| * fs: push the getname from do_rmdir into the callersChristoph Hellwig2020-07-313-9/+7
| * fs: refactor ksys_umountChristoph Hellwig2020-07-311-22/+18
| * fs: refactor do_mountChristoph Hellwig2020-07-311-32/+35
| * initramfs: use vfs_utimes in do_copyChristoph Hellwig2020-07-311-4/+6
| * fs: expose utimes_commonChristoph Hellwig2020-07-312-3/+4
| * fs: move timespec validation into utimes_commonChristoph Hellwig2020-07-311-10/+9
| * fs: refactor do_utimesChristoph Hellwig2020-07-311-46/+54
| * fs: remove ksys_ioctlChristoph Hellwig2020-07-312-7/+1
| * fs: remove ksys_fchmodChristoph Hellwig2020-07-312-7/+1
| * fs: remove ksys_dupChristoph Hellwig2020-07-312-7/+1
| * fs: remove ksys_openChristoph Hellwig2020-07-312-14/+8
| * fs: remove ksys_getdents64Christoph Hellwig2020-07-312-11/+2
| * init: open code setting up stdin/stdout/stderrChristoph Hellwig2020-07-311-6/+10
| * initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig2020-07-311-21/+26
| * initramfs: remove clean_rootfsChristoph Hellwig2020-07-301-48/+1
| * initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig2020-07-301-11/+4
| * initrd: mark initrd support as deprecatedChristoph Hellwig2020-07-301-0/+2
| * initrd: mark init_linuxrc as __initChristoph Hellwig2020-07-301-1/+1
| * initrd: switch initrd loading to struct file based APIsChristoph Hellwig2020-07-303-42/+40
| * initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig2020-07-301-9/+0
| * initrd: remove support for multiple floppiesChristoph Hellwig2020-07-309-94/+12
| * md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig2020-07-163-85/+81
| * md: simplify md_setup_driveChristoph Hellwig2020-07-161-102/+101
| * md: remove the kernel version of md_u.hChristoph Hellwig2020-07-162-13/+1
| * md: remove the autoscan partition re-readChristoph Hellwig2020-07-161-10/+0
| * md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig2020-07-163-21/+6
| * md: move the early init autodetect code to drivers/md/Christoph Hellwig2020-07-166-13/+25
| * init: remove the bstat helperChristoph Hellwig2020-07-162-14/+4
| * fs: add a vfs_fchmod helperChristoph Hellwig2020-07-162-2/+8