summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
* fs: move dev_add_child before device_registerSascha Hauer2012-12-121-5/+5
* fs: improve robustnessVicente2012-10-081-9/+18
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | Merge branch 'for-next/driver'Sascha Hauer2012-10-031-0/+6
|\ \ | |/ |/|
| * driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+6
* | fs: fs.c fix castAlexander Aring2012-09-111-2/+6
|/
* Merge branch 'for-next/link'Sascha Hauer2012-09-051-7/+222
|\
| * fs: introduce get_mounted_path to get the path where a file is mountedJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+9
| * fs: open: add symlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-4/+11
| * fs: implement statJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+105
| * fs: add symlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+51
| * fs: rename stat to lstat as we implement lstatJean-Christophe PLAGNIOL-VILLARD2012-09-051-5/+5
| * fs: fix rmdir with symlinkJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+6
| * fs: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+37
* | fs/mount: add autodetection type supportJean-Christophe PLAGNIOL-VILLARD2012-09-041-1/+29
|/
* fs: fix standard zero, full devicesSascha Hauer2012-07-041-4/+4
* Merge branch 'for-next/resource-size'Sascha Hauer2012-07-021-2/+2
|\
| * resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-2/+2
* | Merge branch 'for-next/fs'Sascha Hauer2012-07-021-0/+30
|\ \
| * | fs: Fix file create bug when parent is not a directorySascha Hauer2012-06-301-0/+30
| |/
* | make cdev 64bit capableSascha Hauer2012-06-301-1/+1
* | use loff_t for file offsetsSascha Hauer2012-06-301-5/+5
|/
* 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