index
:
ubox
master
OpenWrt core utilities
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-16
block: add support for generic mount options
Jo-Philipp Wich
2013-07-31
block: enlarge uuid buffer when writing extroot tag file, some uuids exceed 32 byte in size
Jo-Philipp Wich
2013-07-26
block: suggest a default delay_root value of 5 seconds, since it is almost always needed when running block from jffs2
Jo-Philipp Wich
2013-07-26
mount_root: umount /tmp/overlay in external root case as well
Jo-Philipp Wich
2013-07-26
mount_root: support extroot from block-mount on jffs2
Jo-Philipp Wich
2013-07-26
block: stage extroot mounts in /tmp/extroot since /tmp/overlay might be in use by jffs2 already
Jo-Philipp Wich
2013-07-26
kmodloader: support loading modules from a different prefix
Jo-Philipp Wich
2013-07-25
block: restore support for using swap files
Jo-Philipp Wich
2013-07-25
block: discard vfat labels with only spaces
Jo-Philipp Wich
2013-07-24
block: strip trailing spaces from vfat labels
Jo-Philipp Wich
2013-07-24
block: use dynamically sized probe buffer in libblkid-tiny
Jo-Philipp Wich
2013-07-24
block: remove uneeded le32_to_cpu() calls in vfat probe function - the call is not required due to direct memcmp() and actually breaks the filesystem signature
Jo-Philipp Wich
2013-07-23
allow mtd devices to be mounted by block tool
John Crispin
2013-07-23
fix swapoff help text
John Crispin
2013-07-23
add a -s option to swapon
John Crispin
2013-07-22
fix m5sum / uuid of squshfs devices
John Crispin
2013-07-19
block: fix possible NULL pointer dereference in mount_device()
Jo-Philipp Wich
2013-07-19
block: also handle /dev/mdX (softraid) and /dev/mapper/* (LVM2) devices
Jo-Philipp Wich
2013-07-19
block: ignore probe entries without id
Jo-Philipp Wich
2013-07-15
kmodloader: fix path printf handling
Felix Fietkau
2013-07-12
kmodloader: eliminate some hardcoded buffer sizes
Felix Fietkau
2013-07-12
kmodloader: reduce indentation depth
Felix Fietkau
2013-07-12
kmodloader: use avl tree and calloc_a
Felix Fietkau
2013-07-12
add block to .gitignore
Felix Fietkau
2013-07-11
make block handle the same block device types as luci
John Crispin
2013-07-11
ubox fix extroot delay
Peter Wagner
2013-07-09
improve e2fsck handling
John Crispin
2013-07-09
run basename() on user provided device names
John Crispin
2013-07-02
add option to check ext* partitions before mounting V3
Peter Wagner
2013-06-29
add delay for root partition when extroot is used
Peter Wagner
2013-06-28
fix endianess bug inside libbklid-tiny
John Crispin
2013-06-27
add mount/umount support to the block tool
John Crispin
2013-06-27
insmod should not insert of already inserted
John Crispin
2013-06-27
add jffs2reset and jffs2mark
John Crispin
2013-06-27
add pivot support, anon swap, device name support, hotplug
John Crispin
2013-06-20
add support for mmc cards
John Crispin
2013-06-20
add /etc/.extroot-uuid support
John Crispin
2013-06-20
fix invalid path in extroot exit path
John Crispin
2013-06-19
addextroot support to mount_root
John Crispin
2013-06-19
Add CmakeList support for the block tool
John Crispin
2013-06-19
add a block-mount replacement
John Crispin
2013-06-19
add a tiny version of libblkid
John Crispin
2013-06-19
remove Makefile
John Crispin
2013-06-04
add support for module handling
John Crispin
2013-04-25
initial import of uboox utilities
John Crispin