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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
global: Drop common.h inclusion
Tom Rini
1
-1
/
+0
2023-11-16
fs: btrfs: fix reading when length specified
Sam Edwards
1
-9
/
+6
2023-08-08
btrfs: fix some error checking for btrfs_decompress()
Dan Carpenter
1
-2
/
+2
2023-08-08
fs: btrfs: Prevent error pointer dereference in list_subvolums()
Dan Carpenter
1
-0
/
+1
2023-06-12
Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
2
-2
/
+2
2023-06-12
global: Use proper project name U-Boot
Michal Simek
2
-2
/
+2
2023-05-31
fs/btrfs: use asm/unaligned.h
Jens Wiklander
1
-1
/
+1
2023-05-08
btrfs: fix offset when reading compressed extents
Dominique Martinet
1
-1
/
+3
2023-02-23
fs: btrfs: limit the mapped length to the original length
Qu Wenruo
1
-0
/
+2
2023-01-11
fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
Qu Wenruo
1
-22
/
+27
2022-10-17
fs: Quieten down the filesystems more
Simon Glass
1
-3
/
+4
2022-09-29
fs: btrfs: remove the usage of undeclared fs_mutex variable
Pankaj Raghav
1
-2
/
+0
2022-07-21
treewide: Fix Marek's name and change my e-mail address
Marek Behún
12
-12
/
+12
2022-06-06
btrfs: simplify lookup_data_extent()
Heinrich Schuchardt
1
-9
/
+6
2022-04-19
btrfs: Fix compilation on big endian systems
Pali Rohár
2
-2
/
+2
2022-01-18
fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...
Qu Wenruo
1
-0
/
+8
2022-01-18
fs/btrfs: add dependency on BLAKE2 hash
Qu Wenruo
4
-0
/
+18
2021-10-08
btrfs: Use U-Boot API for decompression
Simon Glass
1
-46
/
+5
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-1
/
+1
2021-09-30
WS cleanup: remove excessive empty lines
Wolfgang Denk
1
-1
/
+0
2021-09-16
btrfs: Suppress the message about missing filesystem
Simon Glass
1
-2
/
+6
2021-09-01
btrfs: Use default subvolume as filesystem root
Matwey V. Kornilov
1
-3
/
+35
2021-07-28
Use LIB_UUID with ACPIGEN and FS_BTRFS
Simon Glass
1
-0
/
+1
2021-05-26
fs: btrfs: Add missing cache aligned allocation
Marek Vasut
1
-1
/
+1
2021-04-27
fs: btrfs: fix the false alert of decompression failure
Qu Wenruo
1
-2
/
+14
2021-03-01
fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1
Marek Behún
1
-2
/
+1
2021-02-24
fs: btrfs: change directory list output to be aligned as before
Marek Behún
1
-7
/
+7
2021-02-24
fs: btrfs: skip xattrs in directory listing
Marek Behún
1
-1
/
+4
2021-01-29
fs: btrfs: Select SHA256 in Kconfig
Matthias Brugger
1
-0
/
+1
2021-01-20
fs: btrfs: simplify close_ctree_fs_info()
Heinrich Schuchardt
1
-4
/
+1
2021-01-20
fs: btrfs: volumes: prevent overflow for multiplying
Qu Wenruo
1
-2
/
+2
2020-11-19
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
Qu Wenruo
1
-1
/
+1
2020-11-19
fs: btrfs: inode: handle uninitialized type before returning it
Qu Wenruo
1
-1
/
+5
2020-10-22
fs: btrfs: Fix typo in error message
Naoki Hayama
1
-2
/
+2
2020-09-07
fs: btrfs: Cleanup the old implementation
Qu Wenruo
14
-1366
/
+3
2020-09-07
fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
Qu Wenruo
1
-5
/
+73
2020-09-07
fs: btrfs: Introduce function to resolve the path of one subvolume
Qu Wenruo
1
-0
/
+81
2020-09-07
fs: btrfs: Introduce function to resolve path in one subvolume
Qu Wenruo
2
-1
/
+68
2020-09-07
fs: btrfs: Implement btrfs_file_read()
Qu Wenruo
3
-20
/
+176
2020-09-07
fs: btrfs: Introduce lookup_data_extent() for later use
Qu Wenruo
1
-0
/
+101
2020-09-07
fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
Qu Wenruo
4
-0
/
+205
2020-09-07
fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
Qu Wenruo
4
-9
/
+9
2020-09-07
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
Qu Wenruo
1
-17
/
+48
2020-09-07
fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
Qu Wenruo
4
-91
/
+144
2020-09-07
fs: btrfs: Implement btrfs_lookup_path()
Qu Wenruo
3
-0
/
+360
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
[next]