index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ext_common.h
Age
Commit message (
Expand
)
Author
2023-10-17
fs: ext4: Add some defines for testing
Sean Anderson
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-07-18
ext4: fix calculating inode blkcount for non-512 blocksize filesystems
Marek Szyprowski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
ext4: Update ext2/3/4 superblock, group descriptor and inode structures
Stefan Brüns
2016-09-23
ext4: Use correct value for inode size even on revision 0 filesystems
Stefan Brüns
2016-09-23
ext4: fix endianess problems in ext4 write support
Michael Walle
2016-09-23
ext4: use kernel names for byte swaps
Michael Walle
2016-09-23
ext4: change structure fields to __le/__be types
Michael Walle
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-15
Fix ext2/ext4 filesystem accesses beyond 2TiB
Frederic Leroy
2013-05-10
fs/ext4: Support device block sizes != 512 bytes
Egbert Eich
2012-10-29
fs: add filesystem switch libary, implement ls and fsload commands
Stephen Warren
2012-09-25
cmd_extX: use common get_device_and_partition function
Rob Herring
2012-08-09
ext4fs write support
Uma Shankar
2012-08-09
ext4fs ls load support
Uma Shankar