index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
btrfs-tests.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-2
/
+1
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-3
/
+1
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
1
-2
/
+1
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
1
-1
/
+1
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
1
-1
/
+2
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-11-07
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Zhang Xiaoxu
1
-1
/
+1
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
1
-1
/
+1
2022-07-25
btrfs: add optimized btrfs_ino() version for 64 bits systems
Filipe Manana
1
-0
/
+1
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
1
-3
/
+19
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-1
/
+1
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-1
/
+1
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
1
-19
/
+3
2022-01-03
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
1
-0
/
+1
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-12-18
btrfs: tests: initialize test inodes location
Josef Bacik
1
-2
/
+8
2020-12-08
btrfs: load free space cache into a temporary ctl
Josef Bacik
1
-1
/
+1
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
1
-0
/
+1
2020-03-23
btrfs: kill the subvol_srcu
Josef Bacik
1
-9
/
+0
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
1
-4
/
+1
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: add a leak check for roots
Josef Bacik
1
-0
/
+1
2020-03-23
btrfs: make the init of static elements in fs_info separate
Josef Bacik
1
-23
/
+4
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
1
-1
/
+1
2020-01-31
Btrfs: fix race between adding and putting tree mod seq elements and nodes
Filipe Manana
1
-1
/
+0
2020-01-23
btrfs: selftests: Add support for dummy devices
Nikolay Borisov
1
-0
/
+29
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
1
-3
/
+3
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
1
-3
/
+2
2019-09-24
Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
Filipe Manana
1
-1
/
+7
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-05-26
vfs: Convert btrfs_test to use the new mount API
David Howells
1
-6
/
+9
2019-05-26
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
1
-1
/
+1
2019-04-29
btrfs: qgroup: remove obsolete fs_info members
David Sterba
1
-1
/
+0
2019-04-29
btrfs: tests: add table of most common errors
David Sterba
1
-0
/
+10
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
1
-2
/
+4
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
1
-2
/
+2
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
1
-2
/
+0
2018-12-17
btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing
Nikolay Borisov
1
-1
/
+5
2018-05-28
btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info field
Nikolay Borisov
1
-1
/
+3
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-26
btrfs: remove redundant check on ret and goto
Colin Ian King
1
-2
/
+1
2018-01-22
Btrfs: add extent map selftests
Liu Bo
1
-0
/
+3
2017-08-16
btrfs: remove unused sectorsize member
Nikolay Borisov
1
-1
/
+0
2017-04-18
btrfs: remove unused qgroup members from btrfs_trans_handle
David Sterba
1
-1
/
+0
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+9
2016-12-15
radix-tree: improve multiorder iterators
Matthew Wilcox
1
-1
/
+1
2016-12-15
btrfs: fix race in btrfs_free_dummy_fs_info()
Matthew Wilcox
1
-0
/
+1
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-4
/
+9
[next]