| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: Make get_extent_t take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -21/+23 |
* | btrfs: Make btrfs_drop_extent_cache take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -1/+1 |
* | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-12-16 | 8 | -41/+44 |
|\ |
|
| * | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 2016-12-06 | 8 | -40/+43 |
| * | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 2016-11-30 | 1 | -1/+1 |
* | | radix-tree: improve multiorder iterators | Matthew Wilcox | 2016-12-14 | 1 | -1/+1 |
* | | btrfs: fix race in btrfs_free_dummy_fs_info() | Matthew Wilcox | 2016-12-14 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2016-10-12 | 2 | -116/+160 |
|\ |
|
| * | btrfs: tests: uninline member definitions in free_space_extent | David Sterba | 2016-10-03 | 1 | -1/+2 |
| * | btrfs: tests: constify free space extent specs | David Sterba | 2016-10-03 | 1 | -11/+11 |
| * | Btrfs: expand free space tree sanity tests to catch endianness bug | Omar Sandoval | 2016-10-03 | 1 | -68/+96 |
| * | Btrfs: fix extent buffer bitmap tests on big-endian systems | Omar Sandoval | 2016-10-03 | 1 | -36/+51 |
* | | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 2016-09-26 | 1 | -1/+1 |
* | | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de... | Qu Wenruo | 2016-09-26 | 1 | -6/+6 |
|/ |
|
* | btrfs: tests, require fs_info for root | Jeff Mahoney | 2016-07-26 | 7 | -55/+90 |
* | btrfs: tests, move initialization into tests/ | Jeff Mahoney | 2016-07-26 | 2 | -34/+48 |
* | Btrfs: fix error return code in btrfs_init_test_fs() | Wei Yongjun | 2016-06-23 | 1 | -1/+1 |
* | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system | Feifei Xu | 2016-06-06 | 1 | -1/+11 |
* | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize | Feifei Xu | 2016-06-06 | 1 | -1/+7 |
* | Btrfs: self-tests: Use macros instead of constants and add missing newline | Feifei Xu | 2016-06-06 | 2 | -17/+29 |
* | 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 | 8 | -271/+327 |
* | Btrfs: Fix integer overflow when calculating bytes_per_bitmap | Feifei Xu | 2016-06-02 | 1 | -1/+1 |
* | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 | 4 | -6/+7 |
* | 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 | 2 | -22/+22 |
* | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-03-21 | 3 | -6/+2 |
|\ |
|
| * | btrfs: move btrfs_compression_type to compression.h | Anand Jain | 2016-03-11 | 1 | -0/+1 |
| * | btrfs: fix memory leak of fs_info in block group cache | Kinglong Mee | 2016-02-18 | 2 | -6/+1 |
* | | btrfs: use radix_tree_iter_retry() | Matthew Wilcox | 2016-03-17 | 1 | -2/+1 |
|/ |
|
* | btrfs: tests: switch to GFP_KERNEL | David Sterba | 2016-01-22 | 3 | -15/+15 |
* | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-11 | 3 | -111/+86 |
|\ |
|
| * | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 2016-01-07 | 3 | -112/+87 |
* | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-11 | 1 | -6/+8 |
|\ \ |
|
| * | | btrfs: constify remaining structs with function pointers | David Sterba | 2016-01-07 | 1 | -2/+2 |
| * | | btrfs tests: replace whole ops structure for free space tests | David Sterba | 2016-01-07 | 1 | -6/+8 |
| |/ |
|
* | | Merge branch 'freespace-tree' into for-linus-4.5 | Chris Mason | 2015-12-18 | 6 | -55/+783 |
|\ \
| |/
|/| |
|
| * | Btrfs: add free space tree sanity tests | Omar Sandoval | 2015-12-17 | 5 | -47/+641 |
| * | Btrfs: add extent buffer bitmap sanity tests | Omar Sandoval | 2015-12-17 | 1 | -2/+136 |
* | | Btrfs: tests: checking for NULL instead of IS_ERR() | Dan Carpenter | 2015-11-25 | 1 | -1/+3 |
* | | Btrfs: add fragment=* debug mount option | Josef Bacik | 2015-10-21 | 1 | -1/+21 |
|/ |
|
* | btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. | Qu Wenruo | 2015-06-10 | 1 | -26/+83 |
* | Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). | Dongsheng Yang | 2015-04-13 | 1 | -2/+2 |
* | Btrfs: add sanity test for outstanding_extents accounting | Josef Bacik | 2015-03-17 | 1 | -1/+196 |
* | btrfs: switch extent_state state to unsigned | David Sterba | 2015-01-21 | 1 | -2/+1 |
* | btrfs: sink parameter len to alloc_extent_buffer | David Sterba | 2014-12-12 | 1 | -1/+1 |
* | btrfs: unify extent buffer allocation api | David Sterba | 2014-12-12 | 3 | -14/+13 |
* | Btrfs: remove empty block groups automatically | Josef Bacik | 2014-09-22 | 1 | -1/+1 |