summaryrefslogtreecommitdiffstats
path: root/fs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: make "offset" parameter of erase() and protect() 64 bit safeMarc Kleine-Budde2015-03-031-2/+2
* fs: implement fstatSascha Hauer2014-10-081-0/+16
* fs: Store the path in struct filepSascha Hauer2014-10-081-0/+5
* fs: do not lookup global FILE * when the file is already availableSascha Hauer2014-10-081-1/+1
* fs: store pointer to fsdev instead of dev in struct filepSascha Hauer2014-10-081-48/+27
* move file helper functions to separate fileSascha Hauer2014-08-071-72/+0
* automount: check for recursive automountSascha Hauer2014-07-031-1/+9
* Merge branch 'for-next/nfs'Sascha Hauer2014-03-071-7/+14
|\
| * run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
| * mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-6/+13
* | read_file: Use read_fullSascha Hauer2014-02-131-1/+2
|/
* Fix endless loop in automount codeSascha Hauer2013-11-271-0/+2
* fs: Add function to get cdev by mountpathSascha Hauer2013-11-051-0/+13
* fs: ignore O_TRUNC open flag for devicesSascha Hauer2013-10-161-2/+1
* fs: add cdev mount helpersSascha Hauer2013-09-301-0/+80
* fs: use bus_for_each_driverSascha Hauer2013-09-291-4/+1
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-8/+20
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-0/+18
* fs: allocate FILE table dynamicallySascha Hauer2013-03-141-4/+7
* fs: add pread and pwrite functionsAlexander Aring2013-02-201-14/+74
* fs: fix return type of readAlexander Aring2013-02-181-1/+1
* Add write_file functionSascha Hauer2013-01-191-0/+19
* 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