summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_common.c
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: use sector_t and loff_t where appropriateAhmad Fatoum2021-02-181-10/+13
* fs: ext4: return NULL instead of 0Sascha Hauer2019-10-291-2/+2
* fs: ext4: Fix handling of sparse filesSascha Hauer2019-10-291-14/+14
* ext4: Use correct descriptor size when reading the block group descriptorAntony Pavlov2017-03-301-4/+4
* ext4: determine group descriptor size for 64bit featureAntony Pavlov2017-03-301-4/+15
* ext4: fix wrong usage of le32_to_cpu()Antony Pavlov2017-03-301-1/+1
* ext4: use kernel names for byte swapsAntony Pavlov2017-03-301-30/+30
* fs: ext4: fix symlink read functionRonald Zachariah2016-07-071-1/+1
* fs: ext4: make locally used ext4fs_get_indir_block() staticAntony Pavlov2016-02-171-1/+2
* fs: import magic.h from Linux kernelYegor Yefremov2016-02-031-1/+2
* drop <stddef.h> includesSascha Hauer2015-07-231-1/+0
* fs: ext4: le32_to_cpu() used on a 16-bit fieldSascha Hauer2014-07-251-6/+6
* fs: ext4: use EXT2_BLOCK_SIZE instead of fs->blkszSascha Hauer2014-07-251-1/+2
* fs: ext4: fix "invalid extent block" errorSascha Hauer2014-07-251-1/+1
* ext4: switch debug and printf to dev_xxxJean-Christophe PLAGNIOL-VILLARD2013-03-091-6/+6
* fs: implement initial ext4 support from U-BootSascha Hauer2012-12-031-0/+551