summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.h
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár2022-04-211-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-091-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ext4: Add helper functions for block group descriptor field accessStefan Brüns2016-09-231-0/+12
* ext4: propagate error if creation of directory entry failsStefan Brüns2016-09-231-1/+1
* ext4: fix endianess problems in ext4 write supportMichael Walle2016-09-231-2/+2
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* fs/ext4: Support device block sizes != 512 bytesEgbert Eich2013-05-101-1/+1
* Consolidate bool typeYork Sun2013-04-011-2/+0
* fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren2012-10-291-2/+2
* cmd_extX: use common get_device_and_partition functionRob Herring2012-09-251-1/+0
* ext4: cache-align buffers so the invalidation worksStephen Warren2012-09-201-1/+6
* ext4fs write supportext4Uma Shankar2012-08-091-0/+25
* ext4fs ls load supportUma Shankar2012-08-091-0/+63