Age | Commit message (Expand) | Author | Files | Lines |
2018-09-23 | fs: fat: support unlink | AKASHI Takahiro | 1 | -0/+1 |
2018-09-23 | fs: fat: support mkdir | AKASHI Takahiro | 1 | -0/+1 |
2018-09-23 | fs: fat: extend get_fs_info() for write use | AKASHI Takahiro | 1 | -0/+2 |
2018-06-13 | fs: fat: fix wrong casting to unsigned value of sect_to_cluster() | Seung-Woo Kim | 1 | -1/+1 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 1 | -2/+1 |
2018-01-23 | fs: fat: Drop CONFIG_SUPPORT_VFAT | Tuomas Tynkkynen | 1 | -1/+0 |
2017-09-15 | fs/fat: Clean up open-coded sector <-> cluster conversions | Rob Clark | 1 | -1/+5 |
2017-09-15 | fs/fat: fix case for FAT shortnames | Rob Clark | 1 | -1/+5 |
2017-09-15 | fat/fs: move ls to generic implementation | Rob Clark | 1 | -1/+4 |
2017-09-15 | fat/fs: remove a bunch of dead code | Rob Clark | 1 | -20/+0 |
2017-09-15 | fat/fs: convert to directory iterators | Rob Clark | 1 | -6/+0 |
2017-09-15 | fs/fat: introduce new director iterators | Rob Clark | 1 | -0/+7 |
2017-09-15 | fs/fat: split out helper to init fsdata | Rob Clark | 1 | -0/+1 |
2017-06-04 | Kconfig: Migrate FS_FAT / FAT_WRITE | Tom Rini | 1 | -3/+0 |
2016-11-29 | fs/fat/fatwrite: Local variable as buffer to store dir_slot entries | Tien Fong Chee | 1 | -0/+2 |
2016-09-23 | fs/fat: Do not write unmodified fat entries to disk | Stefan Brüns | 1 | -0/+1 |
2016-03-15 | dm: Drop the block_dev_desc_t typedef | Simon Glass | 1 | -2/+2 |
2014-11-23 | fs: API changes enabling extra parameter to return size of type loff_t | Suriyan Ramasami | 1 | -2/+3 |
2014-11-23 | fat: Prepare API change for files greater than 2GB | Suriyan Ramasami | 1 | -6/+7 |
2014-08-09 | fs: implement size/fatsize/ext4size | Stephen Warren | 1 | -0/+1 |
2014-06-05 | fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE | Siva Durga Prasad Paladugu | 1 | -1/+5 |
2014-05-13 | fs: fat_write: fix the incorrect last cluster checking | Wu, Josh | 1 | -0/+3 |
2014-05-13 | fs/fat: add fat12 cluster check | Wu, Josh | 1 | -1/+3 |
2014-02-19 | fat: implement exists() for FAT fs | Stephen Warren | 1 | -0/+1 |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 1 | -18/+1 |
2013-03-04 | fs: Move ls and read methods into ext4, fat | Simon Glass | 1 | -0/+2 |
2013-02-04 | FAT: use toupper/tolower instead of recoding them | Richard Genoud | 1 | -3/+0 |
2012-10-25 | FAT: implement fat_set_blk_dev(), convert cmd_fat.c | Stephen Warren | 1 | -0/+1 |
2012-09-26 | FAT: Make it possible to read from any file position | Benoît Thébaudeau | 1 | -0/+2 |
2012-05-22 | fat: fix FAT sector offsets overflow on large FAT partitions | Aaron Williams | 1 | -3/+3 |
2011-10-26 | FAT: Add FAT write feature | Donggeun Kim | 1 | -0/+3 |
2011-10-01 | fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS | Sergei Shtylyov | 1 | -1/+1 |
2011-10-01 | fat: fix crash with big sector size | Sergei Shtylyov | 1 | -13/+7 |
2010-10-13 | VFAT: fix processing of scattered long file name entries | Mikhail Zolotaryov | 1 | -0/+4 |
2010-07-24 | fs/fat: Big code cleanup. | Wolfgang Denk | 1 | -34/+29 |
2008-12-04 | Remove non-ascii characters from fat code | Remy Bohmer | 1 | -1/+1 |
2008-05-21 | Big white-space cleanup. | Wolfgang Denk | 1 | -1/+1 |
2008-03-03 | Fix checking fat32 cluster size. | michael | 1 | -1/+2 |
2006-08-15 | Fix fatload command on FAT32 formatted partitions. | Wolfgang Denk | 1 | -2/+6 |
2004-04-24 | * Modify KUP4X board configuration to use SL811 driver for USB memory | wdenk | 1 | -7/+2 |
2004-04-16 | * Patch by Stephen Williams, 01 Apr 2004: | wdenk | 1 | -0/+7 |
2004-02-23 | * Patch by Thomas Elste, 10 Feb 2004: | wdenk | 1 | -0/+4 |
2004-02-10 | * Patch by Jian Zhang, 3 Feb 2004: | wdenk | 1 | -2/+2 |
2003-12-08 | * Patch by Pierre Aubert, 24 Nov 2003: | wdenk | 1 | -1/+1 |
2003-09-11 | * Patches by Denis Peter, 9 Sep 2003: | wdenk | 1 | -0/+1 |
2003-06-16 | * Fix CONFIG_NET_MULTI support in include/net.h | wdenk | 1 | -0/+208 |