summaryrefslogtreecommitdiff
path: root/fs/fat
AgeCommit message (Expand)Author
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen
2017-09-22fs/fat: Reduce stack usageTom Rini
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fat/fs: remove a bunch of dead codeRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-01-28fs/fat: Fix unaligned __u16 reads for FAT12 accessStefan Brüns
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov
2016-11-28fs/fat/fatwrite: Local variable as buffer to store dir_slot entriesTien Fong Chee
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-10-11fs/fat/fat_write: Fix management of empty filesBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Factor out duplicate codeBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix curclust/newclust mix-upBenoît Thébaudeau
2015-10-11fs/fat/fat_write: Merge calls to set_cluster()Benoît Thébaudeau
2015-10-11fs/fat/fat_write: Fix buffer alignmentsBenoît Thébaudeau
2015-09-11FIX: fat: Provide correct return code from disk_{read|write} to upper layersŁukasz Majewski
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11fat: handle paths that include ../Stephen Warren
2015-01-05fs: fat: read: fix fat16 ls/read issuePrzemyslaw Marczak
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren