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
/
fs
/
ext4
/
ext4_write.c
Age
Commit message (
Expand
)
Author
2023-03-30
fs: ext4: fix files seen as symlink during deletion
Corentin GUILLEVIC
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-07-18
ext4: fix calculating inode blkcount for non-512 blocksize filesystems
Marek Szyprowski
2019-04-09
fs: ext4: Add support for the creation of symbolic links
Jean-Jacques Hiblot
2019-04-09
fs: ext4: constify the buffer passed to write functions
Jean-Jacques Hiblot
2019-04-09
fs: ext4: cache extent data
Stephen Warren
2019-03-22
fs: ext4: do not write on filesystem with metadata_csum feature
Sébastien Szymanski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
ext4: Respect group descriptor size when adjusting free counts
Stefan Brüns
2016-09-23
ext4: Use helper function to access group descriptor and its fields
Stefan Brüns
2016-09-23
ext4: Correct block number handling, empty block vs. error code
Stefan Brüns
2016-09-23
ext4: remove duplicated block release code for extents
Stefan Brüns
2016-09-23
ext4: initialize full inode for inodes bigger than 128 bytes
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 memory leak in case of failure
Stefan Brüns
2016-09-23
ext4: Avoid corruption of directories with hash tree indexes
Stefan Brüns
2016-09-23
ext4: propagate error if creation of directory entry fails
Stefan Brüns
2016-09-23
ext4: fix possible crash on directory traversal, ignore deleted entries
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
2015-09-11
ext4: avoid calling ext4fs_mount() twice, which leaks
Stephen Warren
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-03-05
fs: ext4 write: return file len on success
Przemyslaw Marczak
2014-11-23
ext4: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-06-11
ext4: correctly zero filename
Jeroen Hofstee
2014-05-12
fs:ext4:write:fix: Reinitialize global variables after updating a file
Łukasz Majewski
2014-05-12
fs:ext4:cleanup: Remove superfluous code
Łukasz Majewski
2014-01-20
fs/ext4: fix calling put_ext4 with truncated offset
Ma Haijun
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
2013-03-04
ext4: Split write support into its own file
Simon Glass