summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: require CMake >= 3.10 due to dropped legacy supportmasterHauke Mehrtens2025-10-041-1/+1
* fs: add support for HFSX Plus file systemHans Dedecker2019-01-041-1/+1
* build: suppress ignoring return value warningsHans Dedecker2019-01-041-1/+1
* build: remove ggdb compile optionHans Dedecker2019-01-041-1/+1
* mount: fix gcc7 format-overflow errorsHans Dedecker2019-01-041-1/+1
* mount: fix format overflowHans Dedecker2019-01-041-1/+2
* build: suppress format truncation warnings to avoid errors with gcc7Hans Dedecker2019-01-041-1/+1
* mount: drop duplicated includesRafał Miłecki2018-02-261-3/+0
* mount: call hotplug-call with ACTION=remove before trying to unmountRafał Miłecki2018-02-261-4/+5
* mount: try lazy unmount if normal one failsRafał Miłecki2018-02-261-0/+1
* mount: create not working symlink when unmounting failsRafał Miłecki2018-02-211-8/+38
* mount: reorder deleting code in the mount_enum_drives()Rafał Miłecki2018-02-211-3/+5
* mount: rename tmp variables in the mount_add_list()Rafał Miłecki2018-02-161-4/+4
* mount: drop duplicated rmdir() call from the mount_enum_drives()Rafał Miłecki2018-02-161-3/+1
* mount: drop duplicated unlink() call from the mount_dev_del()Rafał Miłecki2018-02-161-2/+0
* mount: fix/improve unmounting log messagesRafał Miłecki2018-02-121-3/+2
* mount: fix removing mount point if it's expiredRafał Miłecki2018-02-121-2/+4
* mount: struct mount: replace "mounted" and "ignore" fileds with a "status"Rafał Miłecki2018-02-121-17/+30
* mount: change mount_dev_del() argument to struct mount *Rafał Miłecki2018-02-121-16/+12
* mount: rename /proc/mount parser to mount_update_mount_list()Rafał Miłecki2018-02-121-3/+3
* mount: improve handling mounts table sizeRafał Miłecki2018-02-121-4/+8
* mount: check if block was mounted before cleaning it upRafał Miłecki2018-01-071-5/+7
* mount: remove directory if mounting failsRafał Miłecki2018-01-071-1/+3
* mount: call hotplug mount scripts only on successRafał Miłecki2018-01-071-2/+2
* mount: add mount with ignore=1 for unsupported filesystemsRafał Miłecki2017-11-061-3/+7
* mount: drop duplicated filesystem check from mount_add_listRafał Miłecki2017-11-061-1/+1
* autofs: register SIGTERM for gracefull exitHans Dedecker2017-10-183-21/+17
* mount: fix SIGSEV crashesHans Dedecker2017-10-171-2/+0
* mountd: Add static qualifier to missing variable declarations.Rosen Penev2016-12-196-15/+15
* mountd: Fix fgets check.Rosen Penev2016-12-191-3/+3
* cmake: Really look for uci.hFlorian Fainelli2016-09-301-2/+2
* cleanup mountpoints of partitions failing to mountKristof Roelants2016-09-141-0/+2
* cmake: Find uci.hFlorian Fainelli2016-07-241-0/+3
* support for disk without partition tableolivier.hardouin@gmail.com2016-06-221-4/+10
* hfs+ journal partition support as read onlyolivier.hardouin@gmail.com2016-06-223-18/+27
* filesystem mount options in uci as optional parameterolivier.hardouin@gmail.com2016-06-151-22/+41
* add hotplug eventsolivier.hardouin@gmail.com2016-06-151-1/+2
* fix crash if no uci config file presentolivier.hardouin@gmail.com2016-06-152-1/+14
* align fs_names table to indexes defined in include/fs.holivier.hardouin@gmail.com2016-06-151-0/+1
* fix gcc format security errorsHauke Mehrtens2015-11-222-3/+3
* add exfat supportJohn Crispin2015-09-103-1/+22
* make mountd also work for mmc partitionsJohn Crispin2015-08-191-10/+23
* import patches/ and cmake supportJohn Crispin2015-07-2714-68/+92
* import v0.1John Crispin2015-07-2722-0/+2473