~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* ext4: gracefully fail on divide-by-0Paul Emge2019-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
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-10
* 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
* ext4: recover from filesystem corruption when readingIan Ray2017-11-20
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-06
* fs/ext4: Initialize group descriptor size for revision level 0 filesystemsStefan Brüns2016-12-27
* 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
* 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
* ext4: Correct block number handling, empty block vs. error codeStefan Brüns2016-09-23
* ext4: Avoid out-of-bounds access of block bitmapStefan Brüns2016-09-23
* ext4: After completely filled group, scan next group from the beginningStefan Brüns2016-09-23
* ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns2016-09-23
* ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns2016-09-23
* ext4: Scan all directory blocks when looking up an entryStefan Brüns2016-09-23
* ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns2016-09-23
* ext4: Do not crash when trying to grow a directory using extentsStefan Brüns2016-09-23
* ext4: propagate error if creation of directory entry failsStefan Brüns2016-09-23
* ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2016-09-23
* ext4: fix wrong usage of le32_to_cpu()Michael Walle2016-09-23
* ext4: fix endianess problems in ext4 write supportMichael Walle2016-09-23
* ext4: use kernel names for byte swapsMichael Walle2016-09-23
* ext4: Refuse to mount filesystems with 64bit feature setTom Rini2016-08-05
* fs: ext4: fix symlink read functionRonald Zachariah2016-05-02
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14
* ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini2016-01-13
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13
* fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons2015-11-23
* fs: ext4: fix symlink read functionGary Bisson2015-09-11
* ext4: fix leak in check_filename()Stephen Warren2015-09-11