summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2019-07-18ext4: gracefully fail on divide-by-0Paul Emge1-0/+12
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski1-1/+1
2019-04-10Fix ext4 block group descriptor sizingBenjamin Lim1-4/+15
2019-04-10fs: ext4: Problem with ext4load and sparse filesGero Schumacher1-2/+6
2019-04-10fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot1-1/+1
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot1-1/+1
2019-04-09fs: ext4: cache extent dataStephen Warren1-18/+27
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-09fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún1-1/+2
2017-11-20ext4: recover from filesystem corruption when readingIan Ray1-0/+10
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen1-0/+4
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns1-0/+1
2016-11-21ext4: Fix handling of sparse filesStefan Brüns1-16/+15
2016-10-24ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns1-10/+13
2016-10-24ext4: Fix handling of direntlen in unlink_filenameStefan Brüns1-28/+17
2016-10-24ext4: cleanup unlink_filename functionStefan Brüns1-14/+15
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üns1-12/+41
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns1-60/+65
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üns1-0/+82
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns1-4/+14
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns1-3/+3
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: 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üns1-6/+6
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns1-37/+21
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle1-1/+1
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle1-124/+158
2016-09-23ext4: use kernel names for byte swapsMichael Walle1-45/+45
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 Glass1-18/+9
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 Warren1-5/+5
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-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami1-11/+13
2014-10-27ext4: Use inttypes for printf() stringSimon Glass1-1/+2