summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+43
2020-07-15Merge tag 'platform-drivers-x86-v5.8-2' of git://git.infradead.org/linux-plat...Linus Torvalds5-3/+17
2020-07-15Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-60/+128
2020-07-15keys: asymmetric: fix error return code in software_key_query()Wei Yongjun1-0/+1
2020-07-15afs: 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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-11/+31
2020-07-13Merge tag 'iommu-fixes-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-8/+7
2020-07-13mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds1-2/+21
2020-07-12Linux 5.8-rc5v5.8-rc5Linus Torvalds1-1/+1
2020-07-12Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-6/+5
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+3
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-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-9/+41
2020-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-8/+12
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2020-07-11Merge tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
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