summaryrefslogtreecommitdiff
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: try multiple NTFS filesystem implementationsRafał Miłecki2022-11-101-4/+29
* block: Do not include linux/fs.h any moreHauke Mehrtens2022-08-131-2/+0
* block: don't probe mtdblock on NAND (with legacy exceptions)Daniel Golle2022-05-011-0/+53
* block: fix two resources leaks discovered by CoverityDaniel Golle2021-08-141-2/+5
* block: don't add non-ubifs ubi devicesDaniel Golle2021-07-281-5/+13
* block: support umount device basenameDaniel Golle2021-07-241-2/+11
* block: allow remove hotplug event to arrive at blockdDaniel Golle2021-07-231-13/+13
* block: use /dev/dm-* instead of /dev/mapper/*Daniel Golle2021-07-231-1/+1
* Revert "block: resolve /dev/mapper/* name for /dev/dm-0 when hotplugging"Daniel Golle2021-07-231-22/+1
* block: resolve /dev/mapper/* name for /dev/dm-0 when hotpluggingDaniel Golle2021-07-141-1/+22
* block: allow autofs and umount commands also on MTD/UBIDaniel Golle2021-05-161-2/+2
* block: match device path instead of assuming /dev/%sDaniel Golle2021-05-161-6/+14
* block: use dynamically allocated target stringDaniel Golle2021-05-161-4/+17
* fstools: block: fix segfault on mount with no targetDaniel Danzberger2021-05-161-1/+1
* block: replace local mkdir_p implementationDaniel Golle2020-12-121-20/+9
* blockd: fix segfault triggered by non-autofs mountsDaniel Golle2020-05-121-1/+1
* block(d): always call hotplug.d "mount" scripts from blockdRafał Miłecki2020-05-061-36/+13
* blockd: use uloop_process for calling /sbin/hotplug-call mountRafał Miłecki2020-05-061-4/+0
* block: always use st_dev (device ID) of / when looking for rootRafał Miłecki2020-05-051-15/+11
* block: simplify check_extroot() a bitRafał Miłecki2020-05-051-42/+47
* block: add some basic extroot documentationRafał Miłecki2020-05-021-0/+16
* Revert "block: support hierarchical mount/umount"Rafał Miłecki2020-05-021-101/+51
* Revert "block: mount_action: handle mount/umount deps"Rafał Miłecki2020-05-021-30/+13
* block: remove mount target file if it's a linkRafał Miłecki2020-03-211-0/+3
* block: re-discover mtd devices on extroot mount retryJo-Philipp Wich2020-01-051-1/+1
* block: detect: use current mp as value of target optionYousong Zhou2019-11-031-17/+24
* block: mount_device: err log only when mp deviates from specYousong Zhou2019-11-021-3/+7
* block: mount_device: skip extroot earlierYousong Zhou2019-11-021-4/+4
* block: mount_action: handle mount/umount depsYousong Zhou2019-11-021-13/+30
* block: support hierarchical mount/umountYousong Zhou2019-11-021-51/+101
* block: umount: skip / unless -a is givenYousong Zhou2019-11-021-4/+10
* block: use fsck.fat instead of dosfsckYousong Zhou2019-10-271-2/+2
* block: prevent mount point confusionJo-Philipp Wich2019-03-311-2/+1
* block(d): improve hotplug.d "mount" events for the autofsRafał Miłecki2018-12-281-9/+22
* block: remove target directory after unmountingRafał Miłecki2018-12-121-2/+4
* block: cleanup handling "start" action of the "autofs" commandRafał Miłecki2018-12-121-5/+9
* block: make blockd_notify() return an int instead of voidRafał Miłecki2018-12-091-3/+8
* block: generate hotplug.d mount eventsRafał Miłecki2018-12-091-0/+33
* block: validate amount of arguments for the "autofs" commandRafał Miłecki2018-12-091-0/+4
* block: don't duplicate unmounting code in the mount_action()Rafał Miłecki2018-12-051-11/+1
* block: make umount_device() function more genericRafał Miłecki2018-12-051-20/+17
* block: don't duplicate mounting code in the mount_device()Rafał Miłecki2018-12-041-29/+20
* block: simplify code picking mount target directoryRafał Miłecki2018-12-041-3/+4
* block: move blockd_notify() call out of the conditional blocksRafał Miłecki2018-12-041-9/+7
* block: fix formatting & indent in the mount_device()Rafał Miłecki2018-12-041-16/+18
* fstools: use EXIT_FAILURE when indicating error on exitMichael Heimpold2018-11-261-4/+4
* fstools: guard usage of WEXITSTATUSMichael Heimpold2018-11-261-1/+3
* fstools: add ntfs supportAnsuel Smith2018-10-111-1/+8
* block: support /dev/nvme* nodesDaniel Golle2018-02-021-0/+1
* fstools: Replace strerror(errno) with %m format.Rosen Penev2017-12-121-16/+16