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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
1
-2
/
+18
2020-12-10
fs: fat: set start cluster for root directory
Heinrich Schuchardt
1
-1
/
+3
2020-12-10
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
1
-32
/
+74
2020-11-29
fs: fat: directory entries starting with 0x05
Heinrich Schuchardt
1
-2
/
+1
2020-08-04
fs/fat/fat.c: Do not perform zero block reads if there are no blocks left
Jason Wessel
1
-1
/
+4
2020-07-07
fs: fat: fix fat iteration
Christian Gmeiner
1
-3
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
1
-3
/
+3
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2019-12-05
fs: fat: handle deleted directory entries correctly
AKASHI Takahiro
1
-1
/
+32
2019-10-11
fs: fat: get_contents() always returns -1 for errors
Heinrich Schuchardt
1
-1
/
+1
2019-10-11
fs: fat: treat invalid FAT clusters as errors
Heinrich Schuchardt
1
-10
/
+20
2019-08-26
fat: FAT filesystem premature release of info struct.
Martin Vystrčil
1
-4
/
+0
2019-05-28
fs: fat: Fix possible double free of fatbuf
Andrew F. Davis
1
-4
/
+5
2019-04-09
fs: fat: fix reading non-cluster-aligned root directory
Anssi Hannula
1
-13
/
+34
2019-02-19
fs: fat: Reduce default max clustersize 64KiB from malloc pool
Tien Fong Chee
1
-1
/
+9
2019-02-19
fs: fat: dynamically allocate memory for temporary buffer
Tien Fong Chee
1
-6
/
+12
2019-02-01
spl: fat/fs: Add option to include/exclude FAT write build in SPL
Tien Fong Chee
1
-1
/
+2
2019-01-11
Revert "fs: fat: assign rootdir sector when accessing root directory"
Tom Rini
1
-4
/
+1
2018-12-06
fs: fix FAT name extraction
Patrick Wildt
1
-0
/
+3
2018-12-06
fs: check FAT cluster size
Patrick Wildt
1
-0
/
+11
2018-11-20
fs: fat: assign rootdir sector when accessing root directory
Thomas RIENOESSL
1
-1
/
+4
2018-09-23
fs: fat: unaligned buffers are not an error
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
fs: fat: remember the starting cluster number of directory
AKASHI Takahiro
1
-0
/
+3
2018-09-23
fs: fat: support write with sub-directory path
AKASHI Takahiro
1
-9
/
+0
2018-09-23
fs: fat: assure iterator's ->dent belongs to ->clust
AKASHI Takahiro
1
-8
/
+17
2018-09-23
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
AKASHI Takahiro
1
-0
/
+21
2018-09-23
fs: fat: extend get_fs_info() for write use
AKASHI Takahiro
1
-0
/
+7
2018-08-20
fs/fat: debug-print file read position during file_fat_read_at()
Andreas Dannenberg
1
-1
/
+1
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
-11
/
+1
2018-01-19
fs/fat: remove distractive message in file_fat_read_at()
Heinrich Schuchardt
1
-1
/
+1
2017-11-29
fat: Use cache aligned buffers for fat_opendir
Neil Armstrong
1
-1
/
+3
2017-10-08
fs/fat: Check malloc return values and fix memory leaks
Tuomas Tynkkynen
1
-10
/
+20
2017-10-08
fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
Tuomas Tynkkynen
1
-5
/
+5
2017-10-06
fs/fat: Fix pathnames using '..' that lead to the root directory
Tuomas Tynkkynen
1
-1
/
+2
2017-09-22
fs/fat: Reduce stack usage
Tom Rini
1
-4
/
+10
2017-09-15
fs/fat: fix fatbuf leak
Rob Clark
1
-7
/
+16
2017-09-15
fs/fat: Clean up open-coded sector <-> cluster conversions
Rob Clark
1
-5
/
+3
2017-09-15
fs/fat: fix case for FAT shortnames
Rob Clark
1
-6
/
+10
2017-09-15
fat/fs: move ls to generic implementation
Rob Clark
1
-32
/
+0
2017-09-15
fs/fat: implement opendir/readdir/closedir
Rob Clark
1
-0
/
+61
2017-09-15
fat/fs: convert to directory iterators
Rob Clark
1
-646
/
+76
2017-09-15
fs/fat: introduce new director iterators
Rob Clark
1
-3
/
+353
2017-09-15
fs/fat: split out helper to init fsdata
Rob Clark
1
-30
/
+43
2017-08-20
fs/fat: Correct blk_dread() return value check
Tom Rini
1
-1
/
+1
2017-07-11
Kconfig: Add CONFIG_SATA to enable SATA
Simon Glass
1
-1
/
+1
2017-05-22
Kconfig: Add a CONFIG_IDE option
Simon Glass
1
-1
/
+1
2017-01-28
fs/fat: Fix unaligned __u16 reads for FAT12 access
Stefan Brüns
1
-3
/
+4
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
1
-1
/
+1
[next]