summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* partitions: Make 64bit capableSascha Hauer2012-06-301-1/+1
* make cdev 64bit capableSascha Hauer2012-06-303-7/+8
* use loff_t for file offsetsSascha Hauer2012-06-307-15/+15
* mtd: fix arguments to bad block ioctlsSascha Hauer2012-06-301-3/+3
* fs tftp: Fix short file transfersSascha Hauer2012-06-241-1/+2
* fs: limit flash erase and protect to the partiton boundaryJohannes Stezenbach2012-06-071-10/+8
* devfs: don't erase past the end of the partitionJohannes Stezenbach2012-06-071-0/+3
* Merge branch 'next'Sascha Hauer2012-06-065-138/+1313
|\
| * lseek: return -1 instead of -errnoSascha Hauer2012-05-181-2/+2
| * ramfs: rember last accessed chunkJan Weitzel2012-05-161-10/+37
| * fs readdir: check for NULL pointer againSascha Hauer2012-05-141-0/+3
| * fs: Add NFS supportSascha Hauer2012-05-143-0/+1059
| * Make errno a positive valueSascha Hauer2012-05-141-132/+218
* | fs tftp: depend on NET, not on NET_TFTPSascha Hauer2012-05-311-1/+1
* | fs/tftp: depend on NET_TFTPEric BĂ©nard2012-05-171-0/+1
|/
* complete: add delpart complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+19
* Merge branch 'work/dns' into nextSascha Hauer2012-04-161-1/+1
|\
| * fs tftp: use resolv to resolv ip addressSascha Hauer2012-04-151-1/+1
* | automount: remove existing automountpointSascha Hauer2012-04-151-0/+2
* | automount: Pass automount pass as environment variableSascha Hauer2012-04-151-4/+9
|/
* FAT: Fix error pathSascha Hauer2012-03-182-6/+16
* fs open: pass error from statSascha Hauer2012-03-181-6/+6
* Add automount supportSascha Hauer2012-03-182-0/+122
* 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-256-11/+5
* fs: get fs driver using container_ofSascha Hauer2012-02-251-17/+16
* Add suport for tftp as a filesystemSascha Hauer2012-02-193-0/+649
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-171-126/+107
|\
| * 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
* | fat: revert fat caching mechanismSascha Hauer2012-02-151-73/+20
|/
* devfs-code: fix warningJean-Christophe PLAGNIOL-VILLARD2012-01-161-1/+2
* ioctl: add support for ECCGETSTATS and MEMGETREGIONINFOAlexander Aring2012-01-061-6/+33
* fat fs: Fix compile warningSascha Hauer2012-01-051-1/+1
* cdev: pass flags to open functionSascha Hauer2011-12-152-2/+2
* 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
|/