aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún1-79/+5
2017-04-27ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla1-3/+2
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-13/+10
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-28/+25
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-15/+15
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-7/+6
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-4/+5
2013-05-24ext4: assign get_fs()->dev_desc before using itStephen Warren1-1/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-22/+40
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring1-19/+13
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren1-2/+2
2012-08-09ext4fs ls load supportUma Shankar1-0/+145