summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pu/cramfs-fix' into nextSascha Hauer2011-12-052-59/+36
|\
| * fix cramfs support broken since zlib updateSascha Hauer2011-12-052-59/+36
* | ramfs: increase chunk size to 8192 bytesSascha Hauer2011-12-051-1/+1
|/
* Merge branch 'master' into nextSascha Hauer2011-11-292-0/+9
|\
| * fs/fat: Initialize local variable finfoFranck Jullien2011-11-171-0/+2
| * mount: Fix the printing of device nameFranck Jullien2011-11-111-0/+7
* | Create a unique cdev number for on demand devicesJuergen Beisert2011-11-281-0/+14
|/
* 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
* Merge branch 'next'Sascha Hauer2011-08-042-8/+9
|\
| * fs: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-302-5/+7
| * mem_read/write: use resourcesSascha Hauer2011-07-191-3/+2
* | fs/fat/ff.c: fix 'no previous prototype' warningsAntony Pavlov2011-08-031-4/+4
|/
* fs: add fat filesystem supportSascha Hauer2011-04-1210-0/+3704
* fs mount: fix error handlingSascha Hauer2011-04-111-6/+13
* fs: use safe_strncpy instead of sprintfSascha Hauer2011-04-111-2/+3
* devfs: factor out core devfs functionalitySascha Hauer2011-04-113-165/+239
* fs: implement flush functionSascha Hauer2011-04-112-0/+31
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* fs: remove unused field 'type' from struct fs_driver_dSascha Hauer2011-04-113-3/+0
* fs: errno should be set correctly before the end of functionsSascha Hauer2011-04-041-2/+3
* ramfs: increase chunk size to 4 kbyteSascha Hauer2011-03-101-1/+1
* 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
* ramfs: sparse fixesSascha Hauer2010-10-211-1/+1
* fs: add basic sanity check before accessing the files arrayBaruch Siach2010-07-281-0/+34
* devfs: only check for ioctl function when neededSascha Hauer2010-07-051-8/+7
* add partition mtd supportSascha Hauer2010-07-052-0/+34
* cramfs: probe(): fix cdev lookupPeter Korsgaard2009-12-161-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-152-2/+2
* fs: replace broken dev_protect with protect_file functionSascha Hauer2009-10-021-0/+15
* devfs: fix return value for lseek in partitionsSascha Hauer2009-09-251-1/+1
* devfs: add open counterSascha Hauer2009-09-111-7/+29
* fs: write: fix writing on devicesSascha Hauer2009-07-301-3/+9
* reactivate cramfsSascha Hauer2009-07-211-80/+91
* get rid of device idsSascha Hauer2009-07-212-18/+33
* make sure ramfs/devfs are initialised when neededSascha Hauer2009-07-212-2/+2
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-214-16/+20
* devfs: add missing remove functionSascha Hauer2009-07-211-0/+5
* ramfs: add missing remove functionSascha Hauer2009-07-211-0/+6
* introduce cdevSascha Hauer2009-07-212-58/+199
* remove warningfredo2008-12-181-1/+1
* 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-012-6/+8
* [fs]: set errno correctly for ioctl()Sascha Hauer2008-06-251-3/+4
* - introduce ioctl callSascha Hauer2008-06-064-10/+74
* This is Kconfig cleanup patch (not all configurations will use CFI, SPI, RAMF...Menon, Nishanth2008-05-122-2/+12