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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2
-2
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2
-0
/
+2
2024-05-06
fs: Remove <common.h> and add needed includes
Tom Rini
2
-2
/
+0
2024-04-17
fs: fat: fill creation and change date
Heinrich Schuchardt
1
-0
/
+44
2024-04-17
fs: fat: convert change month correctly
Heinrich Schuchardt
1
-1
/
+1
2023-11-28
fs: fat: add bootsector validity check
Christian Taedcke
1
-0
/
+53
2023-11-28
fs: fat: simplify gotos from read_bootsectandvi
Christian Taedcke
1
-5
/
+4
2023-11-28
fs: fat: calculate FAT type based on cluster count
Christian Taedcke
1
-20
/
+28
2023-11-28
fs: fat: use get_unaligned_le16 to convert u8[2] to u16
Christian Taedcke
1
-4
/
+4
2023-08-25
part: Add accessors for struct disk_partition uuid
Simon Glass
1
-3
/
+1
2023-08-14
fs: fat: avoid multiplication overflow
Heinrich Schuchardt
1
-2
/
+2
2023-08-03
fat: correct sign for deletion mark
Heinrich Schuchardt
1
-3
/
+3
2023-07-17
fs: fat: Shrink the size of a few strings
Simon Glass
2
-19
/
+15
2023-03-30
fs: fat: do not mangle short filenames
Stefan Herbrechtsmeier
1
-4
/
+7
2023-02-06
log: Add a category for filesystems
Simon Glass
1
-0
/
+2
2023-01-20
fs/fat: avoid noisy message fat_read_file()
Heinrich Schuchardt
1
-17
/
+5
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
1
-1
/
+1
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-4
/
+4
2021-10-12
fs: fat: check for buffer size before reading blocks
Ricardo Salveti
1
-13
/
+10
2021-07-12
fs: fat: add file attributes to struct fs_dirent
Heinrich Schuchardt
1
-1
/
+31
2021-04-10
fs: fat: fix file_fat_detectfs()
Heinrich Schuchardt
1
-34
/
+4
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
2
-4
/
+5
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
2
-27
/
+25
2021-01-23
fs: fat: consistent error handling for flush_dir()
Heinrich Schuchardt
1
-27
/
+31
2020-12-31
fs/fat: implement fsuuid command
Heinrich Schuchardt
1
-0
/
+18
2020-12-31
fs: fat: eliminate DIRENTSPERBLOCK() macro
Heinrich Schuchardt
1
-3
/
+2
2020-12-10
fs: fat: deletion of long file names
Heinrich Schuchardt
1
-12
/
+76
2020-12-10
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
1
-2
/
+18
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: set start cluster for root directory
Heinrich Schuchardt
1
-1
/
+3
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: export fat_next_cluster()
Heinrich Schuchardt
1
-32
/
+74
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: directory entries starting with 0x05
Heinrich Schuchardt
1
-2
/
+1
2020-11-29
fs: fat: avoid NULL dereference when root dir is full
Heinrich Schuchardt
1
-3
/
+2
2020-08-04
fs/fat/fat.c: Do not perform zero block reads if there are no blocks left
Jason Wessel
1
-1
/
+4
[next]