summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2016-09-23ext4: Fix memory leak in case of failureStefan Brüns1-2/+2
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns1-22/+12
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns1-3/+5
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns1-3/+0
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns1-7/+7
2016-09-23ext4: Scan all directory blocks when looking up an entryStefan Brüns1-44/+40
2016-09-23ext4: Avoid corruption of directories with hash tree indexesStefan Brüns1-0/+5
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns1-44/+30
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns1-1/+6
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns3-8/+10
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2-38/+22
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle5-249/+310
2016-09-23ext4: use kernel names for byte swapsMichael Walle3-53/+53
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle1-20/+20
2016-08-05ext4: Refuse to mount filesystems with 64bit feature setTom Rini1-0/+10
2016-05-02fs: ext4: fix symlink read functionRonald Zachariah1-1/+1
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass2-31/+19
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass2-29/+26
2016-01-14ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini1-5/+10
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren2-20/+20
2015-11-23fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons1-0/+5
2015-09-12fs: ext4: fix symlink read functionGary Bisson1-1/+1
2015-09-12ext4: fix leak in check_filename()Stephen Warren1-2/+3
2015-09-12ext4: free allocations by parse_path()Stephen Warren1-2/+6
2015-09-12ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren1-9/+0
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass3-0/+3
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