summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4fs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: fix bogus behavior on failure to read ext4 blockAhmad Fatoum2021-03-291-4/+4
* fs: ext4: support files exceeding 4GAhmad Fatoum2021-02-181-1/+1
* fs: ext4: use sector_t and loff_t where appropriateAhmad Fatoum2021-02-181-15/+19
* fs: ext4: remove unnecessarily clever file readSascha Hauer2019-10-291-53/+6
* fs: ext4: Fix out of bounds memsetSascha Hauer2019-10-291-1/+1
* ext4: use kernel names for byte swapsAntony Pavlov2017-03-301-1/+1
* fs: implement initial ext4 support from U-BootSascha Hauer2012-12-031-0/+153