summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: limit flash erase and protect to the partiton boundaryJohannes Stezenbach2012-06-071-10/+8
* lseek: return -1 instead of -errnoSascha Hauer2012-05-181-2/+2
* fs readdir: check for NULL pointer againSascha Hauer2012-05-141-0/+3
* Make errno a positive valueSascha Hauer2012-05-141-132/+218
* automount: remove existing automountpointSascha Hauer2012-04-151-0/+2
* automount: Pass automount pass as environment variableSascha Hauer2012-04-151-4/+9
* fs open: pass error from statSascha Hauer2012-03-181-6/+6
* Add automount supportSascha Hauer2012-03-181-0/+119
* fs: drop struct mtab_entrySascha Hauer2012-03-171-45/+43
* fs: change get_fs_device_by_path prototypeSascha Hauer2012-03-171-34/+31
* fs: get fs device using container_ofSascha Hauer2012-02-251-3/+2
* fs: get fs driver using container_ofSascha Hauer2012-02-251-17/+16
* fs: allow to mount on subdirectoriesSascha Hauer2012-02-171-6/+7
* fs: put fs devices on its own busSascha Hauer2012-02-171-46/+76
* fs: remove fs devices listSascha Hauer2012-02-171-22/+1
* fs: remove only once used variableSascha Hauer2012-02-171-4/+2
* fs: simplify get_mtab_entry_by_pathSascha Hauer2012-02-171-17/+6
* fs: remove unused function fsdev_get_mountpointSascha Hauer2012-02-171-5/+0
* fs: Store mtab path in allocated stringSascha Hauer2012-02-171-2/+3
* fs: make locally used function get_mtab_entry_by_path staticSascha Hauer2012-02-171-1/+1
* fs: Store mtab entries in listSascha Hauer2012-02-171-45/+33
* mount: Fix the printing of device nameFranck Jullien2011-11-111-0/+7
* fs: read: do not call read op when count is 0Sascha Hauer2011-11-091-0/+4
* fix bug introduced with fixing path_check_prereq()Sascha Hauer2011-10-191-2/+6
* fs: fix chdir()Antony Pavlov2011-10-181-1/+2
* fs: fix path_check_prereq()Antony Pavlov2011-10-181-3/+4
* fs: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-4/+4
* mem_read/write: use resourcesSascha Hauer2011-07-191-3/+2
* fs mount: fix error handlingSascha Hauer2011-04-111-6/+13
* fs: use safe_strncpy instead of sprintfSascha Hauer2011-04-111-2/+3
* fs: implement flush functionSascha Hauer2011-04-111-0/+20
* fs: errno should be set correctly before the end of functionsSascha Hauer2011-04-041-2/+3
* fs: fix multiple mount of the same fstypeSascha Hauer2011-01-081-0/+1
* fs: Fix bug found by sparse.Marek Belisko2010-11-191-1/+1
* fs: add basic sanity check before accessing the files arrayBaruch Siach2010-07-281-0/+34
* fs: replace broken dev_protect with protect_file functionSascha Hauer2009-10-021-0/+15
* fs: write: fix writing on devicesSascha Hauer2009-07-301-3/+9
* get rid of device idsSascha Hauer2009-07-211-5/+8
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-10/+17
* introduce cdevSascha Hauer2009-07-211-11/+16
* fs: fix compiler warningSascha Hauer2008-08-261-1/+1
* implement memmap for mem driverSascha Hauer2008-08-141-1/+8
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-011-4/+6
* [fs]: set errno correctly for ioctl()Sascha Hauer2008-06-251-3/+4
* - introduce ioctl callSascha Hauer2008-06-061-4/+30
* add missing null pointer check in unlink()Sascha Hauer2008-03-011-0/+5
* [general] Fixed crash in fs.h, when called with fsdrv.create == NULLCarsten Schlote2008-02-191-2/+5
* [sparse] declare functions static, use NULL as NULL pointerMarc Kleine-Budde2007-11-291-5/+5
* - Implement tree structure for devicessascha2007-10-191-9/+30
* use S_ISDIR macro in open()sascha2007-10-161-1/+1