summaryrefslogtreecommitdiff
path: root/include/ext_common.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-8/+10
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-23ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns1-4/+46
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns1-2/+0
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle1-1/+1
2016-09-23ext4: use kernel names for byte swapsMichael Walle1-2/+2
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle1-68/+68
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-1/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-9/+3
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-3/+0
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring1-0/+2
2012-08-10ext4fs write supportUma Shankar1-0/+2
2012-08-10ext4fs ls load supportUma Shankar1-0/+197