Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | btrfs: tests: remove invalid extent-io test | Qu Wenruo | 1 | -15/+11 |
2020-01-31 | btrfs: Correctly handle empty trees in find_first_clear_extent_bit | Nikolay Borisov | 1 | -0/+9 |
2019-09-09 | Btrfs: make test_find_first_clear_extent_bit fail on incorrect results | Filipe Manana | 1 | -7/+22 |
2019-09-09 | Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit | Filipe Manana | 1 | -0/+2 |
2019-07-04 | btrfs: Evaluate io_tree in find_lock_delalloc_range() | Goldwyn Rodrigues | 1 | -14/+16 |
2019-07-01 | btrfs: Don't trim returned range based on input value in find_first_clear_ext... | Nikolay Borisov | 1 | -0/+87 |
2019-04-29 | btrfs: tests: drop messages when some tests finish | David Sterba | 1 | -1/+0 |
2019-04-29 | btrfs: tests: properly initialize fs_info of extent buffer | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: tests: use standard error message after inode allocation failure | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: tests: use standard error message after extent buffer allocation failure | David Sterba | 1 | -2/+2 |
2019-04-29 | btrfs: tests: use standard error message after fs_info allocation failure | David Sterba | 1 | -1/+1 |
2019-04-29 | btrfs: tests: don't leak fs_info in extent_io bitmap tests | David Sterba | 1 | -7/+9 |
2019-04-29 | btrfs: tests: handle fs_info allocation failure in extent_io tests | David Sterba | 1 | -0/+4 |
2019-04-29 | btrfs: Introduce extent_io_tree::owner to distinguish different io_trees | Qu Wenruo | 1 | -1/+5 |
2019-04-29 | btrfs: Introduce fs_info to extent_io_tree | Qu Wenruo | 1 | -1/+1 |
2018-12-17 | btrfs: remove always true if branch in find_delalloc_range | Lu Fengqi | 1 | -1/+1 |
2018-12-17 | btrfs: use EXPORT_FOR_TESTS for conditionally exported functions | Johannes Thumshirn | 1 | -5/+5 |
2018-12-17 | btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument | Nikolay Borisov | 1 | -5/+5 |
2018-12-17 | btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate number | Qu Wenruo | 1 | -2/+3 |
2018-12-17 | btrfs: Remove extent_io_ops::set_bit_hook extent_io callback | Nikolay Borisov | 1 | -1/+1 |
2018-10-15 | btrfs: tests: add separate stub for find_lock_delalloc_range | David Sterba | 1 | -5/+5 |
2018-05-29 | btrfs: tests: drop newline from test_msg strings | David Sterba | 1 | -4/+4 |
2018-05-29 | btrfs: tests: add helper for error messages and update them | David Sterba | 1 | -37/+38 |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
2017-11-15 | Btrfs: fix reported number of inode blocks after buffered append writes | Filipe Manana | 1 | -3/+3 |
2017-06-19 | Btrfs: replace tree->mapping with tree->private_data | Josef Bacik | 1 | -1/+1 |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 1 | -1/+4 |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 1 | -1/+1 |
2016-10-03 | Btrfs: fix extent buffer bitmap tests on big-endian systems | Omar Sandoval | 1 | -36/+51 |
2016-06-06 | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system | Feifei Xu | 1 | -1/+11 |
2016-06-06 | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE | Feifei Xu | 1 | -19/+30 |
2016-06-02 | Btrfs: self-tests: Support non-4k page size | Feifei Xu | 1 | -13/+14 |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 1 | -1/+1 |
2016-04-29 | btrfs: sink gfp parameter to set_extent_delalloc | David Sterba | 1 | -3/+3 |
2016-04-29 | btrfs: sink gfp parameter to clear_extent_bits | David Sterba | 1 | -1/+1 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -1/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -21/+21 |
2016-01-22 | btrfs: tests: switch to GFP_KERNEL | David Sterba | 1 | -6/+6 |
2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 1 | -5/+6 |
2016-01-07 | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 1 | -5/+6 |
2015-12-17 | Btrfs: add extent buffer bitmap sanity tests | Omar Sandoval | 1 | -2/+136 |
2015-01-22 | btrfs: switch extent_state state to unsigned | David Sterba | 1 | -2/+1 |
2013-11-12 | Btrfs: add tests for find_lock_delalloc_range | Josef Bacik | 1 | -0/+276 |