summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop part.h from common headerSimon Glass2020-05-184-0/+7
* part: Drop disk_partition_t typedefSimon Glass2020-05-182-3/+3
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* fs: ext4: avoid NULL check before free()Heinrich Schuchardt2020-05-011-10/+5
* fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris2020-04-271-0/+3
* fs: ext4: Fix alignment of cache buffersJan Kiszka2020-03-271-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-0/+2
* CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge2019-07-181-2/+5
* ext4: gracefully fail on divide-by-0Paul Emge2019-07-181-0/+12
* CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge2019-07-181-3/+5
* CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge2019-07-181-1/+1
* ext4: add support for filesystems without JOURNALMarek Szyprowski2019-07-182-0/+6
* ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2019-07-182-2/+2
* Fix ext4 block group descriptor sizingBenjamin Lim2019-04-091-4/+15
* fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-091-2/+6
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-092-9/+44
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-093-8/+7
* fs: ext4: cache extent dataStephen Warren2019-04-094-36/+88
* fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-221-0/+6
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-2/+1
* fs: ext4: fix crash on ext4lsEugen Hristev2018-05-231-2/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-078-15/+8
* fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún2018-03-091-1/+2
* fs: Migrate ext4 to KconfigTuomas Tynkkynen2018-01-221-0/+13
* ext4: recover from filesystem corruption when readingIan Ray2017-11-202-1/+19
* fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini2017-10-061-0/+1
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-061-0/+4
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-021-79/+5
* fs: ext4: Fix journal overrun issue reported by CoverityTom Rini2017-08-261-2/+2
* ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla2017-04-272-4/+3
* fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns2016-12-271-0/+1
* ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns2016-11-211-11/+6
* ext4: Fix handling of sparse filesStefan Brüns2016-11-211-16/+15
* ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns2016-10-241-10/+13
* ext4: Fix handling of direntlen in unlink_filenameStefan Brüns2016-10-241-28/+17
* ext4: cleanup unlink_filename functionStefan Brüns2016-10-241-14/+15
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2016-09-231-9/+0
* ext4: Respect group descriptor size when adjusting free countsStefan Brüns2016-09-232-24/+69
* ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-232-136/+154
* ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2016-09-231-4/+4
* ext4: Add helper functions for block group descriptor field accessStefan Brüns2016-09-232-0/+94
* ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-231-4/+14
* ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns2016-09-231-1/+5
* ext4: Correct block number handling, empty block vs. error codeStefan Brüns2016-09-232-4/+13
* ext4: remove duplicated block release code for extentsStefan Brüns2016-09-231-77/+33
* ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns2016-09-231-6/+4
* ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2016-09-231-1/+0