index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
extent-map-tests.c
Age
Commit message (
Expand
)
Author
2024-07-25
btrfs: fix corrupt read due to bad offset of a compressed extent map
Filipe Manana
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
2024-04-18
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
Qu Wenruo
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: unexport add_extent_mapping()
Filipe Manana
2023-12-15
btrfs: tests: print all values as decimal in messages for extent map tests
Filipe Manana
2023-12-15
btrfs: tests: do not ignore NULL extent maps for extent maps tests
Filipe Manana
2023-12-15
btrfs: tests: fix error messages for test case 4 of extent map tests
Filipe Manana
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-08-21
btrfs: tests: test invalid splitting when skipping pinned drop extent_map
Josef Bacik
2023-08-21
btrfs: tests: add a test for btrfs_add_extent_mapping
Josef Bacik
2023-08-21
btrfs: tests: add extent_map tests for dropping with odd layouts
Josef Bacik
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
2022-03-14
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-02-09
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
2020-01-23
btrfs: Add self-tests for btrfs_rmap_block
Nikolay Borisov
2019-07-01
btrfs: tests: add locks around add_extent_mapping
David Sterba
2019-04-29
btrfs: tests: fix comments about tested extent map ranges
David Sterba
2019-04-29
btrfs: tests: use SZ_ constants everywhere
David Sterba
2019-04-29
btrfs: tests: use standard error message after extent map allocation failure
David Sterba
2019-04-29
btrfs: tests: return error from all extent map test cases
David Sterba
2019-04-29
btrfs: tests: return errors from extent map test case 4
David Sterba
2019-04-29
btrfs: tests: return errors from extent map test case 3
David Sterba
2019-04-29
btrfs: tests: return errors from extent map test case 2
David Sterba
2019-04-29
btrfs: tests: return errors from extent map test case 1
David Sterba
2019-04-29
btrfs: tests: return errors from extent map tests
David Sterba
2019-04-29
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
2018-10-15
Btrfs: extent_map: use rb_first_cached
Liu Bo
2018-05-29
btrfs: tests: drop newline from test_msg strings
David Sterba
2018-05-29
btrfs: tests: add helper for error messages and update them
David Sterba
2018-05-28
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
btrfs: tests: pass fs_info to extent_map tests
David Sterba
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-26
Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_map
Colin Ian King
2018-01-22
Btrfs: extent map selftest: dio write vs dio read
Liu Bo
2018-01-22
Btrfs: extent map selftest: buffered write vs dio read
Liu Bo
2018-01-22
Btrfs: add extent map selftests
Liu Bo