Age | Commit message (Expand) | Author | Files | Lines |
2018-01-22 | Btrfs: extent map selftest: dio write vs dio read | Liu Bo | 1 | -0/+89 |
2018-01-22 | Btrfs: extent map selftest: buffered write vs dio read | Liu Bo | 1 | -0/+74 |
2018-01-22 | Btrfs: add extent map selftests | Liu Bo | 3 | -0/+207 |
2018-01-22 | btrfs: Remove redundant FLAG_VACANCY | Nikolay Borisov | 1 | -5/+0 |
2018-01-22 | btrfs: sink gfp parameter to clear_extent_bit | David Sterba | 1 | -8/+4 |
2017-11-15 | Btrfs: fix reported number of inode blocks after buffered append writes | Filipe Manana | 2 | -9/+9 |
2017-11-01 | Btrfs: rework outstanding_extents | Josef Bacik | 1 | -14/+4 |
2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell | 1 | -10/+20 |
2017-10-30 | btrfs: Replace opencoded sizes with their symbolic constants | Nikolay Borisov | 1 | -1/+1 |
2017-10-30 | btrfs: tests: Fix a memory leak in error handling path in 'run_test()' | Christophe JAILLET | 1 | -1/+2 |
2017-08-16 | btrfs: remove unused sectorsize member | Nikolay Borisov | 2 | -2/+1 |
2017-06-19 | Btrfs: replace tree->mapping with tree->private_data | Josef Bacik | 1 | -1/+1 |
2017-04-18 | btrfs: remove unused qgroup members from btrfs_trans_handle | David Sterba | 1 | -1/+0 |
2017-02-28 | btrfs: Make get_extent_t take btrfs_inode | Nikolay Borisov | 1 | -21/+23 |
2017-02-28 | btrfs: Make btrfs_drop_extent_cache take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2016-12-16 | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -41/+44 |
2016-12-15 | radix-tree: improve multiorder iterators | Matthew Wilcox | 1 | -1/+1 |
2016-12-15 | btrfs: fix race in btrfs_free_dummy_fs_info() | Matthew Wilcox | 1 | -0/+1 |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 8 | -40/+43 |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 1 | -1/+1 |
2016-10-12 | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2 | -116/+160 |
2016-10-03 | btrfs: tests: uninline member definitions in free_space_extent | David Sterba | 1 | -1/+2 |
2016-10-03 | btrfs: tests: constify free space extent specs | David Sterba | 1 | -11/+11 |
2016-10-03 | Btrfs: expand free space tree sanity tests to catch endianness bug | Omar Sandoval | 1 | -68/+96 |
2016-10-03 | Btrfs: fix extent buffer bitmap tests on big-endian systems | Omar Sandoval | 1 | -36/+51 |
2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 1 | -1/+1 |
2016-09-26 | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de... | Qu Wenruo | 1 | -6/+6 |
2016-07-26 | btrfs: tests, require fs_info for root | Jeff Mahoney | 7 | -55/+90 |
2016-07-26 | btrfs: tests, move initialization into tests/ | Jeff Mahoney | 2 | -34/+48 |
2016-06-23 | Btrfs: fix error return code in btrfs_init_test_fs() | Wei Yongjun | 1 | -1/+1 |
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: Fix test_bitmaps fail on 64k sectorsize | Feifei Xu | 1 | -1/+7 |
2016-06-06 | Btrfs: self-tests: Use macros instead of constants and add missing newline | Feifei Xu | 2 | -17/+29 |
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 | 8 | -271/+327 |
2016-06-02 | Btrfs: Fix integer overflow when calculating bytes_per_bitmap | Feifei Xu | 1 | -1/+1 |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 4 | -6/+7 |
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 | 2 | -22/+22 |
2016-03-22 | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -6/+2 |
2016-03-18 | btrfs: use radix_tree_iter_retry() | Matthew Wilcox | 1 | -2/+1 |
2016-03-11 | btrfs: move btrfs_compression_type to compression.h | Anand Jain | 1 | -0/+1 |
2016-02-18 | btrfs: fix memory leak of fs_info in block group cache | Kinglong Mee | 2 | -6/+1 |
2016-01-22 | btrfs: tests: switch to GFP_KERNEL | David Sterba | 3 | -15/+15 |
2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 3 | -111/+86 |
2016-01-11 | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 1 | -6/+8 |
2016-01-07 | btrfs: constify remaining structs with function pointers | David Sterba | 1 | -2/+2 |
2016-01-07 | btrfs tests: replace whole ops structure for free space tests | David Sterba | 1 | -6/+8 |