aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-11/+13
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-05-12fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski1-9/+26
2014-05-12fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski1-4/+2
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu1-1/+1
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu1-2/+2
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun1-17/+17
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio1-6/+6
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-21/+27
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-19/+23
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski1-4/+10
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren1-1/+1
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass1-41/+44
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren1-1/+1
2012-08-09ext4fs write supportUma Shankar1-0/+1353
2012-08-09ext4fs ls load supportUma Shankar1-0/+875