aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/filesystems.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: enable ext4 in base configPimyn Girgis2025-10-221-4/+0
| | | | Ext4 is necessary for normal boot, enable it unconditionally in base.
* dashboard: regenerate Linux configsPimyn Girgis2025-10-201-9/+13
| | | | Use v6.18-rc1 and the latest linux-next tag.
* dashboard/config/linux: update bitsTaras Madan2025-10-061-4/+6
|
* dashboard/configs: regenerate Linux configsAleksandr Nogikh2025-04-251-3/+2
| | | | Use the latest linux-next and torvalds releases.
* dashboard/config/linux: enable CONFIG_DEBUG_VFSAleksandr Nogikh2025-03-291-0/+3
| | | | | It will be available from v6.15, but we can already enable it for linux-next.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2025-03-291-1/+1
| | | | Use the latest linux-next and the latest torvalds release.
* dashboard/config/linux: update to v6.13 and latest nextAleksandr Nogikh2025-01-301-5/+5
| | | | | Remove the deprecated options. Replace old "linux-next" conditions with the version numbers.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2024-04-081-2/+5
| | | | | | Regenerate configs using latest Linux release candidate and linux-next. Enable more bcachefs configs.
* dashboard/configs: update linux configsAleksandr Nogikh2024-01-301-5/+8
| | | | Regenerate the configs using the latest Linux revisions.
* dashboard: disable CONFIG_BLK_DEV_WRITE_MOUNTEDAleksandr Nogikh2023-11-131-0/+4
| | | | | | | This has become possible with the new series from Jan Kara: https://lore.kernel.org/all/20231101173542.23597-1-jack@suse.cz/ Regenerate configs on the latest linux-next.
* dashboard/config: regenerate Linux configsAleksandr Nogikh2023-10-231-0/+1
| | | | | | | | | Use latest Linux mainline and -next versions. Disable config options that were dropped. Stop disabling PINCTRL for arm64_emu -- it's too tricky to ensure it's not enabled + it's only possible to test it on qemu anyway.
* dashboard/config: add config with unmaintained partsAleksandr Nogikh2023-10-191-6/+0
| | | | | | Disable unmaintained code parts (at least those known so far) in existing configs and enable them in a special upstream-unmaintained.config file.
* dashboard/config: disable XFS_SUPPORT_V4Aleksandr Nogikh2023-07-031-1/+6
| | | | Closes #3918.
* dashboard/config/linux: enable CONFIG_UFS_FS_WRITEDmitry Vyukov2022-11-281-1/+4
| | | | | | Enable write support for UFS. The description says experimental/dangerous, but seems to mean only that images can be corrupted ("you should back up your UFS partitions beforehand").
* dashboard/config/linux: disable CONFIG_XFS_DEBUGMarco Elver2022-11-221-2/+3
| | | | | Intended for XFS developers only: https://lkml.kernel.org/r/20221122043504.GR3600936@dread.disaster.area
* dashboard/config: enable `CONFIG_BTRFS_FS_REF_VERIFY`Hrutvik Kanabar2022-09-131-0/+1
| | | | | | | | This enables the `btrfs` extent references verification tool, introduced in torvalds/linux@fd708b81d972a0714b02a60eb4792fdbf15868c4. This instruments updates to extent references to verify their integrity. Hydra (https://taesoo.kim/pubs/2019/kim:hydra.pdf) uses this to discover several semantic bugs in `btrfs` code.
* sys/linux: add ntfs3 filesystem supportKari Argillander2022-04-201-0/+4
| | | | | | | | | | 5.15 kernel get new filesystem driver for ntfs called ntfs3. Old driver is still in use so we do not delete it yet. Generated test images are made with mkntfs v2021.8.22 (libntfs-3g) and ntfs3 version from 5.17-rc7. For some reason I did not manage to generate images with "-s 256" due some ntfs3 error. We can add those later when we work out what is going on with those.
* dashboard/config/linux: update configs to 5.15Marco Elver2021-11-091-1/+1
| | | | | | | 5.15 was released, update a few TODOs that were dependent on 5.15 being properly released. Re-generate all configs.
* dashboard/config/linux: config CIFS_WEAK_PW_HASH has been removedMarco Elver2021-09-071-1/+1
| | | | https://git.kernel.org/torvalds/c/76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
* dashboard/config/linux: update to v5.13Dmitry Vyukov2021-05-121-2/+1
|
* dashboard/config/linux: update configsDmitry Vyukov2021-04-141-1/+1
| | | | Bump kernel revisions to the latest upstream/linux-next/kmsan.
* dashboard/config/linux: re-organize CMDLINE parametersDmitry Vyukov2021-03-101-0/+188
Move x86-specific cmdline parameter to x86_64.yml. Remove redundant cmdline parameters (defined by kernel configs). Move vivid/nr_devs parameters to arch configs. Disable bluetooth/wireless/hamradio in non-x86 configs, non-x86 instances are slow, so the intention is to reduce test space.