History for barebox / include / fs.h
2015-03-09
@Sascha Hauer
Merge branch 'for-next/fs'
Sascha Hauer committed on 9 Mar 2015
@Sascha Hauer
fs: rename inode member of struct filep to priv ...
Sascha Hauer committed on 9 Mar 2015
2015-03-03
@Marc Kleine-Budde
fs: make "offset" parameter of erase() and protect() 64 bit safe ...
Marc Kleine-Budde authored on 1 Mar 2015 Sascha Hauer committed on 3 Mar 2015
2014-10-08
@Sascha Hauer
fs: implement fstat ...
Sascha Hauer committed on 8 Oct 2014
@Sascha Hauer
fs: Store the path in struct filep ...
Sascha Hauer committed on 8 Oct 2014
@Sascha Hauer
fs: store pointer to fsdev instead of dev in struct filep ...
Sascha Hauer committed on 8 Oct 2014
2014-08-07
@Sascha Hauer
move file helper functions to separate file ...
Sascha Hauer committed on 7 Aug 2014
2014-02-10
@Uwe Kleine-König
mount: support filesystem options passed via -o ...
Uwe Kleine-König authored on 7 Feb 2014 Sascha Hauer committed on 10 Feb 2014
2013-11-05
@Sascha Hauer
fs: Add function to get cdev by mountpath ...
Sascha Hauer committed on 5 Nov 2013
2013-09-30
@Sascha Hauer
fs: add cdev mount helpers ...
Sascha Hauer committed on 30 Sep 2013
2013-09-29
@Sascha Hauer
mount: implement -v option to print available filesystems ...
Sascha Hauer committed on 29 Sep 2013
@Sascha Hauer
fs: remove unused field 'name' from struct fs_driver_d ...
Sascha Hauer committed on 29 Sep 2013
@Sascha Hauer
fs: cleanup backingstore handling ...
Sascha Hauer committed on 29 Sep 2013
2013-06-20
@Sascha Hauer
read_file: Make it work on tftp servers which do not pass size ...
Sascha Hauer committed on 20 Jun 2013
2013-02-20
@Alexander Aring
fs: add pread and pwrite functions ...
Alexander Aring authored on 17 Feb 2013 Sascha Hauer committed on 20 Feb 2013
2013-02-18
@Alexander Aring
fs: fix return type of read ...
Alexander Aring authored on 17 Feb 2013 Sascha Hauer committed on 18 Feb 2013
2013-01-19
@Sascha Hauer
Add write_file function ...
Sascha Hauer committed on 19 Jan 2013
2012-11-29
@Sascha Hauer
rm: implement -r ...
Sascha Hauer committed on 29 Nov 2012
2012-09-05
@Sascha Hauer
Merge branch 'for-next/link'
Sascha Hauer committed on 5 Sep 2012
2012-09-04
@Jean-Christophe PLAGNIOL-VILLARD
fs: introduce get_mounted_path to get the path where a file is mounted ...
Jean-Christophe PLAGNIOL-VILLARD committed on 4 Sep 2012
@Jean-Christophe PLAGNIOL-VILLARD
fs: implement stat ...
Jean-Christophe PLAGNIOL-VILLARD committed on 4 Sep 2012
@Jean-Christophe PLAGNIOL-VILLARD
fs: add symlink support ...
Jean-Christophe PLAGNIOL-VILLARD committed on 4 Sep 2012
@Jean-Christophe PLAGNIOL-VILLARD
fs: rename stat to lstat as we implement lstat ...
Jean-Christophe PLAGNIOL-VILLARD committed on 4 Sep 2012
@Jean-Christophe PLAGNIOL-VILLARD
fs: add readlink support ...
Jean-Christophe PLAGNIOL-VILLARD committed on 4 Sep 2012
@Jean-Christophe PLAGNIOL-VILLARD
fs/mount: add autodetection type support ...
Jean-Christophe PLAGNIOL-VILLARD authored on 12 Aug 2012 Sascha Hauer committed on 4 Sep 2012
2012-07-04
@Sascha Hauer
fs: fix standard zero, full devices ...
Sascha Hauer committed on 4 Jul 2012
2012-06-30
@Sascha Hauer
use loff_t for file offsets ...
Sascha Hauer committed on 30 Jun 2012
2012-03-18
@Sascha Hauer
Add automount support ...
Sascha Hauer committed on 18 Mar 2012
2012-03-17
@Sascha Hauer
fs: drop struct mtab_entry ...
Sascha Hauer committed on 17 Mar 2012
2012-02-25
@Sascha Hauer
fs: get fs device using container_of ...
Sascha Hauer committed on 25 Feb 2012