Age | Commit message (Expand) | Author |
2018-09-23 | fs: fat: unaligned buffers are not an error | Heinrich Schuchardt |
2018-09-23 | fs: fat: remember the starting cluster number of directory | AKASHI Takahiro |
2018-09-23 | fs: fat: support write with sub-directory path | AKASHI Takahiro |
2018-09-23 | fs: fat: assure iterator's ->dent belongs to ->clust | AKASHI Takahiro |
2018-09-23 | fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() | AKASHI Takahiro |
2018-09-23 | fs: fat: extend get_fs_info() for write use | AKASHI Takahiro |
2018-08-20 | fs/fat: debug-print file read position during file_fat_read_at() | Andreas Dannenberg |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-01-22 | fs: fat: Drop CONFIG_SUPPORT_VFAT | Tuomas Tynkkynen |
2018-01-19 | fs/fat: remove distractive message in file_fat_read_at() | Heinrich Schuchardt |
2017-11-29 | fat: Use cache aligned buffers for fat_opendir | Neil Armstrong |
2017-10-08 | fs/fat: Check malloc return values and fix memory leaks | Tuomas Tynkkynen |
2017-10-08 | fs/fat: Fix 'CACHE: Misaligned operation at range' warnings | Tuomas Tynkkynen |
2017-10-06 | fs/fat: Fix pathnames using '..' that lead to the root directory | Tuomas Tynkkynen |
2017-09-22 | fs/fat: Reduce stack usage | Tom Rini |
2017-09-15 | fs/fat: fix fatbuf leak | Rob Clark |
2017-09-15 | fs/fat: Clean up open-coded sector <-> cluster conversions | Rob Clark |
2017-09-15 | fs/fat: fix case for FAT shortnames | Rob Clark |
2017-09-15 | fat/fs: move ls to generic implementation | Rob Clark |
2017-09-15 | fs/fat: implement opendir/readdir/closedir | Rob Clark |
2017-09-15 | fat/fs: convert to directory iterators | Rob Clark |
2017-09-15 | fs/fat: introduce new director iterators | Rob Clark |
2017-09-15 | fs/fat: split out helper to init fsdata | Rob Clark |
2017-08-20 | fs/fat: Correct blk_dread() return value check | Tom Rini |
2017-07-11 | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass |
2017-05-22 | Kconfig: Add a CONFIG_IDE option | Simon Glass |
2017-01-28 | fs/fat: Fix unaligned __u16 reads for FAT12 access | Stefan Brüns |
2017-01-28 | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay |
2016-12-27 | fs/fat: simplify get_fatent for FAT12 | Stefan Brüns |
2016-12-27 | fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() | Stefan Brüns |
2016-12-27 | fs/fat: Avoid corruption of sectors following the FAT | Stefan Brüns |
2016-09-23 | fs/fat: Do not write unmodified fat entries to disk | Stefan Brüns |
2016-05-17 | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass |
2016-03-14 | dm: block: Adjust device calls to go through helpers function | Simon Glass |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2015-09-11 | FIX: fat: Provide correct return code from disk_{read|write} to upper layers | Łukasz Majewski |
2015-09-11 | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass |
2015-09-11 | fat: handle paths that include ../ | Stephen Warren |
2015-01-05 | fs: fat: read: fix fat16 ls/read issue | Przemyslaw Marczak |
2014-11-23 | fs: API changes enabling extra parameter to return size of type loff_t | Suriyan Ramasami |
2014-11-23 | fat: Prepare API change for files greater than 2GB | Suriyan Ramasami |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-08-09 | fs: implement size/fatsize/ext4size | Stephen Warren |
2014-02-19 | fat: implement exists() for FAT fs | Stephen Warren |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-03-04 | fs: Move ls and read methods into ext4, fat | Simon Glass |
2013-02-04 | FAT: remove ifdefs to make the code more readable | Richard Genoud |