summaryrefslogtreecommitdiff
path: root/include/ext4fs.h
Commit message (Expand)AuthorAgeFilesLines
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-091-1/+2
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-091-1/+1
* fs: ext4: cache extent dataStephen Warren2019-04-091-1/+11
* fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-221-0/+1
* ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns2016-11-211-1/+1
* ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-231-1/+0
* ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-231-0/+2
* ext4: Avoid corruption of directories with hash tree indexesStefan Brüns2016-09-231-0/+1
* ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2016-09-231-1/+1
* ext4: Refuse to mount filesystems with 64bit feature setTom Rini2016-08-051-0/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-3/+3
* fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-2/+3
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-3/+5
* fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-231-0/+1
* fs: implement size/fatsize/ext4sizeStephen Warren2014-08-091-0/+1
* fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski2014-05-121-0/+1
* ext4: implement exists() for ext4fsStephen Warren2014-02-191-0/+1
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-151-1/+1
* fs/ext4: Support device block sizes != 512 bytesEgbert Eich2013-05-101-0/+1
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-041-0/+3
* fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren2012-10-291-1/+1
* ext4: Rename block group descriptor table from gd to bgdSimon Glass2012-10-031-1/+1
* cmd_extX: use common get_device_and_partition functionRob Herring2012-09-251-2/+1
* ext4: remove init_fs/deinit_fsRob Herring2012-09-251-2/+0
* ext4fs write supportext4Uma Shankar2012-08-091-0/+12
* ext4fs ls load supportUma Shankar2012-08-091-0/+132