| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-12 | 1 | -2/+2 |
|\ |
|
| * | Btrfs: fix corruption reading shared and compressed extents after hole punching | Filipe Manana | 2019-02-27 | 1 | -2/+2 |
* | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-08 | 1 | -6/+10 |
|\ \
| |/
|/| |
|
| * | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei | 2019-02-15 | 1 | -3/+6 |
| * | btrfs: use mp_bvec_last_segment to get bio's last page | Ming Lei | 2019-02-15 | 1 | -2/+3 |
| * | btrfs: look at bi_size for repair decisions | Christoph Hellwig | 2019-02-15 | 1 | -1/+1 |
* | | btrfs: extent_io: Kill the forward declaration of flush_write_bio | Qu Wenruo | 2019-02-25 | 1 | -34/+32 |
* | | btrfs: Fix grossly misleading argument names in extent io search | Nikolay Borisov | 2019-02-25 | 1 | -8/+8 |
* | | btrfs: Remove EXTENT_FIRST_DELALLOC bit | Nikolay Borisov | 2019-02-25 | 1 | -2/+0 |
* | | btrfs: Remove unused arguments from btrfs_get_extent_fiemap | Nikolay Borisov | 2019-02-25 | 1 | -2/+1 |
|/ |
|
* | fs: don't open code lru_to_page() | Nikolay Borisov | 2019-01-04 | 1 | -2/+1 |
* | btrfs: Fix typos in comments and strings | Andrea Gelmini | 2018-12-17 | 1 | -2/+2 |
* | btrfs: Refactor main loop in extent_readpages | Nikolay Borisov | 2018-12-17 | 1 | -20/+14 |
* | btrfs: use offset_in_page instead of open-coding it | Johannes Thumshirn | 2018-12-17 | 1 | -29/+24 |
* | btrfs: remove always true if branch in find_delalloc_range | Lu Fengqi | 2018-12-17 | 1 | -16/+16 |
* | btrfs: Refactor btrfs_merge_bio_hook | Nikolay Borisov | 2018-12-17 | 1 | -2/+2 |
* | btrfs: don't initialize 'offset' in map_private_extent_buffer() | Johannes Thumshirn | 2018-12-17 | 1 | -1/+1 |
* | btrfs: Remove extent_io_ops::readpage_io_failed_hook | Nikolay Borisov | 2018-12-17 | 1 | -36/+35 |
* | btrfs: replace btrfs_io_bio::end_io with a simple helper | David Sterba | 2018-12-17 | 1 | -2/+1 |
* | btrfs: use EXPORT_FOR_TESTS for conditionally exported functions | Johannes Thumshirn | 2018-12-17 | 1 | -11/+2 |
* | btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range | Nikolay Borisov | 2018-12-17 | 1 | -1/+1 |
* | btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument | Nikolay Borisov | 2018-12-17 | 1 | -6/+5 |
* | btrfs: use tagged writepage to mitigate livelock of snapshot | Ethan Lien | 2018-12-17 | 1 | -2/+15 |
* | btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_... | Nikolay Borisov | 2018-12-17 | 1 | -7/+5 |
* | btrfs: Remove extent_page_data argument from writepage_delalloc | Nikolay Borisov | 2018-12-17 | 1 | -7/+4 |
* | btrfs: Move epd::extent_locked check to writepage_delalloc's caller | Nikolay Borisov | 2018-12-17 | 1 | -7/+8 |
* | btrfs: Adjust loop in free_extent_buffer | Nikolay Borisov | 2018-12-17 | 1 | -1/+3 |
* | btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing | Nikolay Borisov | 2018-12-17 | 1 | -11/+0 |
* | btrfs: Remove extent_io_ops::split_extent_hook callback | Nikolay Borisov | 2018-12-17 | 1 | -8/+2 |
* | btrfs: Remove extent_io_ops::merge_extent_hook callback | Nikolay Borisov | 2018-12-17 | 1 | -9/+8 |
* | btrfs: Remove extent_io_ops::clear_bit_hook callback | Nikolay Borisov | 2018-12-17 | 1 | -8/+4 |
* | btrfs: Remove extent_io_ops::set_bit_hook extent_io callback | Nikolay Borisov | 2018-12-17 | 1 | -8/+3 |
* | btrfs: Remove extent_io_ops::check_extent_io_range callback | Nikolay Borisov | 2018-12-17 | 1 | -3/+12 |
* | btrfs: Remove extent_io_ops::writepage_end_io_hook | Nikolay Borisov | 2018-12-17 | 1 | -21/+12 |
* | btrfs: Remove extent_io_ops::writepage_start_hook | Nikolay Borisov | 2018-12-17 | 1 | -13/+10 |
* | btrfs: Remove extent_io_ops::fill_delalloc | Nikolay Borisov | 2018-12-17 | 1 | -11/+9 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -7/+5 |
|\ |
|
| * | btrfs: Convert page cache to XArray | Matthew Wilcox | 2018-10-21 | 1 | -5/+3 |
| * | pagevec: Use xa_mark_t | Matthew Wilcox | 2018-10-21 | 1 | -2/+2 |
* | | btrfs: tests: add separate stub for find_lock_delalloc_range | David Sterba | 2018-10-15 | 1 | -1/+12 |
* | | Btrfs: skip set_page_dirty if eb pages are already dirty | Liu Bo | 2018-10-15 | 1 | -4/+5 |
* | | Btrfs: assert page dirty bit on extent buffer pages | Liu Bo | 2018-10-15 | 1 | -0/+6 |
* | | Btrfs: use next_state in find_first_extent_bit | Liu Bo | 2018-10-15 | 1 | -6/+1 |
|/ |
|
* | btrfs: readpages() should submit IO as read-ahead | Jens Axboe | 2018-08-17 | 1 | -1/+1 |
* | btrfs: drop extent_io_ops::set_range_writeback callback | David Sterba | 2018-08-06 | 1 | -9/+1 |
* | btrfs: drop extent_io_ops::merge_bio_hook callback | David Sterba | 2018-08-06 | 1 | -2/+2 |
* | btrfs: drop extent_io_ops::tree_fs_info callback | David Sterba | 2018-08-06 | 1 | -10/+4 |
* | btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED | Nikolay Borisov | 2018-08-06 | 1 | -5/+5 |
* | btrfs: Document locking requirement via lockdep_assert_held | Nikolay Borisov | 2018-08-06 | 1 | -1/+2 |
* | btrfs: rename btrfs_release_extent_buffer_page | David Sterba | 2018-08-06 | 1 | -4/+4 |