summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libblkid-tiny: ntfs: fix use-after-freeYousong Zhou2019-10-271-5/+7
* mkdev: Avoid out of bounds readHauke Mehrtens2019-09-201-2/+2
* libblkid-tiny: use blkid_probe_set_utf8label for label setAnsuel Smith2019-09-033-9/+1
* libblkid-tiny: adds blkid_probe_set_utf8label supportAnsuel Smith2019-09-034-0/+93
* probe: fallback to libblkid.so.1 when libblkid.so does not existJo-Philipp Wich2019-08-281-0/+3
* libblkid-tiny: increment label size to 256Ansuel Smith2019-07-011-1/+1
* libblkid-tiny: fix wrong btrfs label lengthAnsuel Smith2019-07-011-1/+1
* block: prevent mount point confusionJo-Philipp Wich2019-03-311-2/+1
* libfstools: avoid false positives when matching devices and volumesJo-Philipp Wich2019-03-312-4/+4
* libfstools: Fix overflow of F2FS_MINSIZE constantPetr Štetiar2019-03-281-1/+1
* libfstools: Print error in case of loop blkdev failurePetr Štetiar2019-03-281-1/+3
* block(d): improve hotplug.d "mount" events for the autofsRafał Miłecki2018-12-282-9/+26
* blockd: unmount device explicitly when it disappearsRafał Miłecki2018-12-281-1/+12
* 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
* blockd: don't reparse blob msg in the vlist callbacksRafał Miłecki2018-12-071-13/+3
* blockd: don't unmount device when removing it from the listRafał Miłecki2018-12-061-24/+2
* 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-262-6/+6
* fstools: guard usage of WEXITSTATUSMichael Heimpold2018-11-261-1/+3
* fstools: add ntfs supportAnsuel Smith2018-10-111-1/+8
* fstools: allow the mounting with full access time accountingPierre Lebleu2018-05-242-1/+10
* fstools: allow to compress the filesystemPierre Lebleu2018-05-242-1/+11
* libfstools: move mount points when switching to JFFS2Rafał Miłecki2018-04-161-1/+45
* libfstools: add "const" to char pointer arguments in mount_move()Rafał Miłecki2018-04-162-2/+2
* libfstools: fix foreachdir() to pass dir with a trailing slashRafał Miłecki2018-04-161-2/+12
* strip trailing spaces from vfat labelsJohn Crispin2018-02-111-1/+8
* fix vfat volume labelJohn Crispin2018-02-111-1/+1
* block: support /dev/nvme* nodesDaniel Golle2018-02-021-0/+1
* overlay: fix compilation with glibcRoman Yeryomin2018-01-131-1/+2
* libfstools: optimize building directory string for globRafał Miłecki2018-01-071-4/+1
* libfstools: support file paths longer than 255 charsRafał Miłecki2018-01-051-4/+18
* overlay: fix race condition when switching to jffs2Roman Yeryomin2018-01-021-0/+4
* libblkid-tiny: add support for NTFS superblockRafał Miłecki2017-12-293-0/+230
* fstools: Replace strerror(errno) with %m format.Rosen Penev2017-12-127-35/+34
* libblkid-tiny: add support for UBI superblockRafał Miłecki2017-08-074-0/+54
* fstools: add btrfs supportRobert Young2017-07-311-1/+8
* block: support /dev/xvd* nodesW. Michael Petullo2017-07-161-0/+1