| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: prevent overwriting reserved memory | Simon Goldschmidt | 2019-01-16 | 1 | -3/+53 |
* | Revert "fs: fat: assign rootdir sector when accessing root directory" | Tom Rini | 2019-01-11 | 1 | -4/+1 |
* | fs: cbfs: Fix out of bound access during CBFS walking through | Bin Meng | 2018-12-31 | 1 | -2/+2 |
* | fs: cbfs: remove wrong header validation | Christian Gmeiner | 2018-12-31 | 1 | -2/+1 |
* | fs: fix FAT name extraction | Patrick Wildt | 2018-12-06 | 1 | -0/+3 |
* | fs: check FAT cluster size | Patrick Wildt | 2018-12-06 | 1 | -0/+11 |
* | fs: update fs_dev_part in fs_set_blk_dev_with_part() | AKASHI Takahiro | 2018-12-02 | 1 | -0/+1 |
* | fs: fat: assign rootdir sector when accessing root directory | Thomas RIENOESSL | 2018-11-20 | 1 | -1/+4 |
* | fs: Makefile: Add fs.c under SPL for fs_loader | Keerthy | 2018-11-16 | 1 | -0/+1 |
* | fs: ubifs: Fix UBIFS decompression on 64 bit | Paul Davey | 2018-11-07 | 1 | -1/+3 |
* | fs: fat: Fix warning in normalize_longname() | Tom Rini | 2018-10-16 | 1 | -1/+1 |
* | fs: btrfs: Fix tree traversal with btrfs_next_slot() | Yevgeny Popovych | 2018-10-08 | 1 | -1/+1 |
* | fs: fat: fix set_cluster() | Heinrich Schuchardt | 2018-10-06 | 1 | -10/+17 |
* | fs: fat: memory leak in fat_unlink() | Heinrich Schuchardt | 2018-10-06 | 1 | -1/+7 |
* | fs: btrfs: Fix cache alignment bugs | Marek Vasut | 2018-09-30 | 3 | -13/+17 |
* | fs: fat: unaligned buffers are not an error | Heinrich Schuchardt | 2018-09-23 | 2 | -2/+2 |
* | fs: fat: support unlink | AKASHI Takahiro | 2018-09-23 | 2 | -1/+134 |
* | fs: add unlink interface | AKASHI Takahiro | 2018-09-23 | 1 | -0/+40 |
* | fs: fat: support mkdir | AKASHI Takahiro | 2018-09-23 | 2 | -1/+138 |
* | fs: fat: remember the starting cluster number of directory | AKASHI Takahiro | 2018-09-23 | 1 | -0/+3 |
* | fs: add mkdir interface | AKASHI Takahiro | 2018-09-23 | 1 | -0/+45 |
* | fs: fat: support write with non-zero offset | AKASHI Takahiro | 2018-09-23 | 1 | -15/+273 |
* | fs: fat: refactor write interface for a file offset | AKASHI Takahiro | 2018-09-23 | 1 | -114/+65 |
* | fs: fat: support write with sub-directory path | AKASHI Takahiro | 2018-09-23 | 2 | -322/+156 |
* | fs: fat: write returns error code instead of -1 | AKASHI Takahiro | 2018-09-23 | 1 | -4/+15 |
* | fs: fat: check and normalize file name | AKASHI Takahiro | 2018-09-23 | 1 | -8/+44 |
* | Revert "fs: fat: cannot write to subdirectories" | AKASHI Takahiro | 2018-09-23 | 1 | -15/+1 |
* | fs: fat: assure iterator's ->dent belongs to ->clust | AKASHI Takahiro | 2018-09-23 | 1 | -8/+17 |
* | fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() | AKASHI Takahiro | 2018-09-23 | 1 | -0/+21 |
* | fs: fat: extend get_fs_info() for write use | AKASHI Takahiro | 2018-09-23 | 1 | -0/+7 |
* | fs: ubifs: Add missing newlines in super.c | Stefan Roese | 2018-09-14 | 1 | -3/+3 |
* | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 2018-09-10 | 1 | -2/+1 |
* | fs/fat: debug-print file read position during file_fat_read_at() | Andreas Dannenberg | 2018-08-20 | 1 | -1/+1 |
* | fs: fix typo 'dumm' | Heinrich Schuchardt | 2018-08-13 | 1 | -1/+1 |
* | fs: fat: cannot write to subdirectories | Heinrich Schuchardt | 2018-07-25 | 1 | -1/+15 |
* | fs: btrfs: Fix wrong comparison in logical to physical mapping | Marek Behún | 2018-07-20 | 1 | -1/+1 |
* | ubifs: remove useless code | Christophe Kerello | 2018-07-12 | 2 | -5/+5 |
* | fs: btrfs: Do not fail when all root_backups are empty | Yevgeny Popovych | 2018-06-18 | 2 | -9/+22 |
* | lib: Add hexdump | Alexey Brodkin | 2018-06-13 | 2 | -3/+6 |
* | fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE | Yevgeny Popovych | 2018-06-13 | 1 | -1/+1 |
* | fs: Add fs_get_type_name to return current filesystem name | Alex Kiernan | 2018-05-30 | 1 | -0/+13 |
* | fs: ext4: fix crash on ext4ls | Eugen Hristev | 2018-05-23 | 1 | -2/+3 |
* | ubifs: avoid assert failed in ubifs.c | Patrice Chotard | 2018-05-09 | 1 | -0/+4 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 76 | -163/+76 |
* | ubifs: Change value of mutex_is_locked() | Bradley Bolen | 2018-04-11 | 1 | -1/+1 |
* | fs: btrfs: Remove unused debug code left from development | Marek Behún | 2018-04-06 | 2 | -14/+0 |
* | fs: cbfs: fix locating the cbfs header | Andre Heider | 2018-03-31 | 1 | -2/+2 |
* | Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig | Petr Vorel | 2018-03-24 | 2 | -1/+12 |
* | ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG | Petr Vorel | 2018-03-24 | 1 | -0/+4 |
* | fs: ext4: Do not print mount fail message when not ext4 filesystem | Marek Behún | 2018-03-09 | 1 | -1/+2 |