index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ext4_write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+2
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-07-18
ext4: fix calculating inode blkcount for non-512 blocksize filesystems
Marek Szyprowski
1
-1
/
+1
2019-04-09
fs: ext4: Add support for the creation of symbolic links
Jean-Jacques Hiblot
1
-8
/
+43
2019-04-09
fs: ext4: constify the buffer passed to write functions
Jean-Jacques Hiblot
1
-6
/
+5
2019-04-09
fs: ext4: cache extent data
Stephen Warren
1
-3
/
+3
2019-03-22
fs: ext4: do not write on filesystem with metadata_csum feature
Sébastien Szymanski
1
-0
/
+6
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2016-09-23
ext4: Respect group descriptor size when adjusting free counts
Stefan Brüns
1
-12
/
+28
2016-09-23
ext4: Use helper function to access group descriptor and its fields
Stefan Brüns
1
-76
/
+89
2016-09-23
ext4: Correct block number handling, empty block vs. error code
Stefan Brüns
1
-1
/
+10
2016-09-23
ext4: remove duplicated block release code for extents
Stefan Brüns
1
-77
/
+33
2016-09-23
ext4: initialize full inode for inodes bigger than 128 bytes
Stefan Brüns
1
-6
/
+4
2016-09-23
ext4: Use correct value for inode size even on revision 0 filesystems
Stefan Brüns
1
-1
/
+0
2016-09-23
ext4: Fix memory leak in case of failure
Stefan Brüns
1
-2
/
+2
2016-09-23
ext4: Avoid corruption of directories with hash tree indexes
Stefan Brüns
1
-0
/
+5
2016-09-23
ext4: propagate error if creation of directory entry fails
Stefan Brüns
1
-1
/
+3
2016-09-23
ext4: fix possible crash on directory traversal, ignore deleted entries
Stefan Brüns
1
-1
/
+1
2016-09-23
ext4: fix endianess problems in ext4 write support
Michael Walle
1
-115
/
+139
2016-09-23
ext4: use kernel names for byte swaps
Michael Walle
1
-7
/
+7
2015-09-11
ext4: avoid calling ext4fs_mount() twice, which leaks
Stephen Warren
1
-9
/
+0
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-03-05
fs: ext4 write: return file len on success
Przemyslaw Marczak
1
-0
/
+3
2014-11-23
ext4: Prepare API change for files greater than 2GB
Suriyan Ramasami
1
-0
/
+32
2014-06-11
ext4: correctly zero filename
Jeroen Hofstee
1
-1
/
+1
2014-05-12
fs:ext4:write:fix: Reinitialize global variables after updating a file
Łukasz Majewski
1
-0
/
+1
2014-05-12
fs:ext4:cleanup: Remove superfluous code
Łukasz Majewski
1
-37
/
+19
2014-01-20
fs/ext4: fix calling put_ext4 with truncated offset
Ma Haijun
1
-7
/
+7
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-13
/
+1
2013-07-15
Fix ext2/ext4 filesystem accesses beyond 2TiB
Frederic Leroy
1
-21
/
+29
2013-05-10
fs/ext4: Support device block sizes != 512 bytes
Egbert Eich
1
-15
/
+17
2013-03-04
ext4: Split write support into its own file
Simon Glass
1
-0
/
+996