index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
extent-io-tests.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
2023-08-21
1
-0
/
+144
*
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
2023-08-21
1
-51
/
+107
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-7
/
+6
*
btrfs: open code set_extent_bits
David Sterba
2023-06-19
1
-5
/
+6
*
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
1
-3
/
+3
*
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
1
-2
/
+2
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-15
/
+17
|
\
|
*
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-09-11
1
-15
/
+17
*
|
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
2022-09-26
1
-1
/
+0
*
|
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
1
-3
/
+3
|
/
*
btrfs: selftests: dump extent io tree if extent-io-tree test failed
Qu Wenruo
2022-01-07
1
-0
/
+52
*
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
2021-10-26
1
-6
/
+6
*
btrfs: tests: remove invalid extent-io test
Qu Wenruo
2020-12-08
1
-15
/
+11
*
btrfs: Correctly handle empty trees in find_first_clear_extent_bit
Nikolay Borisov
2020-01-31
1
-0
/
+9
*
Btrfs: make test_find_first_clear_extent_bit fail on incorrect results
Filipe Manana
2019-09-09
1
-7
/
+22
*
Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit
Filipe Manana
2019-09-09
1
-0
/
+2
*
btrfs: Evaluate io_tree in find_lock_delalloc_range()
Goldwyn Rodrigues
2019-07-04
1
-14
/
+16
*
btrfs: Don't trim returned range based on input value in find_first_clear_ext...
Nikolay Borisov
2019-07-01
1
-0
/
+87
*
btrfs: tests: drop messages when some tests finish
David Sterba
2019-04-29
1
-1
/
+0
*
btrfs: tests: properly initialize fs_info of extent buffer
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: tests: use standard error message after inode allocation failure
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: tests: use standard error message after extent buffer allocation failure
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: tests: don't leak fs_info in extent_io bitmap tests
David Sterba
2019-04-29
1
-7
/
+9
*
btrfs: tests: handle fs_info allocation failure in extent_io tests
David Sterba
2019-04-29
1
-0
/
+4
*
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
1
-1
/
+5
*
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2019-04-29
1
-1
/
+1
*
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
2018-12-17
1
-1
/
+1
*
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
Johannes Thumshirn
2018-12-17
1
-5
/
+5
*
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
Nikolay Borisov
2018-12-17
1
-5
/
+5
*
btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate number
Qu Wenruo
2018-12-17
1
-2
/
+3
*
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
2018-12-17
1
-1
/
+1
*
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
2018-10-15
1
-5
/
+5
*
btrfs: tests: drop newline from test_msg strings
David Sterba
2018-05-29
1
-4
/
+4
*
btrfs: tests: add helper for error messages and update them
David Sterba
2018-05-29
1
-37
/
+38
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
Btrfs: fix reported number of inode blocks after buffered append writes
Filipe Manana
2017-11-15
1
-3
/
+3
*
Btrfs: replace tree->mapping with tree->private_data
Josef Bacik
2017-06-19
1
-1
/
+1
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-1
/
+4
*
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
2016-11-30
1
-1
/
+1
*
Btrfs: fix extent buffer bitmap tests on big-endian systems
Omar Sandoval
2016-10-03
1
-36
/
+51
*
Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system
Feifei Xu
2016-06-06
1
-1
/
+11
*
Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE
Feifei Xu
2016-06-06
1
-19
/
+30
*
Btrfs: self-tests: Support non-4k page size
Feifei Xu
2016-06-02
1
-13
/
+14
*
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
1
-1
/
+1
*
btrfs: sink gfp parameter to set_extent_delalloc
David Sterba
2016-04-29
1
-3
/
+3
*
btrfs: sink gfp parameter to clear_extent_bits
David Sterba
2016-04-29
1
-1
/
+1
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-21
/
+21
*
btrfs: tests: switch to GFP_KERNEL
David Sterba
2016-01-22
1
-6
/
+6
[next]