aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár1-1/+1
2020-05-18common: 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-23treewide: 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-01Consolidate bool typeYork Sun1-2/+0
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren1-2/+2
2012-09-25cmd_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-09ext4fs write supportUma Shankar1-0/+25
2012-08-09ext4fs ls load supportUma Shankar1-0/+63