History for barebox / fs / fs.c
2012-02-25
@Sascha Hauer
fs: get fs device using container_of ...
Sascha Hauer committed on 25 Feb 2012
@Sascha Hauer
fs: get fs driver using container_of ...
Sascha Hauer committed on 25 Feb 2012
2012-02-17
@Sascha Hauer
fs: allow to mount on subdirectories ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: put fs devices on its own bus ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: remove fs devices list ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: remove only once used variable ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: simplify get_mtab_entry_by_path ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: remove unused function fsdev_get_mountpoint ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: Store mtab path in allocated string ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: make locally used function get_mtab_entry_by_path static ...
Sascha Hauer committed on 17 Feb 2012
@Sascha Hauer
fs: Store mtab entries in list ...
Sascha Hauer committed on 17 Feb 2012
2011-11-11
@Franck Jullien
mount: Fix the printing of device name ...
Franck Jullien authored on 9 Nov 2011 Sascha Hauer committed on 11 Nov 2011
2011-11-09
@Sascha Hauer
fs: read: do not call read op when count is 0 ...
Sascha Hauer committed on 9 Nov 2011
2011-10-19
@Sascha Hauer
fix bug introduced with fixing path_check_prereq() ...
Sascha Hauer committed on 19 Oct 2011
2011-10-18
@Antony Pavlov
fs: fix chdir() ...
Antony Pavlov authored on 18 Oct 2011 Sascha Hauer committed on 18 Oct 2011
@Antony Pavlov
fs: fix path_check_prereq() ...
Antony Pavlov authored on 18 Oct 2011 Sascha Hauer committed on 18 Oct 2011
2011-07-29
@Jean-Christophe PLAGNIOL-VILLARD
fs: switch to resource ...
Jean-Christophe PLAGNIOL-VILLARD committed on 29 Jul 2011
2011-07-18
@Sascha Hauer
mem_read/write: use resources ...
Sascha Hauer authored on 19 Jul 2011 Jean-Christophe PLAGNIOL-VILLARD committed on 18 Jul 2011
2011-04-11
@Sascha Hauer
fs mount: fix error handling ...
Sascha Hauer committed on 11 Apr 2011
@Sascha Hauer
fs: use safe_strncpy instead of sprintf ...
Sascha Hauer committed on 11 Apr 2011
@Sascha Hauer
fs: implement flush function ...
Sascha Hauer committed on 11 Apr 2011
2011-04-04
@Sascha Hauer
fs: errno should be set correctly before the end of functions ...
Sascha Hauer committed on 4 Apr 2011
2011-01-08
@Sascha Hauer
fs: fix multiple mount of the same fstype ...
Sascha Hauer committed on 8 Jan 2011
2010-11-19
@Marek Belisko
fs: Fix bug found by sparse. ...
Marek Belisko authored on 18 Nov 2010 Sascha Hauer committed on 19 Nov 2010
2010-07-28
@Baruch Siach
fs: add basic sanity check before accessing the files array ...
Baruch Siach authored on 28 Jul 2010 Sascha Hauer committed on 28 Jul 2010
2009-10-02
@Sascha Hauer
fs: replace broken dev_protect with protect_file function ...
Sascha Hauer committed on 2 Oct 2009
2009-07-30
@Sascha Hauer
fs: write: fix writing on devices ...
Sascha Hauer committed on 30 Jul 2009
2009-07-21
@Sascha Hauer
get rid of device ids ...
Sascha Hauer committed on 21 Jul 2009
@Sascha Hauer
Get rid of DEVICE_TYPE_FS usage ...
Sascha Hauer committed on 21 Jul 2009
@Sascha Hauer
introduce cdev ...
Sascha Hauer committed on 21 Jul 2009