summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-05-13fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski1-9/+26
2014-05-13fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski1-4/+2
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 Haijun1-17/+17
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio1-6/+6
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-21/+27
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich1-19/+23
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski1-4/+10