summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop part.h from common headerSimon Glass4-0/+7
2020-05-19part: Drop disk_partition_t typedefSimon Glass2-3/+3
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt1-10/+5
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris1-0/+3
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2019-07-18CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge1-2/+5
2019-07-18ext4: gracefully fail on divide-by-0Paul Emge1-0/+12
2019-07-18CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge1-3/+5
2019-07-18CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge1-1/+1
2019-07-18ext4: add support for filesystems without JOURNALMarek Szyprowski2-0/+6
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2-2/+2
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 Hiblot2-9/+44
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot3-8/+7
2019-04-09fs: ext4: cache extent dataStephen Warren4-36/+88
2019-03-22fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski1-0/+6
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-05-24fs: ext4: fix crash on ext4lsEugen Hristev1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-15/+8
2018-03-09fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún1-1/+2
2018-01-23fs: Migrate ext4 to KconfigTuomas Tynkkynen1-0/+13
2017-11-20ext4: recover from filesystem corruption when readingIan Ray2-1/+19
2017-10-06fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini1-0/+1
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen1-0/+4
2017-10-03fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún1-79/+5
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini1-2/+2
2017-04-27ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla2-4/+3
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns1-0/+1
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns1-11/+6
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-24treewide: 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