summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.c
Commit message (Expand)AuthorAgeFilesLines
* fs: let truncate take a loff_t argumentSascha Hauer2019-02-061-1/+1
* fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-2/+2
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-1/+0
* fs: fat: fix copy-paste typoAntony Pavlov2016-02-231-2/+2
* treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-021-1/+0
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-6/+6
* fat: Use correct format specifierSascha Hauer2014-07-111-2/+2
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-13/+4
* Fix lseek on fat filesystems.Fargier Sylvain2013-09-181-0/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* fs/fat: add filetypeJean-Christophe PLAGNIOL-VILLARD2012-09-041-0/+1
* use loff_t for file offsetsSascha Hauer2012-06-301-3/+3
* FAT: Fix error pathSascha Hauer2012-03-181-3/+15
* fs: get fs device using container_ofSascha Hauer2012-02-251-2/+1
* fs/fat: Initialize local variable finfoFranck Jullien2011-11-171-0/+2
* fs: add fat filesystem supportSascha Hauer2011-04-121-0/+434
* remove uncompilable filesystemsSascha Hauer2007-09-211-1012/+0
* svn_rev_003Sascha Hauer2007-07-051-3/+0
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
* Add support for Altera NIOS DK1C20 boardWolfgang Denk2005-08-061-0/+3
* "static" from "do_fat_read" removedstroese2004-12-161-1/+1
* * Patches by Sean Chang, 09 Aug 2004:wdenk2004-09-291-1/+1
* * Patches by Travis Sawyer, 12 Mar 2004:wdenk2004-03-141-0/+4
* * Patch by Markus Pietrek, 24 Feb 2004:wdenk2004-02-261-1/+2
* * Patch by Thomas Elste, 10 Feb 2004:wdenk2004-02-231-5/+6
* * Patches by David Müller, 14 Nov 2003:wdenk2003-12-071-1/+2
* * Prepare for releasewdenk2003-10-291-17/+12
* * Patch by Martin Krause, 09 Oct 2003:wdenk2003-10-091-0/+5
* * Patch by Gary Jennejohn, 11 Sep 2003:wdenk2003-09-111-2/+4
* * Patches by Denis Peter, 9 Sep 2003:wdenk2003-09-101-41/+143
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-151-0/+901