index
:
fstools
lede-17.01
master
OpenWrt filesystem utilities
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-16
libfstools: add "const" to char pointer arguments in mount_move()
lede-17.01
Rafał Miłecki
2018-04-16
libfstools: fix foreachdir() to pass dir with a trailing slash
Rafał Miłecki
2018-01-05
libfstools: support file paths longer than 255 chars
Rafał Miłecki
2017-06-30
libfstools: fix matching device name
Daniel Golle
2017-06-30
fstools: use -Wno-format-truncation instead of -Wno-error=format-truncation
Felix Fietkau
2017-06-30
libfstools: fix multiple volume_identify usages with the same volume
Pieter Smith
2017-06-30
build: disable the format-truncation warning error to fix gcc 7 build errors
Felix Fietkau
2017-06-30
libfstools: silence mkfs.{ext4,f2fs}
Daniel Golle
2017-06-30
libfstools: add basic documentation of mount functions
Rafał Miłecki
2017-06-30
add missing includes
Felix Fietkau
2016-12-05
libfstools: Check return values for fread and system
Florian Fainelli
2016-10-31
fstools: added f2fs to block
Alberto Bursi
2016-10-21
block: fall back to external mount helper
Jo-Philipp Wich
2016-10-21
block: fix error reporting
Jo-Philipp Wich
2016-10-17
libblkid-tiny: remove unused name member
Jo-Philipp Wich
2016-10-17
probe: stop handling name property
Jo-Philipp Wich
2016-10-17
block: remove handling of name property
Jo-Philipp Wich
2016-10-17
libblkid-tiny: fix SquashFS version detection on different endian systems
Jo-Philipp Wich
2016-10-17
libblkid-tiny: avoid setting phantom UUIDs
Jo-Philipp Wich
2016-10-17
probe: add full libblkid support
Jo-Philipp Wich
2016-10-16
block: add probe abstraction layer
Jo-Philipp Wich
2016-09-23
libfstools: properly label ext4 overlay
Daniel Golle
2016-09-23
block: also probe loop devices
Daniel Golle
2016-09-12
block: include mountpoint in info output
Daniel Golle
2016-09-12
libfstools: gather mountpoints from /proc/self/mountinfo
Daniel Golle
2016-09-08
libfstools: add rootdisk overlay volume support
Felix Fietkau
2016-09-08
libfstools: replace hardcoded mentions of jffs2 in a few places
Felix Fietkau
2016-09-08
libfstools: add ext4 filesystem type
Felix Fietkau
2016-09-08
libfstools: add f2fs filesystem type and simplify fs type code
Felix Fietkau
2016-09-08
libfstools: use container_of for volume private data
Felix Fietkau
2016-09-08
libfstools: call volume_init() before accessing v->blk
Felix Fietkau
2016-09-06
libfstools: remove obsolete enum
Felix Fietkau
2016-08-31
fix logic bug inside extroot uuid verification code
John Crispin
2016-08-18
libfstools: "lowerdir" variable name in fopivot
Преподобный Гомер
2016-08-16
fix return code of overlay_mount_fs
John Crispin
2016-07-24
block: best-effort in find_mount_point
Daniel Golle
2016-07-24
block: get mountpoints from /proc/self/mountinfo
Daniel Golle
2016-07-21
block: print mountpoint if already mounted
Daniel Golle
2016-07-21
block: also check /proc/self/mountinfo to find mountpoint
Daniel Golle
2016-07-21
block: don't truncate mountpoint path
Daniel Golle
2016-07-21
block: allow block info /dev/ubi?_?
Daniel Golle
2016-07-20
block: avoid ubi{,block} duplicates
Daniel Golle
2016-07-20
block: fix ubi?_? glob pattern
Daniel Golle
2016-07-01
cmake: Link against libjson-c
Florian Fainelli
2016-07-01
cmake: Find libubox/ulog.h
Florian Fainelli
2016-05-19
block.c: Add ability to mount with ACL and XATTR support
Daniel Dickinson
2016-05-19
block.c: Use <linux/fs.h> instead of defining mount flags ourselves
Daniel Dickinson
2016-05-19
block.c: Add support for checking vfat filesystems
Daniel Dickinson
2016-05-19
block.c: Make static string a const char * instead char *
Daniel Dickinson
2016-05-15
mount_root: check for preinit sentinel file
John Crispin
[next]