summaryrefslogtreecommitdiffstats
path: root/include/fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs: remove now unused function can_lseek_backward()Sascha Hauer2018-01-251-20/+0
* fs: implement is_tftp_fs()Sascha Hauer2018-01-251-0/+10
* fs: Introduce devpath_to_name()Andrey Smirnov2017-12-061-0/+9
* fs: Fix can_lseek_backward()Andrey Smirnov2017-11-171-1/+1
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-101-0/+20
* Merge branch 'for-next/misc'Sascha Hauer2017-06-141-0/+1
|\
| * fs: add cdev_create_loop and cdev_remove_loop for loop mount optionPhilipp Zabel2017-06-061-0/+1
* | fs: Implement links to directoriesSascha Hauer2017-05-111-1/+2
|/
* Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-091-50/+6
|\
| * fs: move libc function prototypes to their correct locationsSascha Hauer2016-04-151-45/+6
| * move unlink_recursive declaration to libfile.hSascha Hauer2016-04-151-2/+0
| * move make_directory declaration to libfile.hSascha Hauer2016-04-151-3/+0
* | fix erasing/protecting flashes with unspecified sizeSascha Hauer2016-04-191-0/+1
|/
* fs: umount based on device path and mount pathMarkus Pargmann2016-04-081-0/+1
* fs: Add for_each_fs_device_safe()Markus Pargmann2016-04-081-0/+1
* mtd: Fix erasing of devices >4GiBSascha Hauer2016-02-091-2/+2
* fs: use linux/fs.h for file system related definitionsYegor Yefremov2016-02-011-4/+1
* fs: Add device parameter for Linux root= optionSascha Hauer2015-06-181-0/+4
* Merge branch 'for-next/fs'Sascha Hauer2015-03-091-1/+1
|\
| * fs: rename inode member of struct filep to privSascha Hauer2015-03-091-1/+1
* | fs: make "offset" parameter of erase() and protect() 64 bit safeMarc Kleine-Budde2015-03-031-2/+2
|/
* fs: implement fstatSascha Hauer2014-10-081-0/+1
* fs: Store the path in struct filepSascha Hauer2014-10-081-0/+1
* fs: store pointer to fsdev instead of dev in struct filepSascha Hauer2014-10-081-2/+1
* move file helper functions to separate fileSascha Hauer2014-08-071-14/+0
* mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-2/+4
* fs: Add function to get cdev by mountpathSascha Hauer2013-11-051-0/+2
* fs: add cdev mount helpersSascha Hauer2013-09-301-0/+3
* mount: implement -v option to print available filesystemsSascha Hauer2013-09-291-0/+1
* fs: remove unused field 'name' from struct fs_driver_dSascha Hauer2013-09-291-1/+0
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-0/+2
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-0/+2
* fs: add pread and pwrite functionsAlexander Aring2013-02-201-0/+2
* fs: fix return type of readAlexander Aring2013-02-181-1/+1
* Add write_file functionSascha Hauer2013-01-191-0/+5
* rm: implement -rSascha Hauer2012-11-291-0/+2
* Merge branch 'for-next/link'Sascha Hauer2012-09-051-0/+12
|\
| * fs: introduce get_mounted_path to get the path where a file is mountedJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+2
| * fs: implement statJean-Christophe PLAGNIOL-VILLARD2012-09-051-4/+2
| * fs: add symlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+3
| * fs: rename stat to lstat as we implement lstatJean-Christophe PLAGNIOL-VILLARD2012-09-051-1/+5
| * fs: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-0/+5
* | fs/mount: add autodetection type supportJean-Christophe PLAGNIOL-VILLARD2012-09-041-0/+5
|/
* fs: fix standard zero, full devicesSascha Hauer2012-07-041-0/+1
* use loff_t for file offsetsSascha Hauer2012-06-301-6/+6
* Add automount supportSascha Hauer2012-03-181-0/+4
* fs: drop struct mtab_entrySascha Hauer2012-03-171-10/+5
* fs: get fs device using container_ofSascha Hauer2012-02-251-0/+1
* fs: get fs driver using container_ofSascha Hauer2012-02-251-0/+2
* fs: put fs devices on its own busSascha Hauer2012-02-171-0/+1