summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-07-18CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge
2019-07-18ext4: gracefully fail on divide-by-0Paul Emge
2019-07-18CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge
2019-07-18CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge
2019-07-18ext4: add support for filesystems without JOURNALMarek Szyprowski
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski
2019-04-09Fix ext4 block group descriptor sizingBenjamin Lim
2019-04-09fs: ext4: Problem with ext4load and sparse filesGero Schumacher
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot
2019-04-09fs: ext4: cache extent dataStephen Warren
2019-03-22fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-05-23fs: ext4: fix crash on ext4lsEugen Hristev
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-09fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún
2018-01-22fs: Migrate ext4 to KconfigTuomas Tynkkynen
2017-11-20ext4: recover from filesystem corruption when readingIan Ray
2017-10-06fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini
2017-04-27ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla
2016-12-27fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns
2016-11-21ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns
2016-11-21ext4: Fix handling of sparse filesStefan Brüns
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-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
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: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns
2016-09-23ext4: Correct block number handling, empty block vs. error codeStefan Brüns
2016-09-23ext4: remove duplicated block release code for extentsStefan Brüns
2016-09-23ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns
2016-09-23ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns