summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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-302-4/+18
* ext4: Update ext2/3/4 superblock, group descriptor and inode structuresAntony Pavlov2017-03-301-4/+46
* ext4: fix wrong usage of le32_to_cpu()Antony Pavlov2017-03-301-1/+1
* ext4: drop unused and misdefined INODE_SIZE_FILESYSTEM macroAntony Pavlov2017-03-301-2/+0
* ext4: use kernel names for byte swapsAntony Pavlov2017-03-304-39/+39
* ext4: change structure fields to __le/__be typesAntony Pavlov2017-03-301-68/+68
* 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-032-3/+2
* drop <stddef.h> includesSascha Hauer2015-07-231-1/+0
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-3/+3
* 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
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-10/+4
* 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-038-0/+1381