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
/
fat
/
fat_write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-03
fs: fat: remove trailing periods from long name
Heinrich Schuchardt
1
-2
/
+28
2021-02-03
fs: fat: must not write directory '.' and '..'
Heinrich Schuchardt
1
-10
/
+3
2021-02-03
fs: fat: usage basename in file_fat_write_at, fat_mkdir
Heinrich Schuchardt
1
-14
/
+13
2021-01-29
fs: fat: remove superfluous assignments
Heinrich Schuchardt
1
-3
/
+3
2021-01-29
fs: fat: avoid out of bounds access warning
Heinrich Schuchardt
1
-5
/
+2
2021-01-23
fs: fat: structure for name and extension
Heinrich Schuchardt
1
-11
/
+9
2021-01-23
fs: fat: consistent error handling for flush_dir()
Heinrich Schuchardt
1
-27
/
+31
2020-12-10
fs: fat: deletion of long file names
Heinrich Schuchardt
1
-12
/
+76
2020-12-10
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
1
-1
/
+1
2020-12-10
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
1
-23
/
+6
2020-12-10
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
1
-12
/
+22
2020-12-10
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
1
-1
/
+61
2020-12-10
fs: fat: flush new directory cluster
Heinrich Schuchardt
1
-9
/
+19
2020-12-10
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
1
-1
/
+1
2020-12-10
fs: fat: generate unique short names
Heinrich Schuchardt
1
-5
/
+36
2020-12-10
fs: fat: call set_name() only once
Heinrich Schuchardt
1
-33
/
+54
2020-12-10
fs: fat: pass shortname to fill_dir_slot
Heinrich Schuchardt
1
-8
/
+12
2020-12-10
fs: fat: create correct short names
Heinrich Schuchardt
1
-76
/
+139
2020-12-10
fs: fat: correct first cluster for '..'
Heinrich Schuchardt
1
-1
/
+5
2020-11-29
fs: fat: use ATTR_ARCH instead of anonymous 0x20
Heinrich Schuchardt
1
-1
/
+2
2020-11-29
fs: fat: avoid NULL dereference when root dir is full
Heinrich Schuchardt
1
-3
/
+2
2020-07-11
fs/fat: reduce data size for FAT_WRITE
Heinrich Schuchardt
1
-2
/
+7
2020-07-07
fs: fat_write: fix short name creation.
Heinrich Schuchardt
1
-3
/
+12
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
1
-0
/
+1
2020-02-07
fat: write: adjust data written in each partial write
Marek Szyprowski
1
-1
/
+3
2020-02-07
fat: write: fix broken write to fragmented files
Marek Szyprowski
1
-2
/
+2
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-05-28
fs: fat: allocate a new cluster for root directory of fat32
AKASHI Takahiro
1
-2
/
+8
2019-05-28
fs: fat: flush a directory cluster properly
AKASHI Takahiro
1
-19
/
+14
2019-05-28
fs: fat: write to non-cluster-aligned root directory
AKASHI Takahiro
1
-25
/
+53
2019-05-28
fs: fat: correct file name normalization
Heinrich Schuchardt
1
-28
/
+20
2019-02-28
fs: fat: fix link error when building with DEBUG=1
Heinrich Schuchardt
1
-3
/
+3
2018-10-16
fs: fat: Fix warning in normalize_longname()
Tom Rini
1
-1
/
+1
2018-10-06
fs: fat: fix set_cluster()
Heinrich Schuchardt
1
-10
/
+17
2018-10-06
fs: fat: memory leak in fat_unlink()
Heinrich Schuchardt
1
-1
/
+7
2018-09-23
fs: fat: unaligned buffers are not an error
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
fs: fat: support unlink
AKASHI Takahiro
1
-0
/
+132
2018-09-23
fs: fat: support mkdir
AKASHI Takahiro
1
-0
/
+136
2018-09-23
fs: fat: support write with non-zero offset
AKASHI Takahiro
1
-15
/
+273
2018-09-23
fs: fat: refactor write interface for a file offset
AKASHI Takahiro
1
-114
/
+65
2018-09-23
fs: fat: support write with sub-directory path
AKASHI Takahiro
1
-313
/
+156
2018-09-23
fs: fat: write returns error code instead of -1
AKASHI Takahiro
1
-4
/
+15
2018-09-23
fs: fat: check and normalize file name
AKASHI Takahiro
1
-8
/
+44
2018-09-23
Revert "fs: fat: cannot write to subdirectories"
AKASHI Takahiro
1
-15
/
+1
2018-07-25
fs: fat: cannot write to subdirectories
Heinrich Schuchardt
1
-1
/
+15
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-22
fs: fat: Drop CONFIG_SUPPORT_VFAT
Tuomas Tynkkynen
1
-2
/
+1
2018-01-10
fat write: Fixed a problem with the case of file names when writing files
Jean-Jacques Hiblot
1
-2
/
+2
[next]