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
old/tizen_20241126
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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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: btrfs: fix false negatives in ROOT_ITEM search
Pierre Bourdon
1
-6
/
+38
2018-10-08
fs: btrfs: Fix tree traversal with btrfs_next_slot()
Yevgeny Popovych
1
-1
/
+1
2018-09-30
fs: btrfs: Fix cache alignment bugs
Marek Vasut
3
-13
/
+17
2018-07-20
fs: btrfs: Fix wrong comparison in logical to physical mapping
Marek Behún
1
-1
/
+1
2018-06-18
fs: btrfs: Do not fail when all root_backups are empty
Yevgeny Popovych
2
-9
/
+22
2018-06-13
fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE
Yevgeny Popovych
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
17
-35
/
+17
2018-04-06
fs: btrfs: Remove unused debug code left from development
Marek Behún
2
-14
/
+0
2018-01-29
fs: btrfs: Fix printf format character warning
Tom Rini
1
-2
/
+2
2018-01-28
fs: btrfs: Fix unaligned memory accesses
Alberto Sánchez Molero
2
-3
/
+5
2017-10-16
fs: btrfs: Remove a foreign language note
Marek Behún
1
-1
/
+0
2017-10-16
fs: btrfs: Fix usage of uninitialized variables
Marek Behún
3
-3
/
+3
2017-10-03
fs/btrfs: Fix warning in btrfs_check_super()
Tom Rini
1
-1
/
+1
2017-10-02
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
3
-0
/
+244
2017-10-02
fs: btrfs: Add single-device read-only BTRFS implementation
Marek Behún
12
-0
/
+1841
2017-10-02
fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions
Marek Behún
1
-0
/
+176
2017-10-02
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
Marek Behún
2
-0
/
+1100