summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfs: fix mount prog version in portmap lookupUwe Kleine-König2014-02-101-1/+1
* | | Merge branch 'for-next/mtd'Sascha Hauer2014-03-071-16/+14
|\ \ \
| * | | mtd: register mtd partitions as real mtd devicesSascha Hauer2014-02-261-16/+14
* | | | Merge branch 'for-next/misc'Sascha Hauer2014-03-071-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpkfs: fix compiler warningAlexander Aring2014-02-101-1/+1
| * | | bpkfs: remove twice include of fs.hAlexander Aring2014-02-101-1/+0
| | |/ | |/|
* | | fs: tftp: Fix writing files to tftpSascha Hauer2014-02-261-1/+9
| |/ |/|
* | read_file: Use read_fullSascha Hauer2014-02-131-1/+2
|/
* UBIFS: implement readlink entry pointRenaud Barbier2014-01-301-0/+38
* fs ubifs: Use pr_* for printing messagesSascha Hauer2014-01-162-8/+8
* mtd: Add subpagesize to mtd_info_userSascha Hauer2013-12-201-0/+1
* Fix endless loop in automount codeSascha Hauer2013-11-271-0/+2
* fs: Add function to get cdev by mountpathSascha Hauer2013-11-051-0/+13
* ubifs: Remove redundant assignmentAlexander Shiyan2013-10-222-2/+0
* fs: ignore O_TRUNC open flag for devicesSascha Hauer2013-10-161-2/+1
* Merge branch 'for-next/mount'Sascha Hauer2013-10-075-52/+126
|\
| * 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-295-48/+45
* | Merge branch 'for-next/fs'Sascha Hauer2013-10-073-0/+559
|\ \
| * | fs: add uimagefsJean-Christophe PLAGNIOL-VILLARD2013-09-273-0/+559
| |/
* / fs: add BPKFS supportJean-Christophe PLAGNIOL-VILLARD2013-10-063-0/+530
|/
* Fix lseek on fat filesystems.Fargier Sylvain2013-09-181-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2013-09-051-1/+1
|\
| * fs: tftp: don't duplicate timeout informationBaruch Siach2013-08-121-1/+1
* | fs: Add ubifs supportSascha Hauer2013-08-0728-0/+15531
|/
* cdev: add device_find_partitionSascha Hauer2013-07-151-0/+27
* cdev: allow to open a struct cdevSascha Hauer2013-07-151-5/+11
* cdev: introduce partition namesSascha Hauer2013-07-151-0/+3
* devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-151-6/+6
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-202-1/+22
* Merge branch 'for-next/pr_print'Sascha Hauer2013-04-041-6/+6
|\
| * ext4: switch debug and printf to dev_xxxJean-Christophe PLAGNIOL-VILLARD2013-03-091-6/+6
* | 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
* Merge branch 'for-next/oftree'Sascha Hauer2013-02-041-0/+19
|\
| * Add write_file functionSascha Hauer2013-01-191-0/+19
* | Merge branch 'for-next/misc'Sascha Hauer2013-02-041-10/+11
|\ \
| * | tftp: reset timer on progressSascha Hauer2013-01-201-10/+11
| |/
* / treewide: fix format specifiersSascha Hauer2013-01-271-2/+2
|/
* devfs & mtd: add MEMERASE ioctl supportWolfram Sang2012-12-191-1/+2
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
* fs: move dev_add_child before device_registerSascha Hauer2012-12-121-5/+5
* Merge branch 'kconfig'Sascha Hauer2012-12-081-1/+1
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-081-1/+1
* | Merge branch 'for-next/mem-commands'Sascha Hauer2012-12-071-1/+1
|\ \
| * | mem: add the swab (swap bytes) option to memory_display()Antony Pavlov2012-11-261-1/+1
| |/
* / fs: implement initial ext4 support from U-BootSascha Hauer2012-12-0310-0/+1384
|/
* omap4: add filesystem support over usb bootVicente2012-11-163-0/+225