summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns1-0/+12
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle1-2/+2
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-1/+1
2013-04-02Consolidate bool typeYork Sun1-2/+0
2012-10-30fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren1-2/+2
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring1-1/+0
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren1-1/+6
2012-08-10ext4fs write supportUma Shankar1-0/+25
2012-08-10ext4fs ls load supportUma Shankar1-0/+63