summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-19UPSTREAM: ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár
2023-04-19UPSTREAM: ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár
2023-04-19UPSTREAM: ubifs: Fix reference count leak in ubifsumountPali Rohár
2023-04-19UPSTREAM: ubifs: Fix lockup/crash when reading filesPali Rohár
2023-04-19UPSTREAM: ubifs: Fix journal replay wrt. xattr nodesVille Baillie
2023-04-19UPSTREAM: ubifs: do not decide upon uninitialized variableHeinrich Schuchardt
2023-04-19UPSTREAM: ubifs: remove useless codeChristophe Kerello
2023-04-19UPSTREAM: fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey
2023-04-19UPSTREAM: fs: ubifs: Add missing newlines in super.cStefan Roese
2023-04-19UPSTREAM: ubifs: Change value of mutex_is_locked()Bradley Bolen
2023-04-19UPSTREAM: ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSGPetr Vorel
2023-04-19UPSTREAM: ubifs: no NULL check needed before freeHeinrich Schuchardt
2023-04-19UPSTREAM: mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada
2022-03-09cmd/fs: Add 'ext4write_sparse' commandJoseph Chen
2021-03-03UPSTREAM: ubifs: avoid assert failed in ubifs.cPatrice Chotard
2019-07-05UPSTREAM: mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu
2019-07-05UPSTREAM: lib: Add hexdumpAlexey Brodkin
2019-07-05UPSTREAM: mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2018-03-06fs: add api to get the name of filesystem typeJason Zhu
2018-01-17UPSTREAM: fs: avoid possible NULL dereference in fs_devreadHeinrich Schuchardt
2018-01-17UPSTREAM: ext4: recover from filesystem corruption when readingIan Ray
2018-01-17UPSTREAM: fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen
2018-01-17UPSTREAM: fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen
2018-01-17UPSTREAM: fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini
2018-01-17UPSTREAM: fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen
2018-01-17treewide: replace with error() with pr_err()Masahiro Yamada
2018-01-17UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2018-01-16UPSTREAM: fs/fat: Reduce stack usageTom Rini
2018-01-16UPSTREAM: fs/fat: fix fatbuf leakRob Clark
2018-01-16UPSTREAM: fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2018-01-16UPSTREAM: fs/fat: fix case for FAT shortnamesRob Clark
2018-01-16UPSTREAM: fat/fs: move ls to generic implementationRob Clark
2018-01-16UPSTREAM: fat/fs: remove a bunch of dead codeRob Clark
2018-01-16UPSTREAM: fs/fat: implement opendir/readdir/closedirRob Clark
2018-01-16UPSTREAM: fs: add fs_readdir()Rob Clark
2018-01-16UPSTREAM: fat/fs: convert to directory iteratorsRob Clark
2018-01-16UPSTREAM: fs/fat: introduce new director iteratorsRob Clark
2018-01-16UPSTREAM: fs/fat: split out helper to init fsdataRob Clark
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-11Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass
2017-07-11fs: use get_nand_dev_by_index()Grygorii Strashko
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori