summaryrefslogtreecommitdiff
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: add more diagnostic messagesJo-Philipp Wich2014-02-081-29/+50
* block: remove duplicate block device wildcardJohn Crispin2014-01-151-1/+0
* block: support extroot and overlay mounts by deviceJo-Philipp Wich2013-11-071-3/+3
* block: fix find_block_info() by labelJo-Philipp Wich2013-11-071-1/+1
* support specifying swap priority from the command lineNathan Hintz2013-11-071-38/+66
* close file pointer before exiting functionLuka Perkov2013-10-271-1/+3
* block: properly handle vlist_add() for label, uuid and device casesJo-Philipp Wich2013-09-051-1/+7
* block: do a final round of swapfile mounting in main_mount()Jo-Philipp Wich2013-08-161-0/+2
* block: support mounting swap by labelJo-Philipp Wich2013-08-161-3/+8
* block: remove debug printsJo-Philipp Wich2013-08-161-4/+0
* block: add support for mounting swap filesJo-Philipp Wich2013-08-161-7/+67
* block: add support for generic mount optionsJo-Philipp Wich2013-08-161-2/+92
* block: enlarge uuid buffer when writing extroot tag file, some uuids exceed 3...Jo-Philipp Wich2013-07-311-1/+1
* block: suggest a default delay_root value of 5 seconds, since it is almost al...Jo-Philipp Wich2013-07-261-2/+2
* block: stage extroot mounts in /tmp/extroot since /tmp/overlay might be in us...Jo-Philipp Wich2013-07-261-3/+3
* block: restore support for using swap filesJo-Philipp Wich2013-07-251-4/+4
* allow mtd devices to be mounted by block toolJohn Crispin2013-07-231-2/+2
* fix swapoff help textJohn Crispin2013-07-231-1/+1
* add a -s option to swaponJohn Crispin2013-07-231-2/+17
* block: fix possible NULL pointer dereference in mount_device()Jo-Philipp Wich2013-07-191-1/+3
* block: also handle /dev/mdX (softraid) and /dev/mapper/* (LVM2) devicesJo-Philipp Wich2013-07-191-0/+2
* block: ignore probe entries without idJo-Philipp Wich2013-07-191-1/+1
* make block handle the same block device types as luciJohn Crispin2013-07-111-1/+3
* ubox fix extroot delayPeter Wagner2013-07-111-0/+2
* improve e2fsck handlingJohn Crispin2013-07-091-4/+6
* run basename() on user provided device namesJohn Crispin2013-07-091-2/+10
* add option to check ext* partitions before mounting V3Peter Wagner2013-07-021-3/+48
* add delay for root partition when extroot is usedPeter Wagner2013-06-291-0/+13
* add mount/umount support to the block toolJohn Crispin2013-06-271-45/+138
* add pivot support, anon swap, device name support, hotplugJohn Crispin2013-06-271-56/+151
* add support for mmc cardsJohn Crispin2013-06-201-0/+1
* add /etc/.extroot-uuid supportJohn Crispin2013-06-201-1/+50
* add a block-mount replacementJohn Crispin2013-06-191-0/+679