| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | fs: ext4: constify the buffer passed to write functions | Jean-Jacques Hiblot | 2019-04-09 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | ext4: Add helper functions for block group descriptor field access | Stefan Brüns | 2016-09-23 | 1 | -0/+12 |
* | ext4: propagate error if creation of directory entry fails | Stefan Brüns | 2016-09-23 | 1 | -1/+1 |
* | ext4: fix endianess problems in ext4 write support | Michael Walle | 2016-09-23 | 1 | -2/+2 |
* | ext4: Prepare API change for files greater than 2GB | Suriyan Ramasami | 2014-11-23 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -13/+1 |
* | fs/ext4: Support device block sizes != 512 bytes | Egbert Eich | 2013-05-10 | 1 | -1/+1 |
* | Consolidate bool type | York Sun | 2013-04-01 | 1 | -2/+0 |
* | fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} | Stephen Warren | 2012-10-29 | 1 | -2/+2 |
* | cmd_extX: use common get_device_and_partition function | Rob Herring | 2012-09-25 | 1 | -1/+0 |
* | ext4: cache-align buffers so the invalidation works | Stephen Warren | 2012-09-20 | 1 | -1/+6 |
* | ext4fs write supportext4 | Uma Shankar | 2012-08-09 | 1 | -0/+25 |
* | ext4fs ls load support | Uma Shankar | 2012-08-09 | 1 | -0/+63 |