summaryrefslogtreecommitdiffstats
path: root/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
* mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-2/+4
* fs: Add function to get cdev by mountpathSascha Hauer2013-11-051-0/+2
* fs: add cdev mount helpersSascha Hauer2013-09-301-0/+3
* mount: implement -v option to print available filesystemsSascha Hauer2013-09-291-0/+1
* fs: remove unused field 'name' from struct fs_driver_dSascha Hauer2013-09-291-1/+0
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-0/+2
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-0/+2
* fs: add pread and pwrite functionsAlexander Aring2013-02-201-0/+2
* fs: fix return type of readAlexander Aring2013-02-181-1/+1
* Add write_file functionSascha Hauer2013-01-191-0/+5
* rm: implement -rSascha Hauer2012-11-291-0/+2
* Merge branch 'for-next/link'Sascha Hauer2012-09-051-0/+12
|\
| * fs: introduce get_mounted_path to get the path where a file is mountedJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+2
| * fs: implement statJean-Christophe PLAGNIOL-VILLARD2012-09-051-4/+2
| * fs: add symlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+3
| * fs: rename stat to lstat as we implement lstatJean-Christophe PLAGNIOL-VILLARD2012-09-051-1/+5
| * fs: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+5
* | fs/mount: add autodetection type supportJean-Christophe PLAGNIOL-VILLARD2012-09-041-0/+5
|/
* fs: fix standard zero, full devicesSascha Hauer2012-07-041-0/+1
* use loff_t for file offsetsSascha Hauer2012-06-301-6/+6
* Add automount supportSascha Hauer2012-03-181-0/+4
* fs: drop struct mtab_entrySascha Hauer2012-03-171-10/+5
* fs: get fs device using container_ofSascha Hauer2012-02-251-0/+1
* fs: get fs driver using container_ofSascha Hauer2012-02-251-0/+2
* fs: put fs devices on its own busSascha Hauer2012-02-171-0/+1
* fs: remove fs devices listSascha Hauer2012-02-171-2/+0
* fs: remove unused function fsdev_get_mountpointSascha Hauer2012-02-171-7/+0
* fs: Store mtab path in allocated stringSascha Hauer2012-02-171-1/+1
* fs: make locally used function get_mtab_entry_by_path staticSascha Hauer2012-02-171-1/+0
* fs: Store mtab entries in listSascha Hauer2012-02-171-2/+4
* fs: implement flush functionSascha Hauer2011-04-111-0/+2
* fs: remove unused field 'type' from struct fs_driver_dSascha Hauer2011-04-111-5/+0
* fs: replace broken dev_protect with protect_file functionSascha Hauer2009-10-021-0/+1
* get rid of device idsSascha Hauer2009-07-211-1/+1
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-0/+5
* - introduce ioctl callSascha Hauer2008-06-061-0/+3
* add ls -c and -lSascha Hauer2008-03-111-0/+1
* fix typoSascha Hauer2008-03-011-1/+1
* - Implement tree structure for devicessascha2007-10-191-7/+10
* pass file size from read_fileSascha Hauer2007-09-271-2/+3
* implement mkdir -pSascha Hauer2007-09-271-0/+3
* - change function declarations for better standard conformity:Sascha Hauer2007-09-241-2/+2
* implement flash protectionSascha Hauer2007-07-161-1/+4
* implement memmap().Sascha Hauer2007-07-151-0/+6
* svn_rev_634Sascha Hauer2007-07-051-4/+29
* svn_rev_605Sascha Hauer2007-07-051-0/+1
* svn_rev_453Sascha Hauer2007-07-051-0/+4
* svn_rev_420Sascha Hauer2007-07-051-7/+7
* svn_rev_406Sascha Hauer2007-07-051-1/+4
* svn_rev_368Sascha Hauer2007-07-051-1/+1