Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-07 | 35 | -768/+796 |
|\ | |||||
| * | init: add an init_dup helper | Christoph Hellwig | 2020-08-05 | 3 | -4/+17 |
| * | init: add an init_utimes helper | Christoph Hellwig | 2020-07-31 | 3 | -2/+15 |
| * | init: add an init_stat helper | Christoph Hellwig | 2020-07-31 | 4 | -2/+20 |
| * | init: add an init_mknod helper | Christoph Hellwig | 2020-07-31 | 8 | -16/+30 |
| * | init: add an init_mkdir helper | Christoph Hellwig | 2020-07-31 | 8 | -13/+25 |
| * | init: add an init_symlink helper | Christoph Hellwig | 2020-07-31 | 6 | -13/+19 |
| * | init: add an init_link helper | Christoph Hellwig | 2020-07-31 | 6 | -14/+38 |
| * | init: add an init_eaccess helper | Christoph Hellwig | 2020-07-31 | 5 | -10/+17 |
| * | init: add an init_chmod helper | Christoph Hellwig | 2020-07-31 | 6 | -12/+19 |
| * | init: add an init_chown helper | Christoph Hellwig | 2020-07-31 | 5 | -5/+24 |
| * | init: add an init_chroot helper | Christoph Hellwig | 2020-07-31 | 7 | -12/+30 |
| * | init: add an init_chdir helper | Christoph Hellwig | 2020-07-31 | 7 | -13/+24 |
| * | init: add an init_rmdir helper | Christoph Hellwig | 2020-07-31 | 4 | -8/+7 |
| * | init: add an init_unlink helper | Christoph Hellwig | 2020-07-31 | 7 | -12/+12 |
| * | init: add an init_umount helper | Christoph Hellwig | 2020-07-31 | 6 | -4/+19 |
| * | init: add an init_mount helper | Christoph Hellwig | 2020-07-31 | 9 | -11/+46 |
| * | init: mark create_dev as __init | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | init: mark console_on_rootfs as __init | Christoph Hellwig | 2020-07-31 | 1 | -1/+1 |
| * | init: initialize ramdisk_execute_command at compile time | Christoph Hellwig | 2020-07-31 | 1 | -5/+1 |
| * | devtmpfs: refactor devtmpfsd() | Christoph Hellwig | 2020-07-31 | 1 | -21/+31 |
| * | fs: push the getname from do_rmdir into the callers | Christoph Hellwig | 2020-07-31 | 3 | -9/+7 |
| * | fs: refactor ksys_umount | Christoph Hellwig | 2020-07-31 | 1 | -22/+18 |
| * | fs: refactor do_mount | Christoph Hellwig | 2020-07-31 | 1 | -32/+35 |
| * | initramfs: use vfs_utimes in do_copy | Christoph Hellwig | 2020-07-31 | 1 | -4/+6 |
| * | fs: expose utimes_common | Christoph Hellwig | 2020-07-31 | 2 | -3/+4 |
| * | fs: move timespec validation into utimes_common | Christoph Hellwig | 2020-07-31 | 1 | -10/+9 |
| * | fs: refactor do_utimes | Christoph Hellwig | 2020-07-31 | 1 | -46/+54 |
| * | fs: remove ksys_ioctl | Christoph Hellwig | 2020-07-31 | 2 | -7/+1 |
| * | fs: remove ksys_fchmod | Christoph Hellwig | 2020-07-31 | 2 | -7/+1 |
| * | fs: remove ksys_dup | Christoph Hellwig | 2020-07-31 | 2 | -7/+1 |
| * | fs: remove ksys_open | Christoph Hellwig | 2020-07-31 | 2 | -14/+8 |
| * | fs: remove ksys_getdents64 | Christoph Hellwig | 2020-07-31 | 2 | -11/+2 |
| * | init: open code setting up stdin/stdout/stderr | Christoph Hellwig | 2020-07-31 | 1 | -6/+10 |
| * | initramfs: switch initramfs unpacking to struct file based APIs | Christoph Hellwig | 2020-07-31 | 1 | -21/+26 |
| * | initramfs: remove clean_rootfs | Christoph Hellwig | 2020-07-30 | 1 | -48/+1 |
| * | initramfs: remove the populate_initrd_image and clean_rootfs stubs | Christoph Hellwig | 2020-07-30 | 1 | -11/+4 |
| * | initrd: mark initrd support as deprecated | Christoph Hellwig | 2020-07-30 | 1 | -0/+2 |
| * | initrd: mark init_linuxrc as __init | Christoph Hellwig | 2020-07-30 | 1 | -1/+1 |
| * | initrd: switch initrd loading to struct file based APIs | Christoph Hellwig | 2020-07-30 | 3 | -42/+40 |
| * | initrd: remove the BLKFLSBUF call in handle_initrd | Christoph Hellwig | 2020-07-30 | 1 | -9/+0 |
| * | initrd: remove support for multiple floppies | Christoph Hellwig | 2020-07-30 | 9 | -94/+12 |
| * | md: rewrite md_setup_drive to avoid ioctls | Christoph Hellwig | 2020-07-16 | 3 | -85/+81 |
| * | md: simplify md_setup_drive | Christoph Hellwig | 2020-07-16 | 1 | -102/+101 |
| * | md: remove the kernel version of md_u.h | Christoph Hellwig | 2020-07-16 | 2 | -13/+1 |
| * | md: remove the autoscan partition re-read | Christoph Hellwig | 2020-07-16 | 1 | -10/+0 |
| * | md: replace the RAID_AUTORUN ioctl with a direct function call | Christoph Hellwig | 2020-07-16 | 3 | -21/+6 |
| * | md: move the early init autodetect code to drivers/md/ | Christoph Hellwig | 2020-07-16 | 6 | -13/+25 |
| * | init: remove the bstat helper | Christoph Hellwig | 2020-07-16 | 2 | -14/+4 |
| * | fs: add a vfs_fchmod helper | Christoph Hellwig | 2020-07-16 | 2 | -2/+8 |