index
:
mountd
master
OpenWrt automount daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-04
build: require CMake >= 3.10 due to dropped legacy support
master
Hauke Mehrtens
2019-01-04
fs: add support for HFSX Plus file system
Hans Dedecker
2019-01-04
build: suppress ignoring return value warnings
Hans Dedecker
2019-01-04
build: remove ggdb compile option
Hans Dedecker
2019-01-04
mount: fix gcc7 format-overflow errors
Hans Dedecker
2019-01-04
mount: fix format overflow
Hans Dedecker
2019-01-04
build: suppress format truncation warnings to avoid errors with gcc7
Hans Dedecker
2018-02-26
mount: drop duplicated includes
Rafał Miłecki
2018-02-26
mount: call hotplug-call with ACTION=remove before trying to unmount
Rafał Miłecki
2018-02-26
mount: try lazy unmount if normal one fails
Rafał Miłecki
2018-02-21
mount: create not working symlink when unmounting fails
Rafał Miłecki
2018-02-21
mount: reorder deleting code in the mount_enum_drives()
Rafał Miłecki
2018-02-16
mount: rename tmp variables in the mount_add_list()
Rafał Miłecki
2018-02-16
mount: drop duplicated rmdir() call from the mount_enum_drives()
Rafał Miłecki
2018-02-16
mount: drop duplicated unlink() call from the mount_dev_del()
Rafał Miłecki
2018-02-12
mount: fix/improve unmounting log messages
Rafał Miłecki
2018-02-12
mount: fix removing mount point if it's expired
Rafał Miłecki
2018-02-12
mount: struct mount: replace "mounted" and "ignore" fileds with a "status"
Rafał Miłecki
2018-02-12
mount: change mount_dev_del() argument to struct mount *
Rafał Miłecki
2018-02-12
mount: rename /proc/mount parser to mount_update_mount_list()
Rafał Miłecki
2018-02-12
mount: improve handling mounts table size
Rafał Miłecki
2018-01-07
mount: check if block was mounted before cleaning it up
Rafał Miłecki
2018-01-07
mount: remove directory if mounting fails
Rafał Miłecki
2018-01-07
mount: call hotplug mount scripts only on success
Rafał Miłecki
2017-11-06
mount: add mount with ignore=1 for unsupported filesystems
Rafał Miłecki
2017-11-06
mount: drop duplicated filesystem check from mount_add_list
Rafał Miłecki
2017-10-18
autofs: register SIGTERM for gracefull exit
Hans Dedecker
2017-10-17
mount: fix SIGSEV crashes
Hans Dedecker
2016-12-19
mountd: Add static qualifier to missing variable declarations.
Rosen Penev
2016-12-19
mountd: Fix fgets check.
Rosen Penev
2016-09-30
cmake: Really look for uci.h
Florian Fainelli
2016-09-14
cleanup mountpoints of partitions failing to mount
Kristof Roelants
2016-07-24
cmake: Find uci.h
Florian Fainelli
2016-06-22
support for disk without partition table
olivier.hardouin@gmail.com
2016-06-22
hfs+ journal partition support as read only
olivier.hardouin@gmail.com
2016-06-15
filesystem mount options in uci as optional parameter
olivier.hardouin@gmail.com
2016-06-15
add hotplug events
olivier.hardouin@gmail.com
2016-06-15
fix crash if no uci config file present
olivier.hardouin@gmail.com
2016-06-15
align fs_names table to indexes defined in include/fs.h
olivier.hardouin@gmail.com
2015-11-22
fix gcc format security errors
Hauke Mehrtens
2015-09-10
add exfat support
John Crispin
2015-08-19
make mountd also work for mmc partitions
John Crispin
2015-07-27
import patches/ and cmake support
John Crispin
2015-07-27
import v0.1
John Crispin