ntent='cgit v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/init/do_mounts.c
AgeCommit message (Expand)Author
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig
2020-12-01init: refactor devt_from_partuuidChristoph Hellwig
2020-12-01init: refactor name_to_dev_tChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_mount helperChristoph Hellwig
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2019-12-16Fix root mounting with no mount optionsLinus Torvalds
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-10-02init: Support mounting root file systems over SMBPaulo Alcantara (SUSE)
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells
2019-09-05make shmem_fill_super() staticAl Viro
2019-09-05make ramfs_fill_super() staticAl Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro
2019-07-04don't bother with registering rootfsAl Viro
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck