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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
1
-0
/
+221
2024-11-11
btrfs: tests: add selftests for raid-stripe-tree
Johannes Thumshirn
3
-0
/
+323
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
1
-5
/
+5
2024-07-26
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
1
-0
/
+99
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2
-80
/
+66
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-28
/
+13
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2
-57
/
+36
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2
-2
/
+56
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
1
-3
/
+3
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
1
-3
/
+3
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
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
1
-9
/
+10
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
1
-8
/
+35
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
1
-88
/
+86
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
1
-0
/
+5
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
1
-4
/
+24
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-20
/
+20
2023-12-16
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
1
-2
/
+2
2023-12-16
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2
-32
/
+32
2023-12-16
btrfs: unexport add_extent_mapping()
Filipe Manana
1
-22
/
+23
2023-12-16
btrfs: tests: print all values as decimal in messages for extent map tests
Filipe Manana
1
-7
/
+7
2023-12-16
btrfs: tests: do not ignore NULL extent maps for extent maps tests
Filipe Manana
1
-10
/
+30
2023-12-16
btrfs: tests: fix error messages for test case 4 of extent map tests
Filipe Manana
1
-2
/
+2
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
3
-31
/
+13
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2
-3
/
+15
2023-08-21
btrfs: tests: test invalid splitting when skipping pinned drop extent_map
Josef Bacik
1
-0
/
+138
2023-08-21
btrfs: tests: add a test for btrfs_add_extent_mapping
Josef Bacik
1
-0
/
+56
2023-08-21
btrfs: tests: add extent_map tests for dropping with odd layouts
Josef Bacik
1
-0
/
+218
2023-08-21
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
1
-0
/
+144
2023-08-21
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
1
-51
/
+107
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
1
-7
/
+6
2023-06-19
btrfs: open code set_extent_bits
David Sterba
1
-5
/
+6
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
1
-3
/
+3
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-1
/
+0
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+1
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
1
-1
/
+1
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
2
-3
/
+3
2022-12-05
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
1
-1
/
+1
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
1
-10
/
+40
2022-12-05
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
1
-38
/
+19
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
4
-0
/
+4
2022-12-05
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-11-10
Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-11-07
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Zhang Xiaoxu
1
-1
/
+1
2022-11-03
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-17
/
+19
[next]