Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.49 | Thierry Vignaud | 2020-10-14 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.9 | Thierry Vignaud | 2020-10-14 | 1 | -0/+2 |
| | |||||
* | fix version in logs | Thierry Vignaud | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | 2.48 | Thierry Vignaud | 2020-08-19 | 2 | -1/+3 |
| | |||||
* | remove doble entry | Thierry Vignaud | 2020-08-19 | 1 | -0/+2 |
| | |||||
* | 2.47 | Thierry Vignaud | 2020-06-28 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.6/5.7 | Thierry Vignaud | 2020-06-28 | 1 | -0/+2 |
| | |||||
* | explain /capability check | Thierry Vignaud | 2020-06-13 | 1 | -0/+1 |
| | |||||
* | 2.46 | Pascal Terjan | 2020-06-12 | 2 | -2/+4 |
| | |||||
* | Do not ignore devices lacking capability | Pascal Terjan | 2020-06-12 | 1 | -1/+1 |
| | |||||
* | Fix reading capability | Pascal Terjan | 2020-06-12 | 1 | -4/+3 |
| | |||||
* | Use generic code for everything except DAC960 | Pascal Terjan | 2020-06-12 | 2 | -236/+13 |
| | |||||
* | Update NEWS | Pascal Terjan | 2020-06-12 | 1 | -0/+2 |
| | |||||
* | Move CCISS to generic code | Pascal Terjan | 2020-06-12 | 1 | -32/+9 |
| | |||||
* | Move VirtIO to generic code | Pascal Terjan | 2020-06-12 | 1 | -36/+24 |
| | |||||
* | Make the NVME code more generic | Pascal Terjan | 2020-06-12 | 1 | -6/+17 |
| | |||||
* | Simplify NVME code | Pascal Terjan | 2020-06-12 | 1 | -67/+45 |
| | |||||
* | 2.45 | Pascal Terjan | 2020-06-11 | 2 | -1/+3 |
| | |||||
* | Fix NVME code to work for disks with no vendor | Pascal Terjan | 2020-06-11 | 2 | -22/+38 |
| | |||||
* | 2.44 | Pascal Terjan | 2020-06-11 | 2 | -1/+3 |
| | |||||
* | Add support for NVME disks (mga#26708) | Pascal Terjan | 2020-06-11 | 2 | -0/+79 |
| | | | | | The code is generic using sysfs and the only NVME specific code is the path, we should switch to it for all disks. | ||||
* | 2.43 | Thierry Vignaud | 2020-03-18 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.5 | Thierry Vignaud | 2020-03-18 | 1 | -0/+2 |
| | |||||
* | 2.422.42 | Thomas Backlund | 2019-12-22 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.4 | Thomas Backlund | 2019-12-22 | 1 | -0/+2 |
| | |||||
* | 2.41 | Thierry Vignaud | 2019-10-09 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.3 | Thierry Vignaud | 2019-10-09 | 1 | -0/+2 |
| | |||||
* | 2.402.40 | Thomas Backlund | 2019-06-17 | 2 | -1/+3 |
| | |||||
* | recognize 8821ce (mga#24605) | Thierry Vignaud | 2019-06-11 | 1 | -0/+2 |
| | |||||
* | 2.392.39 | Thomas Backlund | 2019-05-11 | 2 | -1/+3 |
| | |||||
* | add AMD PCIe MP2 I2C detection | Thomas Backlund | 2019-05-04 | 1 | -0/+2 |
| | |||||
* | 2.38 | Thierry Vignaud | 2019-05-03 | 2 | -1/+3 |
| | |||||
* | adapt to kernel 5.1 | Thierry Vignaud | 2019-05-03 | 1 | -0/+2 |
| | |||||
* | 2.37 | Thierry Vignaud | 2019-03-08 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.0 | Thierry Vignaud | 2019-03-08 | 1 | -0/+2 |
| | | | | Note that we did NOT sync with 4.20 | ||||
* | 2.362.36 | Martin Whitaker | 2019-01-06 | 2 | -1/+3 |
| | |||||
* | Suppress mount error messages when probing for media (mga#24142) | Martin Whitaker | 2019-01-06 | 2 | -1/+2 |
| | | | | | Probably caused by the switch to using the standalone mount command, the tail end of a mount error message was left showing in the GUI. | ||||
* | better gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 3 | -5/+7 |
| | |||||
* | 2.35 | Thierry Vignaud | 2018-12-01 | 2 | -1/+3 |
| | |||||
* | gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 2 | -1/+2 |
| | | | | | | | | | | | | Before previous commit, compiling with gcc8 would have need: -Wno-error=format-overflow -Wno-error=format-security But now, only -Wno-error=format-truncation is needed. rationale: gcc bogusly complains about snprintf() being unsafe. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 | ||||
* | fix compiling with gcc8 | Thierry Vignaud | 2018-12-01 | 4 | -5/+7 |
| | |||||
* | 2.34 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | drop our own old unmaintained forked nfs code | Thierry Vignaud | 2018-11-30 | 5 | -1329/+1 |
| | | | | | we now got support for all NFS features, including NFSv4 & co server likely needs to be configured with 'insecure' | ||||
* | switch to using regular mount for nfs | Thierry Vignaud | 2018-11-30 | 3 | -8/+1 |
| | |||||
* | simplify now that we use standalone mount | Thierry Vignaud | 2018-11-30 | 2 | -10/+3 |
| | | | | | | Let mount uses the blkid library for guessing the filesystem type That's quite a lot better than manually trying a long list of potential fses | ||||
* | actually call regular mount | Thierry Vignaud | 2018-11-30 | 2 | -3/+14 |
| | | | | now that we've it in stage1 anyway (since using dracut) | ||||
* | 2.332.33 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | add support for disk-iso auto-install | Thierry Vignaud | 2018-11-30 | 2 | -5/+23 |
| | | | | | | eg: "method:disk,disk:vdb,partition:vdb1,dir:/Mageia/boot.iso" in the future, we might want to merge back !automatic & automatic paths | ||||
* | check for builtin modules in /sys/fs too | Thierry Vignaud | 2018-11-29 | 2 | -0/+7 |
| | | | | | | | | eg: ext4 is builtin but appears in /sys/fs, not in /sys/modules Alternatively we could have looked at /proc/filesytem contents like stage2 Thus we've better readable stage1 logs | ||||
* | advertize "ext4" rather than "ext2" | Thierry Vignaud | 2018-11-29 | 5 | -4/+6 |
| |