aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-31init: add an init_mkdir helperGravatar Christoph Hellwig 8-13/+25
2020-07-31init: add an init_symlink helperGravatar Christoph Hellwig 6-13/+19
2020-07-31init: add an init_link helperGravatar Christoph Hellwig 6-14/+38
2020-07-31init: add an init_eaccess helperGravatar Christoph Hellwig 5-10/+17
2020-07-31init: add an init_chmod helperGravatar Christoph Hellwig 6-12/+19
2020-07-31init: add an init_chown helperGravatar Christoph Hellwig 5-5/+24
2020-07-31init: add an init_chroot helperGravatar Christoph Hellwig 7-12/+30
2020-07-31init: add an init_chdir helperGravatar Christoph Hellwig 7-13/+24
2020-07-31init: add an init_rmdir helperGravatar Christoph Hellwig 4-8/+7
2020-07-31init: add an init_unlink helperGravatar Christoph Hellwig 7-12/+12
2020-07-31init: add an init_umount helperGravatar Christoph Hellwig 6-4/+19
2020-07-31init: add an init_mount helperGravatar Christoph Hellwig 9-11/+46
2020-07-31init: mark create_dev as __initGravatar Christoph Hellwig 1-1/+1
2020-07-31init: mark console_on_rootfs as __initGravatar Christoph Hellwig 1-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeGravatar Christoph Hellwig 1-5/+1
2020-07-31devtmpfs: refactor devtmpfsd()Gravatar Christoph Hellwig 1-21/+31
2020-07-31fs: push the getname from do_rmdir into the callersGravatar Christoph Hellwig 3-9/+7
2020-07-31fs: refactor ksys_umountGravatar Christoph Hellwig 1-22/+18
2020-07-31fs: refactor do_mountGravatar Christoph Hellwig 1-32/+35
2020-07-31initramfs: use vfs_utimes in do_copyGravatar Christoph Hellwig 1-4/+6
2020-07-31fs: expose utimes_commonGravatar Christoph Hellwig 2-3/+4
2020-07-31fs: move timespec validation into utimes_commonGravatar Christoph Hellwig 1-10/+9
2020-07-31fs: refactor do_utimesGravatar Christoph Hellwig 1-46/+54
2020-07-31fs: remove ksys_ioctlGravatar Christoph Hellwig 2-7/+1
2020-07-31fs: remove ksys_fchmodGravatar Christoph Hellwig 2-7/+1
2020-07-31fs: remove ksys_dupGravatar Christoph Hellwig 2-7/+1
2020-07-31fs: remove ksys_openGravatar Christoph Hellwig 2-14/+8
2020-07-31fs: remove ksys_getdents64Gravatar Christoph Hellwig 2-11/+2
2020-07-31init: open code setting up stdin/stdout/stderrGravatar Christoph Hellwig 1-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsGravatar Christoph Hellwig 1-21/+26
2020-07-30initramfs: remove clean_rootfsGravatar Christoph Hellwig 1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsGravatar Christoph Hellwig 1-11/+4
2020-07-30initrd: mark initrd support as deprecatedGravatar Christoph Hellwig 1-0/+2
2020-07-30initrd: mark init_linuxrc as __initGravatar Christoph Hellwig 1-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsGravatar Christoph Hellwig 3-42/+40
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdGravatar Christoph Hellwig 1-9/+0
2020-07-30initrd: remove support for multiple floppiesGravatar Christoph Hellwig 9-94/+12
2020-07-16md: rewrite md_setup_drive to avoid ioctlsGravatar Christoph Hellwig 3-85/+81
2020-07-16md: simplify md_setup_driveGravatar Christoph Hellwig 1-102/+101
2020-07-16md: remove the kernel version of md_u.hGravatar Christoph Hellwig 2-13/+1
2020-07-16md: remove the autoscan partition re-readGravatar Christoph Hellwig 1-10/+0
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callGravatar Christoph Hellwig 3-21/+6
2020-07-16md: move the early init autodetect code to drivers/md/Gravatar Christoph Hellwig 6-13/+25
2020-07-16init: remove the bstat helperGravatar Christoph Hellwig 2-14/+4
2020-07-16fs: add a vfs_fchmod helperGravatar Christoph Hellwig 2-2/+8
2020-07-16fs: add a vfs_fchown helperGravatar Christoph Hellwig 2-12/+19
2020-07-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-8/+43
2020-07-15Merge tag 'platform-drivers-x86-v5.8-2' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 5-3/+17
2020-07-15Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 20-60/+128
2020-07-15keys: asymmetric: fix error return code in software_key_query()Gravatar Wei Yongjun 1-0/+1