summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-08-16block: add support for generic mount optionsJo-Philipp Wich
2013-07-31block: enlarge uuid buffer when writing extroot tag file, some uuids exceed 32 byte in sizeJo-Philipp Wich
2013-07-26block: suggest a default delay_root value of 5 seconds, since it is almost always needed when running block from jffs2Jo-Philipp Wich
2013-07-26mount_root: umount /tmp/overlay in external root case as wellJo-Philipp Wich
2013-07-26mount_root: support extroot from block-mount on jffs2Jo-Philipp Wich
2013-07-26block: stage extroot mounts in /tmp/extroot since /tmp/overlay might be in use by jffs2 alreadyJo-Philipp Wich
2013-07-26kmodloader: support loading modules from a different prefixJo-Philipp Wich
2013-07-25block: restore support for using swap filesJo-Philipp Wich
2013-07-25block: discard vfat labels with only spacesJo-Philipp Wich
2013-07-24block: strip trailing spaces from vfat labelsJo-Philipp Wich
2013-07-24block: use dynamically sized probe buffer in libblkid-tinyJo-Philipp Wich
2013-07-24block: remove uneeded le32_to_cpu() calls in vfat probe function - the call is not required due to direct memcmp() and actually breaks the filesystem signatureJo-Philipp Wich
2013-07-23allow mtd devices to be mounted by block toolJohn Crispin
2013-07-23fix swapoff help textJohn Crispin
2013-07-23add a -s option to swaponJohn Crispin
2013-07-22fix m5sum / uuid of squshfs devicesJohn Crispin
2013-07-19block: fix possible NULL pointer dereference in mount_device()Jo-Philipp Wich
2013-07-19block: also handle /dev/mdX (softraid) and /dev/mapper/* (LVM2) devicesJo-Philipp Wich
2013-07-19block: ignore probe entries without idJo-Philipp Wich
2013-07-15kmodloader: fix path printf handlingFelix Fietkau
2013-07-12kmodloader: eliminate some hardcoded buffer sizesFelix Fietkau
2013-07-12kmodloader: reduce indentation depthFelix Fietkau
2013-07-12kmodloader: use avl tree and calloc_aFelix Fietkau
2013-07-12add block to .gitignoreFelix Fietkau
2013-07-11make block handle the same block device types as luciJohn Crispin
2013-07-11ubox fix extroot delayPeter Wagner
2013-07-09improve e2fsck handlingJohn Crispin
2013-07-09run basename() on user provided device namesJohn Crispin
2013-07-02add option to check ext* partitions before mounting V3Peter Wagner
2013-06-29 add delay for root partition when extroot is usedPeter Wagner
2013-06-28fix endianess bug inside libbklid-tinyJohn Crispin
2013-06-27add mount/umount support to the block toolJohn Crispin
2013-06-27insmod should not insert of already insertedJohn Crispin
2013-06-27add jffs2reset and jffs2markJohn Crispin
2013-06-27add pivot support, anon swap, device name support, hotplugJohn Crispin
2013-06-20add support for mmc cardsJohn Crispin
2013-06-20add /etc/.extroot-uuid supportJohn Crispin
2013-06-20fix invalid path in extroot exit pathJohn Crispin
2013-06-19addextroot support to mount_rootJohn Crispin
2013-06-19Add CmakeList support for the block toolJohn Crispin
2013-06-19add a block-mount replacementJohn Crispin
2013-06-19add a tiny version of libblkidJohn Crispin
2013-06-19remove MakefileJohn Crispin
2013-06-04add support for module handlingJohn Crispin
2013-04-25initial import of uboox utilitiesJohn Crispin