Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
96a5f18610ae62a20d39cb2610dbcb463ce385d3
/
fs
/
btrfs
da9739c
Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Mon Jun 12 16:42:37 2023 -0400
50fa118
global: Use proper project name U-Boot
by Michal Simek
· Wed May 17 09:17:16 2023 +0200
d3d59a4
fs/btrfs: use asm/unaligned.h
by Jens Wiklander
· Mon May 22 14:22:36 2023 +0200
50f6925
btrfs: fix offset when reading compressed extents
by Dominique Martinet
· Tue Apr 18 15:41:55 2023 +0900
8309e11
fs: btrfs: limit the mapped length to the original length
by Qu Wenruo
· Mon Feb 13 08:37:59 2023 +0800
5c5df2d
fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
by Qu Wenruo
· Fri Dec 30 09:07:05 2022 +0800
3862fab
fs: Quieten down the filesystems more
by Simon Glass
· Tue Oct 11 09:47:11 2022 -0600
f33da56
fs: btrfs: remove the usage of undeclared fs_mutex variable
by Pankaj Raghav
· Wed Sep 28 17:23:01 2022 +0200
d63726e
treewide: Fix Marek's name and change my e-mail address
by Marek Behún
· Wed Jun 01 17:17:06 2022 +0200
e7269b7
btrfs: simplify lookup_data_extent()
by Heinrich Schuchardt
· Tue May 10 21:43:38 2022 +0200
a0eae46
btrfs: Fix compilation on big endian systems
by Pali Rohár
· Thu Apr 07 14:51:03 2022 +0200
213252f
fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOLE feature correctly
by Qu Wenruo
· Mon Dec 27 14:11:14 2021 +0800
c527687
fs/btrfs: add dependency on BLAKE2 hash
by Qu Wenruo
· Mon Dec 27 14:12:08 2021 +0800
901ef08
btrfs: Use U-Boot API for decompression
by Simon Glass
· Sat Sep 25 07:03:10 2021 -0600
62fb2b4
WS cleanup: remove SPACE(s) followed by TAB
by Wolfgang Denk
· Mon Sep 27 17:42:39 2021 +0200
accb63b
WS cleanup: remove excessive empty lines
by Wolfgang Denk
· Mon Sep 27 17:42:37 2021 +0200
4acb84a
btrfs: Suppress the message about missing filesystem
by Simon Glass
· Wed Aug 18 21:40:26 2021 -0600
b8a77ab
btrfs: Use default subvolume as filesystem root
by Matwey V. Kornilov
· Sun Aug 01 23:52:16 2021 +0300
335fe51
Use LIB_UUID with ACPIGEN and FS_BTRFS
by Simon Glass
· Fri Jul 02 12:36:15 2021 -0600
9193398
fs: btrfs: Add missing cache aligned allocation
by Marek Vasut
· Tue May 18 00:39:39 2021 +0200
b1e5ca1
fs: btrfs: fix the false alert of decompression failure
by Qu Wenruo
· Sat Apr 17 20:52:13 2021 +0800
33d1eab
fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1
by Marek Behún
· Tue Feb 09 18:33:37 2021 +0100
b4c2773
fs: btrfs: change directory list output to be aligned as before
by Marek Behún
· Tue Feb 09 19:05:08 2021 +0100
b0cbb52
fs: btrfs: skip xattrs in directory listing
by Marek Behún
· Tue Feb 09 19:05:07 2021 +0100
c5f727b
fs: btrfs: Select SHA256 in Kconfig
by Matthias Brugger
· Wed Jan 27 10:42:30 2021 +0100
b06c36f
fs: btrfs: simplify close_ctree_fs_info()
by Heinrich Schuchardt
· Fri Dec 25 13:45:25 2020 +0100
12bbff0
fs: btrfs: volumes: prevent overflow for multiplying
by Qu Wenruo
· Sat Oct 31 09:07:50 2020 +0800
bbad1d7
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
by Qu Wenruo
· Sat Oct 31 09:07:51 2020 +0800
11acf0f
fs: btrfs: inode: handle uninitialized type before returning it
by Qu Wenruo
· Sat Oct 31 09:07:49 2020 +0800
c080b51
fs: btrfs: Fix typo in error message
by Naoki Hayama
· Mon Oct 12 18:35:33 2020 +0900
d90164e
fs: btrfs: Cleanup the old implementation
by Qu Wenruo
· Wed Jun 24 18:03:15 2020 +0200
a03f6fa
fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
by Qu Wenruo
· Wed Jun 24 18:03:14 2020 +0200
8b7b9c7
fs: btrfs: Introduce function to resolve the path of one subvolume
by Qu Wenruo
· Wed Jun 24 18:03:13 2020 +0200
eb362ac
fs: btrfs: Introduce function to resolve path in one subvolume
by Qu Wenruo
· Wed Jun 24 18:03:12 2020 +0200
cf5a3a0
fs: btrfs: Implement btrfs_file_read()
by Qu Wenruo
· Wed Jun 24 18:03:11 2020 +0200
4650ed1
fs: btrfs: Introduce lookup_data_extent() for later use
by Qu Wenruo
· Wed Jun 24 18:03:10 2020 +0200
83b04df
fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
by Qu Wenruo
· Wed Jun 24 18:03:09 2020 +0200
6aa2cc4
fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
by Qu Wenruo
· Wed Jun 24 18:03:08 2020 +0200
f9344c3
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
by Qu Wenruo
· Wed Jun 24 18:03:07 2020 +0200
348848a
fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
by Qu Wenruo
· Wed Jun 24 18:03:06 2020 +0200
e565bd4
fs: btrfs: Implement btrfs_lookup_path()
by Qu Wenruo
· Wed Jun 24 18:03:05 2020 +0200
b086e25
fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
by Qu Wenruo
· Wed Jun 24 18:03:04 2020 +0200
49fe0f0
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
by Qu Wenruo
· Wed Jun 24 18:03:03 2020 +0200
dca22af
fs: btrfs: Rename path resolve related functions to avoid name conflicts
by Qu Wenruo
· Wed Jun 24 18:03:02 2020 +0200
1d5a7b7
fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:03:01 2020 +0200
8f267cf
fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
by Qu Wenruo
· Wed Jun 24 18:03:00 2020 +0200
0af1704
fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:59 2020 +0200
fd63dbb
fs: btrfs: Crossport struct btrfs_root to ctree.h
by Qu Wenruo
· Wed Jun 24 18:02:58 2020 +0200
f6d5af7
fs: btrfs: Rename btrfs_root to __btrfs_root
by Qu Wenruo
· Wed Jun 24 18:02:57 2020 +0200
ddd0cb8
fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
by Qu Wenruo
· Wed Jun 24 18:02:56 2020 +0200
d85f959
fs: btrfs: Crossport read_tree_block() from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:55 2020 +0200
f6377ff
fs: btrfs: Crossport volumes.[ch] from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:54 2020 +0200
6925bd2
fs: btrfs: Crossport structure accessor into ctree.h
by Qu Wenruo
· Wed Jun 24 18:02:53 2020 +0200
c43c529
fs: btrfs: Crossport extent-io.[ch] from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:52 2020 +0200
f55da5d
fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:51 2020 +0200
fb48c59
fs: btrfs: Crossport rbtree-utils from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:50 2020 +0200
1a61808
fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
by Qu Wenruo
· Wed Jun 24 18:02:49 2020 +0200
0e7b854
fs: btrfs: Add more checksum algorithms
by Qu Wenruo
· Wed Jun 24 18:02:48 2020 +0200
07d977f
fs: btrfs: Sync btrfs_btree.h from kernel
by Qu Wenruo
· Wed Jun 24 18:02:47 2020 +0200
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
655306c
common: Drop part.h from common header
by Simon Glass
· Sun May 10 11:39:58 2020 -0600
c1c4a8f
part: Drop disk_partition_t typedef
by Simon Glass
· Sun May 10 11:39:57 2020 -0600
6f04498
common: Drop uuid.h from common header
by Simon Glass
· Sun May 10 11:39:52 2020 -0600
b72a0ff
fs: btrfs: support sparse extents
by Marek Behún
· Mon Mar 30 18:48:42 2020 +0200
2aebf5b
fs: btrfs: Fix LZO false decompression error caused by pending zero
by Qu Wenruo
· Thu Mar 26 13:35:56 2020 +0800
37539f5
fs: btrfs: Reject fs with sector size other than PAGE_SIZE
by Qu Wenruo
· Thu Mar 26 13:35:55 2020 +0800
e7691f4
fs: btrfs: Use LZO_LEN to replace immediate number
by Qu Wenruo
· Thu Mar 26 13:35:54 2020 +0800
0611ae5
fs: btrfs: add zstd decompression support
by Marek Behún
· Mon Apr 29 22:40:45 2019 +0200
e55462b
fs: btrfs: fix btrfs methods return values on failure
by Marek Behún
· Thu May 02 15:28:43 2019 +0200
7d3db16
fs: btrfs: Do not print mount fail message when not btrfs filesystem
by Marek Behún
· Fri Apr 26 15:11:09 2019 +0200
2d8200c
Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
by Tom Rini
· Sat Apr 27 11:34:55 2019 -0400
b0ff60a
fs: btrfs: fix btrfs_search_tree invalid results
by Pierre Bourdon
· Tue Apr 16 02:47:14 2019 +0200
9fffe32
fs: btrfs: fix false negatives in ROOT_ITEM search
by Pierre Bourdon
· Sat Apr 13 23:50:49 2019 +0200
d537f86
fs: btrfs: Fix tree traversal with btrfs_next_slot()
by Yevgeny Popovych
· Fri Sep 07 12:59:30 2018 +0300
a2f9cbf
fs: btrfs: Fix cache alignment bugs
by Marek Vasut
· Sat Sep 22 04:13:35 2018 +0200
1dd3195
fs: btrfs: Fix wrong comparison in logical to physical mapping
by Marek Behún
· Wed Jul 04 20:23:01 2018 +0200
0a4b93f
fs: btrfs: Do not fail when all root_backups are empty
by Yevgeny Popovych
· Mon Jun 11 14:14:33 2018 +0300
4c43504
fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE
by Yevgeny Popovych
· Tue Jun 05 13:11:01 2018 +0300
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
4eea27f
fs: btrfs: Remove unused debug code left from development
by Marek Behún
· Mon Mar 19 12:02:11 2018 +0100
23884dc
fs: btrfs: Fix printf format character warning
by Tom Rini
· Sat Jan 27 17:23:21 2018 -0500
d1f4333
fs: btrfs: Fix unaligned memory accesses
by Alberto Sánchez Molero
· Sat Jan 20 09:17:57 2018 +0200
1c66c7c
fs: btrfs: Remove a foreign language note
by Marek Behún
· Fri Oct 06 15:04:59 2017 +0200
da98910
fs: btrfs: Fix usage of uninitialized variables
by Marek Behún
· Fri Oct 06 15:04:57 2017 +0200
9740408
fs/btrfs: Fix warning in btrfs_check_super()
by Tom Rini
· Tue Oct 03 08:44:13 2017 -0400
98ec1d1
fs: btrfs: Add U-Boot fs handlers.
by Marek Behún
· Sun Sep 03 17:00:29 2017 +0200
2938754
fs: btrfs: Add single-device read-only BTRFS implementation
by Marek Behún
· Sun Sep 03 17:00:28 2017 +0200
7777b1a
fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions
by Marek Behún
· Sun Sep 03 17:00:27 2017 +0200
4eff426
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
by Marek Behún
· Sun Sep 03 17:00:26 2017 +0200