summaryrefslogtreecommitdiffstats
path: root/fs/fat
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 FAT32 detectionAlexander Kurz2019-01-041-5/+7
* fs: dentry cache implementationSascha Hauer2018-07-111-0/+1
* 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
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | fs/fat: Handle MBR on the first sectorFranck Jullien2012-09-201-18/+19
|/
* fs/fat: add filetypeJean-Christophe PLAGNIOL-VILLARD2012-09-041-0/+1
* Merge branch 'for-next/sparse'Sascha Hauer2012-07-021-5/+5
|\
| * fs FAT: fix warning: Using plain integer as NULL pointerSascha Hauer2012-06-301-5/+5
* | use loff_t for file offsetsSascha Hauer2012-06-301-3/+3
|/
* FAT: Fix error pathSascha Hauer2012-03-182-6/+16
* fs: get fs device using container_ofSascha Hauer2012-02-251-2/+1
* fat: revert fat caching mechanismSascha Hauer2012-02-151-73/+20
* fat fs: Fix compile warningSascha Hauer2012-01-051-1/+1
* fs/fat: Initialize local variable finfoFranck Jullien2011-11-171-0/+2
* fs/fat/ff.c: fix 'no previous prototype' warningsAntony Pavlov2011-08-031-4/+4
* fs: add fat filesystem supportSascha Hauer2011-04-128-0/+3701
* remove uncompilable filesystemsSascha Hauer2007-09-213-1265/+0
* svn_rev_003Sascha Hauer2007-07-051-3/+0
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-8/+7
* 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
* * Code cleanup:wdenk2003-06-271-3/+3
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-153-0/+1155