summaryrefslogtreecommitdiffstats
path: root/init/initramfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-31devtmpfs: refactor devtmpfsd()Christoph Hellwig1-21/+31
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig3-9/+7
2020-07-31fs: refactor ksys_umountChristoph Hellwig1-22/+18
2020-07-31fs: refactor do_mountChristoph Hellwig1-32/+35
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig1-4/+6
2020-07-31fs: expose utimes_commonChristoph Hellwig2-3/+4
2020-07-31fs: move timespec validation into utimes_commonChristoph Hellwig1-10/+9
2020-07-31fs: refactor do_utimesChristoph Hellwig1-46/+54
2020-07-31fs: remove ksys_ioctlChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_fchmodChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_dupChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_openChristoph Hellwig2-14/+8
2020-07-31fs: remove ksys_getdents64Christoph Hellwig2-11/+2
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig1-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig1-21/+26
2020-07-30initramfs: remove clean_rootfsChristoph Hellwig1-48/+1
2020-07-30initramfs: remove the populate_initrd_image and clean_rootfs stubsChristoph Hellwig1-11/+4
2020-07-30initrd: mark initrd support as deprecatedChristoph Hellwig1-0/+2
2020-07-30initrd: mark init_linuxrc as __initChristoph Hellwig1-1/+1
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig3-42/+40
2020-07-30initrd: remove the BLKFLSBUF call in handle_initrdChristoph Hellwig1-9/+0
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig9-94/+12
2020-07-16md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig3-85/+81
2020-07-16md: simplify md_setup_driveChristoph Hellwig1-102/+101
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig2-13/+1
2020-07-16md: remove the autoscan partition re-readChristoph Hellwig1-10/+0
2020-07-16md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig3-21/+6
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig6-13/+25
2020-07-16init: remove the bstat helperChristoph Hellwig2-14/+4
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig2-2/+8
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig2-12/+19
2020-07-16keys: asymmetric: fix error return code in software_key_query()Wei Yongjun1-0/+1
2020-07-16afs: Fix interruption of operationsDavid Howells2-2/+3
2020-07-15platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov1-0/+1
2020-07-15platform/x86: ISST: Add new PCI device idsSrinivas Pandruvada3-0/+5
2020-07-15platform/x86: thinkpad_acpi: Revert "Use strndup_user() in dispatch_proc_writ...Andy Shevchenko1-3/+11
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds1-2/+21
2020-07-13Linux 5.8-rc5v5.8-rc5Linus Torvalds1-1/+1
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov1-1/+2
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov1-0/+2
2020-07-11clk: Specify IOMEM dependency for HSDK pll driverDavid Gow1-0/+1
2020-07-11clk: AST2600: Add mux for EMMC clockEddie James1-8/+41
2020-07-11clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPERNathan Chancellor1-0/+1
2020-07-11mips: Remove compiler check in unroll macroNathan Chancellor1-3/+1
2020-07-10mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-07-10mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1