aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini5-5/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini5-0/+5
2024-05-06fs: Remove <common.h> and add needed includesTom Rini5-5/+0
2024-04-10fs: ext4: all file paths are absoluteHeinrich Schuchardt1-5/+0
2024-04-10fs: ext4: make "File System is consistent\n" a debug messageHeinrich Schuchardt1-1/+1
2024-04-10fs: ext4: Change the Settings of file permissionsJixiong Hu1-2/+18
2024-03-04ext4: detect directories in ext4fs_exists()Heinrich Schuchardt3-7/+11
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson2-2/+2
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson1-4/+0
2023-03-30fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC1-1/+1
2023-03-22fs: ext4: check the minimal partition size to mountPatrick Delaunay1-0/+4
2022-12-08fs: ext4: Fix free(NULL)Mikhail Ilin1-8/+13
2022-10-17fs: Quieten down the filesystems moreSimon Glass1-1/+1
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár5-84/+6
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop part.h from common headerSimon Glass4-0/+7
2020-05-18part: Drop disk_partition_t typedefSimon Glass2-3/+3
2020-05-18common: 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-05dm: 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-09Fix ext4 block group descriptor sizingBenjamin Lim1-4/+15
2019-04-09fs: ext4: Problem with ext4load and sparse filesGero Schumacher1-2/+6
2019-04-09fs: 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-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-05-23fs: 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-22fs: 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-02fs: 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