index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ext4_write.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: Respect group descriptor size when adjusting free counts
Stefan Brüns
2016-09-23
1
-12
/
+28
*
ext4: Use helper function to access group descriptor and its fields
Stefan Brüns
2016-09-23
1
-76
/
+89
*
ext4: Correct block number handling, empty block vs. error code
Stefan Brüns
2016-09-23
1
-1
/
+10
*
ext4: remove duplicated block release code for extents
Stefan Brüns
2016-09-23
1
-77
/
+33
*
ext4: initialize full inode for inodes bigger than 128 bytes
Stefan Brüns
2016-09-23
1
-6
/
+4
*
ext4: Use correct value for inode size even on revision 0 filesystems
Stefan Brüns
2016-09-23
1
-1
/
+0
*
ext4: Fix memory leak in case of failure
Stefan Brüns
2016-09-23
1
-2
/
+2
*
ext4: Avoid corruption of directories with hash tree indexes
Stefan Brüns
2016-09-23
1
-0
/
+5
*
ext4: propagate error if creation of directory entry fails
Stefan Brüns
2016-09-23
1
-1
/
+3
*
ext4: fix possible crash on directory traversal, ignore deleted entries
Stefan Brüns
2016-09-23
1
-1
/
+1
*
ext4: fix endianess problems in ext4 write support
Michael Walle
2016-09-23
1
-115
/
+139
*
ext4: use kernel names for byte swaps
Michael Walle
2016-09-23
1
-7
/
+7
*
ext4: avoid calling ext4fs_mount() twice, which leaks
Stephen Warren
2015-09-11
1
-9
/
+0
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
fs: ext4 write: return file len on success
Przemyslaw Marczak
2015-03-05
1
-0
/
+3
*
ext4: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-11-23
1
-0
/
+32
*
ext4: correctly zero filename
Jeroen Hofstee
2014-06-11
1
-1
/
+1
*
fs:ext4:write:fix: Reinitialize global variables after updating a file
Łukasz Majewski
2014-05-12
1
-0
/
+1
*
fs:ext4:cleanup: Remove superfluous code
Łukasz Majewski
2014-05-12
1
-37
/
+19
*
fs/ext4: fix calling put_ext4 with truncated offset
Ma Haijun
2014-01-20
1
-7
/
+7
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-13
/
+1
*
Fix ext2/ext4 filesystem accesses beyond 2TiB
Frederic Leroy
2013-07-15
1
-21
/
+29
*
fs/ext4: Support device block sizes != 512 bytes
Egbert Eich
2013-05-10
1
-15
/
+17
*
ext4: Split write support into its own file
Simon Glass
2013-03-04
1
-0
/
+996