summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.c
AgeCommit message (Expand)Author
2016-10-24ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns
2016-10-24ext4: Fix handling of direntlen in unlink_filenameStefan Brüns
2016-10-24ext4: cleanup unlink_filename functionStefan Brüns
2016-09-23ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns
2016-09-23ext4: Respect group descriptor size when adjusting free countsStefan Brüns
2016-09-23ext4: Use helper function to access group descriptor and its fieldsStefan Brüns
2016-09-23ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns
2016-09-23ext4: Add helper functions for block group descriptor field accessStefan Brüns
2016-09-23ext4: determine group descriptor size for 64bit featureStefan Brüns
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns
2016-09-23ext4: Scan all directory blocks when looking up an entryStefan Brüns
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle
2016-09-23ext4: use kernel names for byte swapsMichael Walle
2016-08-05ext4: Refuse to mount filesystems with 64bit feature setTom Rini
2016-05-02fs: ext4: fix symlink read functionRonald Zachariah
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-01-13ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-23fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons
2015-09-11fs: ext4: fix symlink read functionGary Bisson
2015-09-11ext4: fix leak in check_filename()Stephen Warren
2015-09-11ext4: free allocations by parse_path()Stephen Warren
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-10-27ext4: Use inttypes for printf() stringSimon Glass
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren
2014-05-12fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski
2014-05-12fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski
2014-01-20ext4fs: fix "invalid extent block" errorIonut Nicu
2014-01-20ext4fs: use EXT2_BLOCK_SIZE instead of fs->blkszIonut Nicu
2014-01-20fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren
2012-08-09ext4fs write supportUma Shankar
2012-08-09ext4fs ls load supportUma Shankar