index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
Qu Wenruo
2020-11-19
1
-1
/
+1
*
fs: btrfs: inode: handle uninitialized type before returning it
Qu Wenruo
2020-11-19
1
-1
/
+5
*
fs: btrfs: Fix typo in error message
Naoki Hayama
2020-10-22
1
-2
/
+2
*
fs: btrfs: Cleanup the old implementation
Qu Wenruo
2020-09-07
14
-1366
/
+3
*
fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
Qu Wenruo
2020-09-07
1
-5
/
+73
*
fs: btrfs: Introduce function to resolve the path of one subvolume
Qu Wenruo
2020-09-07
1
-0
/
+81
*
fs: btrfs: Introduce function to resolve path in one subvolume
Qu Wenruo
2020-09-07
2
-1
/
+68
*
fs: btrfs: Implement btrfs_file_read()
Qu Wenruo
2020-09-07
3
-20
/
+176
*
fs: btrfs: Introduce lookup_data_extent() for later use
Qu Wenruo
2020-09-07
1
-0
/
+101
*
fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
Qu Wenruo
2020-09-07
4
-0
/
+205
*
fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
Qu Wenruo
2020-09-07
4
-9
/
+9
*
fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
Qu Wenruo
2020-09-07
1
-17
/
+48
*
fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
Qu Wenruo
2020-09-07
4
-91
/
+144
*
fs: btrfs: Implement btrfs_lookup_path()
Qu Wenruo
2020-09-07
3
-0
/
+360
*
fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
Qu Wenruo
2020-09-07
1
-2
/
+6
*
fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
Qu Wenruo
2020-09-07
2
-37
/
+65
*
fs: btrfs: Rename path resolve related functions to avoid name conflicts
Qu Wenruo
2020-09-07
7
-33
/
+43
*
fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
Qu Wenruo
2020-09-07
8
-20
/
+579
*
fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
Qu Wenruo
2020-09-07
5
-3
/
+306
*
fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
Qu Wenruo
2020-09-07
2
-7
/
+591
*
fs: btrfs: Crossport struct btrfs_root to ctree.h
Qu Wenruo
2020-09-07
1
-0
/
+17
*
fs: btrfs: Rename btrfs_root to __btrfs_root
Qu Wenruo
2020-09-07
8
-34
/
+34
*
fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
Qu Wenruo
2020-09-07
9
-44
/
+44
*
fs: btrfs: Crossport read_tree_block() from btrfs-progs
Qu Wenruo
2020-09-07
5
-8
/
+602
*
fs: btrfs: Crossport volumes.[ch] from btrfs-progs
Qu Wenruo
2020-09-07
5
-1
/
+1081
*
fs: btrfs: Crossport structure accessor into ctree.h
Qu Wenruo
2020-09-07
3
-95
/
+1064
*
fs: btrfs: Crossport extent-io.[ch] from btrfs-progs
Qu Wenruo
2020-09-07
3
-1
/
+1019
*
fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs
Qu Wenruo
2020-09-07
2
-0
/
+422
*
fs: btrfs: Crossport rbtree-utils from btrfs-progs
Qu Wenruo
2020-09-07
3
-1
/
+138
*
fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
Qu Wenruo
2020-09-07
8
-259
/
+378
*
fs: btrfs: Add more checksum algorithms
Qu Wenruo
2020-09-07
10
-62
/
+130
*
fs: btrfs: Sync btrfs_btree.h from kernel
Qu Wenruo
2020-09-07
7
-982
/
+1343
*
common: Drop log.h from common header
Simon Glass
2020-05-18
4
-0
/
+4
*
common: Drop part.h from common header
Simon Glass
2020-05-18
2
-1
/
+4
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
3
-3
/
+4
*
common: Drop uuid.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
fs: btrfs: support sparse extents
Marek Behún
2020-04-20
1
-0
/
+6
*
fs: btrfs: Fix LZO false decompression error caused by pending zero
Qu Wenruo
2020-04-16
1
-1
/
+19
*
fs: btrfs: Reject fs with sector size other than PAGE_SIZE
Qu Wenruo
2020-04-16
1
-0
/
+8
*
fs: btrfs: Use LZO_LEN to replace immediate number
Qu Wenruo
2020-04-16
1
-10
/
+12
*
fs: btrfs: add zstd decompression support
Marek Behún
2019-05-05
3
-2
/
+63
*
fs: btrfs: fix btrfs methods return values on failure
Marek Behún
2019-05-03
1
-8
/
+8
*
fs: btrfs: Do not print mount fail message when not btrfs filesystem
Marek Behún
2019-05-03
1
-6
/
+5
*
Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
Tom Rini
2019-04-27
1
-38
/
+6
*
fs: btrfs: fix btrfs_search_tree invalid results
Pierre Bourdon
2019-04-26
1
-2
/
+12
*
fs: btrfs: fix false negatives in ROOT_ITEM search
Pierre Bourdon
2019-04-26
1
-6
/
+38
*
fs: btrfs: Fix tree traversal with btrfs_next_slot()
Yevgeny Popovych
2018-10-08
1
-1
/
+1
*
fs: btrfs: Fix cache alignment bugs
Marek Vasut
2018-09-30
3
-13
/
+17
*
fs: btrfs: Fix wrong comparison in logical to physical mapping
Marek Behún
2018-07-20
1
-1
/
+1
*
fs: btrfs: Do not fail when all root_backups are empty
Yevgeny Popovych
2018-06-18
2
-9
/
+22
[next]