History for barebox / fs / fs.c
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
2008-08-26
@Sascha Hauer
fs: fix compiler warning ...
Sascha Hauer committed on 26 Aug 2008
2008-08-14
@Sascha Hauer
implement memmap for mem driver ...
Sascha Hauer committed on 14 Aug 2008
2008-08-01
@Sascha Hauer
lseek: return -1 for errors and check for that return value ...
Sascha Hauer committed on 1 Aug 2008
2008-06-25
@Sascha Hauer
[fs]: set errno correctly for ioctl()
Sascha Hauer committed on 25 Jun 2008
2008-06-06
@Sascha Hauer
- introduce ioctl call ...
Sascha Hauer committed on 6 Jun 2008
2008-03-01
@Sascha Hauer
add missing null pointer check in unlink()
Sascha Hauer committed on 1 Mar 2008
2008-02-19
@Carsten Schlote
[general] Fixed crash in fs.h, when called with fsdrv.create == NULL ...
Carsten Schlote authored on 15 Feb 2008 Sascha Hauer committed on 19 Feb 2008
2007-11-29
@Marc Kleine-Budde
[sparse] declare functions static, use NULL as NULL pointer ...
Marc Kleine-Budde committed on 29 Nov 2007
2007-10-19
@sascha
- Implement tree structure for devices ...
sascha committed on 19 Oct 2007
2007-10-16
@sascha
use S_ISDIR macro in open()
sascha committed on 16 Oct 2007
2007-10-07
@Sascha Hauer
export symbols
Sascha Hauer committed on 7 Oct 2007