aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich6-67/+91
2013-04-01Consolidate bool typeYork Sun2-6/+4
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-0/+37
2013-03-04ext4: Split write support into its own fileSimon Glass3-964/+997
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski1-2/+3
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren4-9/+6
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass2-90/+94
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-25ext4: remove init_fs/deinit_fsRob Herring1-34/+2
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren3-4/+9
2012-08-09ext4fs write supportUma Shankar8-0/+3226
2012-08-09ext4fs ls load supportUma Shankar5-0/+1365