summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_write.c
Commit message (Expand)AuthorAgeLines
* ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren2015-09-11-9/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* fs: ext4 write: return file len on successPrzemyslaw Marczak2015-03-05-0/+3
* ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-0/+32
* ext4: correctly zero filenameJeroen Hofstee2014-06-11-1/+1
* fs:ext4:write:fix: Reinitialize global variables after updating a fileŁukasz Majewski2014-05-12-0/+1
* fs:ext4:cleanup: Remove superfluous codeŁukasz Majewski2014-05-12-37/+19
* fs/ext4: fix calling put_ext4 with truncated offsetMa Haijun2014-01-20-7/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-13/+1
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-15-21/+29
* fs/ext4: Support device block sizes != 512 bytesEgbert Eich2013-05-10-15/+17
* ext4: Split write support into its own fileSimon Glass2013-03-04-0/+996