summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2015-03-06fs: ext4 write: return file len on successPrzemyslaw Marczak1-0/+3
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini1-5/+6
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-17/+5
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami4-28/+75
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner1-0/+15
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-7/+6
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren1-0/+5
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-06-12ext4: correctly zero filenameJeroen Hofstee1-1/+1
2014-05-13fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski2-9/+27
2014-05-13fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski2-41/+21
2014-02-26Revert "ext4fs: Add ext4 extent cache for read operations"Tom Rini3-130/+73
2014-02-21ext4fs: Add ext4 extent cache for read operationsIonut Nicu3-73/+130
2014-02-19ext4: implement exists() for ext4fsStephen Warren1-0/+8
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu1-1/+1
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu1-2/+2
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun3-28/+28
2014-01-20fs/ext4: fix partition size get truncated in calculationMa Haijun1-1/+1
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-25/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-117/+8
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio1-6/+6
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy5-60/+80
2013-05-24ext4: assign get_fs()->dev_desc before using itStephen Warren1-1/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich6-67/+91
2013-04-02Consolidate bool typeYork Sun2-6/+4
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass1-0/+37
2013-03-04ext4: Split write support into its own fileSimon Glass3-964/+997
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski1-2/+3
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-10-30fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren4-9/+6
2012-10-04ext4: Rename block group descriptor table from gd to bgdSimon Glass2-90/+94
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-26ext4: remove init_fs/deinit_fsRob Herring1-34/+2
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren3-4/+9
2012-08-10ext4fs write supportUma Shankar8-0/+3226
2012-08-10ext4fs ls load supportUma Shankar5-0/+1365