~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAge
* fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC2023-03-30
* fs: ext4: check the minimal partition size to mountPatrick Delaunay2023-03-22
* fs: ext4: Fix free(NULL)Mikhail Ilin2022-12-08
* fs: Quieten down the filesystems moreSimon Glass2022-10-17
* fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár2022-04-21
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop part.h from common headerSimon Glass2020-05-18
* part: Drop disk_partition_t typedefSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* common: Drop uuid.h from common headerSimon Glass2020-05-18
* fs: ext4: avoid NULL check before free()Heinrich Schuchardt2020-05-01
* fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris2020-04-27
* fs: ext4: Fix alignment of cache buffersJan Kiszka2020-03-27
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge2019-07-18
* ext4: gracefully fail on divide-by-0Paul Emge2019-07-18
* CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge2019-07-18
* CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge2019-07-18
* ext4: add support for filesystems without JOURNALMarek Szyprowski2019-07-18
* ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2019-07-18
* Fix ext4 block group descriptor sizingBenjamin Lim2019-04-09
* fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-09
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-09
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-09
* fs: ext4: cache extent dataStephen Warren2019-04-09
* fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-22
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-10
* fs: ext4: fix crash on ext4lsEugen Hristev2018-05-23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún2018-03-09
* fs: Migrate ext4 to KconfigTuomas Tynkkynen2018-01-22
* ext4: recover from filesystem corruption when readingIan Ray2017-11-20
* fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini2017-10-06
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-06
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-02
* fs: ext4: Fix journal overrun issue reported by CoverityTom Rini2017-08-26
* ext4: Fix comparision of unsigned expression with < 0Lokesh Vutla2017-04-27
* fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns2016-12-27
* ext4: Allow reading files with non-zero offset, clamp read lenStefan Brüns2016-11-21
* ext4: Fix handling of sparse filesStefan Brüns2016-11-21
* ext4: Only write journal entries for modified blocks in unlink_filenameStefan Brüns2016-10-24
* ext4: Fix handling of direntlen in unlink_filenameStefan Brüns2016-10-24
* ext4: cleanup unlink_filename functionStefan Brüns2016-10-24
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23
* ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2016-09-23
* ext4: Respect group descriptor size when adjusting free countsStefan Brüns2016-09-23
* ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2016-09-23
* ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2016-09-23
* ext4: Add helper functions for block group descriptor field accessStefan Brüns2016-09-23
* ext4: determine group descriptor size for 64bit featureStefan Brüns2016-09-23