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
2020-09-07
fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
Qu Wenruo
1
-2
/
+6
2020-09-07
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
Qu Wenruo
2
-37
/
+65
2020-09-07
fs: btrfs: Rename path resolve related functions to avoid name conflicts
Qu Wenruo
7
-33
/
+43
2020-09-07
fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
Qu Wenruo
8
-20
/
+579
2020-09-07
fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
Qu Wenruo
5
-3
/
+306
2020-09-07
fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
Qu Wenruo
2
-7
/
+591
2020-09-07
fs: btrfs: Crossport struct btrfs_root to ctree.h
Qu Wenruo
1
-0
/
+17
2020-09-07
fs: btrfs: Rename btrfs_root to __btrfs_root
Qu Wenruo
8
-34
/
+34
2020-09-07
fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
Qu Wenruo
9
-44
/
+44
2020-09-07
fs: btrfs: Crossport read_tree_block() from btrfs-progs
Qu Wenruo
5
-8
/
+602
2020-09-07
fs: btrfs: Crossport volumes.[ch] from btrfs-progs
Qu Wenruo
5
-1
/
+1081
2020-09-07
fs: btrfs: Crossport structure accessor into ctree.h
Qu Wenruo
3
-95
/
+1064
2020-09-07
fs: btrfs: Crossport extent-io.[ch] from btrfs-progs
Qu Wenruo
3
-1
/
+1019
2020-09-07
fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs
Qu Wenruo
2
-0
/
+422
2020-09-07
fs: btrfs: Crossport rbtree-utils from btrfs-progs
Qu Wenruo
3
-1
/
+138
2020-09-07
fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
Qu Wenruo
8
-259
/
+378
2020-09-07
fs: btrfs: Add more checksum algorithms
Qu Wenruo
10
-62
/
+130
2020-09-07
fs: btrfs: Sync btrfs_btree.h from kernel
Qu Wenruo
7
-982
/
+1343
2020-05-18
common: Drop log.h from common header
Simon Glass
4
-0
/
+4
2020-05-18
common: Drop part.h from common header
Simon Glass
2
-1
/
+4
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
3
-3
/
+4
2020-05-18
common: Drop uuid.h from common header
Simon Glass
1
-0
/
+1
2020-04-20
fs: btrfs: support sparse extents
Marek Behún
1
-0
/
+6
2020-04-16
fs: btrfs: Fix LZO false decompression error caused by pending zero
Qu Wenruo
1
-1
/
+19
2020-04-16
fs: btrfs: Reject fs with sector size other than PAGE_SIZE
Qu Wenruo
1
-0
/
+8
2020-04-16
fs: btrfs: Use LZO_LEN to replace immediate number
Qu Wenruo
1
-10
/
+12
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
[prev]