summaryrefslogtreecommitdiff
path: root/libparted/arch/linux.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-241-1/+1
* libparted: Fix syntax-check sc_avoid_if_before_free errorBrian C. Lane2022-03-251-7/+2
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* libparted: Check devpath before passing to strlenBrian C. Lane2021-08-251-0/+3
* libparted: Tell libdevmapper to retry remove when BUSYBrian C. Lane2021-08-101-0/+1
* libparted: Fix potential memory leak in sdmmc_get_product_infoBrian C. Lane2021-06-111-1/+7
* libparted: Fix fd check in _flush_cacheBrian C. Lane2021-06-111-1/+1
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+1
* linux: Fix gcc complains about signed sccanf variablesBrian C. Lane2020-11-201-4/+4
* libparted/s390: Re-enabled virtio-attached DASD heuristicsViktor Mihajlovski2019-09-301-3/+10
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
* Read NVMe model names from sysfsdann frazier2018-10-161-1/+17
* Fix warnings from GCC 7's -Wimplicit-fallthroughdann frazier2018-10-161-0/+8
* Fix the length of several strncpy callsBrian C. Lane2018-08-221-4/+8
* linux: Include <sys/sysmacros.h> for major() macro.Richard W.M. Jones2018-04-041-0/+1
* Add support for NVDIMM devicesSebastian Parschauer2017-12-191-0/+7
* libparted: Fix udev cookie leak in _dm_resize_partitionBrian C. Lane2017-05-251-7/+7
* Add support for RAM drivesSebastian Parschauer2017-05-011-2/+10
* libparted: Don't warn if no HDIO_GET_IDENTITY ioctlSebastian Parschauer2016-12-221-1/+6
* Add support for NVMe devicesPetr Uzel2016-06-231-0/+14
* Use BLKSSZGET to get device sector size in _device_probe_geometry()David Cantrell2016-03-181-15/+25
* parted: fix build error on s390Colin Watson2015-10-291-53/+53
* dasd: enhance device probingViktor Mihajlovski2015-10-271-15/+70
* libparted: Use read only when probing devices on linux (#1245144)Brian C. Lane2015-10-091-18/+44
* libparted: Stop converting . in sys path to /Brian C. Lane2015-08-071-2/+2
* libparted: Fix memory leaksAmarnath Valluri2015-08-031-0/+1
* libparted: BLKPG_RESIZE_PARTITION uses bytes, not sectors (#1135493)Brian C. Lane2015-06-261-1/+4
* libparted/arch/linux.c: Compile without ENABLE_DEVICE_MAPPERFelix Janda2015-06-221-4/+17
* libparted: device mapper uses 512b sectorsBrian C. Lane2015-02-061-4/+17
* libparted: Add support for partition resizePhillip Susi2014-06-151-32/+175
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* libparted: give correct partition device name on loop labelsPhillip Susi2014-05-221-2/+8
* libparted: don't create partition on loop labelPhillip Susi2014-05-221-0/+3
* libparted: remove all old partitions, even if new label allows lessPhillip Susi2014-05-221-2/+9
* libparted: remove old partitions *first* before adding new onesPhillip Susi2014-05-221-22/+21
* libparted: sync partitions > 16Phillip Susi2014-03-051-1/+4
* libparted: preserve the uuid on dm partitions (#832145)Brian C. Lane2014-03-021-4/+16
* libparted: use dm_udev_wait (#698121)Brian C. Lane2014-03-021-13/+29
* libparted: avoid disturbing partitionsPhillip Susi2013-11-231-37/+47
* Revert "linux-commit: do not unnecessarily open partition device nodes"Phillip Susi2013-11-231-22/+3
* libparted: handle logical partitions starting immediately after the EBRPhillip Susi2013-11-231-2/+15
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* libparted: don't probe every dm device in probe_allPhillip Susi2012-10-291-1/+80
* libparted: remove extraneous blkpg add partition ped exceptionPhillip Susi2012-10-291-18/+3
* libparted: refactor device-mapper partition sync codePhillip Susi2012-10-291-227/+178
* libparted: remove _blkpg_get_partitionJim Meyering2012-01-051-36/+12
* libparted: avoid the HDIO_GETGEO ioctl when possiblePhillip Susi2012-01-051-23/+119
* libparted: remove has_partitions check to allow loopback partitionsPhillip Susi2012-01-051-24/+0
* libparted: remove _loop_get_partition_rangePhillip Susi2012-01-051-37/+4