aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns1-9/+0
2016-09-23ext4: Respect group descriptor size when adjusting free countsStefan Brüns2-24/+69
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2-136/+154
2016-09-23ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns1-4/+4
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns2-0/+94
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns1-4/+14
2016-09-23ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns1-1/+5
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns2-4/+13
2016-09-23ext4: remove duplicated block release code for extentsStefan Brüns1-77/+33
2016-09-23ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns1-6/+4
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns1-1/+0
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-14dm: block: Adjust device calls to go through helpers functionSimon Glass2-31/+19
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass2-29/+26
2016-01-13ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini1-5/+10
2016-01-13block: 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-11fs: ext4: fix symlink read functionGary Bisson1-1/+1
2015-09-11ext4: fix leak in check_filename()Stephen Warren1-2/+3
2015-09-11ext4: free allocations by parse_path()Stephen Warren1-2/+6
2015-09-11ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren1-9/+0
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass3-0/+3
2015-03-05fs: 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-24kconfig: 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-11ext4: correctly zero filenameJeroen Hofstee1-1/+1