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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-17
fs: add fs_get_type() for current filesystem type
AKASHI Takahiro
1
-0
/
+13
2019-10-17
fs: clean up around fs_type
AKASHI Takahiro
1
-3
/
+0
2019-10-17
fs: export fs_close()
AKASHI Takahiro
1
-1
/
+1
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-08-20
jffs2: remove unused code files
Uwe Kleine-König
2
-1169
/
+0
2019-08-18
cbfs: Rename camel-case variables
Simon Glass
1
-22
/
+22
2019-08-18
cbfs: Add functions to support multiple CBFSs
Simon Glass
1
-0
/
+46
2019-08-18
cbfs: Move result variable into the struct
Simon Glass
1
-20
/
+28
2019-08-18
cbfs: Move static variables into a struct
Simon Glass
1
-32
/
+59
2019-08-18
cbfs: Move declarations above functions
Simon Glass
1
-9
/
+5
2019-08-18
cbfs: Allow CBFS to be used in SPL
Simon Glass
2
-0
/
+13
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2
-0
/
+2
2019-08-11
common: Move gzip functions into a new gzip header
Simon Glass
1
-0
/
+1
2019-07-23
cbfs: Rename checksum to attributes_offset
Simon Glass
1
-2
/
+2
2019-07-18
CVE-2019-13106: ext4: fix out-of-bounds memset
Paul Emge
1
-2
/
+5
2019-07-18
ext4: gracefully fail on divide-by-0
Paul Emge
1
-0
/
+12
2019-07-18
CVE-2019-13104: ext4: check for underflow in ext4fs_read_file
Paul Emge
1
-3
/
+5
2019-07-18
CVE-2019-13105: ext4: fix double-free in ext4_cache_read
Paul Emge
1
-1
/
+1
2019-07-18
ext4: add support for filesystems without JOURNAL
Marek Szyprowski
2
-0
/
+6
2019-07-18
ext4: fix calculating inode blkcount for non-512 blocksize filesystems
Marek Szyprowski
2
-2
/
+2
2019-06-20
fs: do_load: pass device path for efi payload
Mian Yousaf Kaukab
1
-0
/
+5
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: Fix possible double free of fatbuf
Andrew F. Davis
1
-4
/
+5
2019-05-28
fs: fat: correct file name normalization
Heinrich Schuchardt
1
-28
/
+20
2019-05-05
fs: btrfs: add zstd decompression support
Marek Behún
3
-2
/
+63
2019-05-03
fs: btrfs: fix btrfs methods return values on failure
Marek Behún
1
-8
/
+8
2019-05-03
fs: btrfs: Do not print mount fail message when not btrfs filesystem
Marek Behún
1
-6
/
+5
2019-04-27
Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
Tom Rini
1
-38
/
+6
2019-04-26
fs: btrfs: fix btrfs_search_tree invalid results
Pierre Bourdon
1
-2
/
+12
2019-04-26
fs: fat: Build only if CONFIG_FS_FAT=y
Ismael Luceno Cortes
1
-1
/
+1
2019-04-26
fs: btrfs: fix false negatives in ROOT_ITEM search
Pierre Bourdon
1
-6
/
+38
2019-04-09
Fix ext4 block group descriptor sizing
Benjamin Lim
1
-4
/
+15
2019-04-09
fs: fat: fix reading non-cluster-aligned root directory
Anssi Hannula
1
-13
/
+34
2019-04-09
fs: ext4: Problem with ext4load and sparse files
Gero Schumacher
1
-2
/
+6
2019-04-09
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
1
-0
/
+44
2019-04-09
fs: ext4: Add support for the creation of symbolic links
Jean-Jacques Hiblot
2
-9
/
+44
2019-04-09
fs: ext4: constify the buffer passed to write functions
Jean-Jacques Hiblot
3
-8
/
+7
2019-04-09
fs: ext4: cache extent data
Stephen Warren
4
-36
/
+88
2019-04-09
mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
Eran Matityahu
1
-2
/
+2
2019-03-22
fs: ext4: do not write on filesystem with metadata_csum feature
Sébastien Szymanski
1
-0
/
+6
2019-02-28
fs: fat: fix link error when building with DEBUG=1
Heinrich Schuchardt
1
-3
/
+3
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-09
fs: ext4: Unmount FS in do_fs_type()
Marek Vasut
1
-0
/
+2
2019-02-02
lmb: handle more than one DRAM BANK
Simon Goldschmidt
1
-2
/
+1
2019-02-01
spl: fat/fs: Add control to build FS EXT4 in SPL
Tien Fong Chee
1
-1
/
+2
[next]