aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-7/+5
2018-10-21btrfs: Convert page cache to XArrayGravatar Matthew Wilcox 1-5/+3
2018-10-21pagevec: Use xa_mark_tGravatar Matthew Wilcox 1-2/+2
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeGravatar David Sterba 1-1/+12
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyGravatar Liu Bo 1-4/+5
2018-10-15Btrfs: assert page dirty bit on extent buffer pagesGravatar Liu Bo 1-0/+6
2018-10-15Btrfs: use next_state in find_first_extent_bitGravatar Liu Bo 1-6/+1
2018-08-17btrfs: readpages() should submit IO as read-aheadGravatar Jens Axboe 1-1/+1
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackGravatar David Sterba 1-9/+1
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackGravatar David Sterba 1-2/+2
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackGravatar David Sterba 1-10/+4
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDGravatar Nikolay Borisov 1-5/+5
2018-08-06btrfs: Document locking requirement via lockdep_assert_heldGravatar Nikolay Borisov 1-1/+2
2018-08-06btrfs: rename btrfs_release_extent_buffer_pageGravatar David Sterba 1-4/+4
2018-08-06btrfs: Refactor loop in btrfs_release_extent_buffer_pageGravatar Nikolay Borisov 1-9/+6
2018-08-06btrfs: Reword dodgy comments in alloc_extent_bufferGravatar Nikolay Borisov 1-9/+8
2018-08-06btrfs: Simplify page unlocking in alloc_extent_bufferGravatar Nikolay Borisov 1-7/+2
2018-08-06btrfs: open-code bio_set_op_attrsGravatar David Sterba 1-1/+1
2018-08-06btrfs: switch types to int when counting eb pagesGravatar David Sterba 1-22/+22
2018-08-06btrfs: pass only eb to num_extent_pagesGravatar David Sterba 1-15/+15
2018-07-21Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+5
2018-07-19Btrfs: fix file data corruption after cloning a range and fsyncGravatar Filipe Manana 1-2/+5
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+4
2018-06-21Btrfs: fix physical offset reported by fiemap for inline extentsGravatar Filipe Manana 1-1/+4
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+1
2018-06-07Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroGravatar Robbie Ko 1-3/+1
2018-06-04Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-52/+10
2018-05-30btrfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-14/+11
2018-05-28btrfs: Remove tree argument from extent_writepagesGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesGravatar Nikolay Borisov 1-3/+3
2018-05-28btrfs: Remove map argument from try_release_extent_stateGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingGravatar Nikolay Borisov 1-3/+3
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Gravatar Howard McLauchlan 1-40/+0
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-0/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-8/+8
2018-03-31btrfs: lift errors from add_extent_changeset to the callersGravatar David Sterba 1-8/+11
2018-03-31btrfs: document more parameters of submit_extent_pageGravatar David Sterba 1-0/+12
2018-03-31btrfs: cleanup merging conditions in submit_extent_pageGravatar David Sterba 1-17/+9
2018-03-31btrfs: remove redundant variable in __do_readpageGravatar David Sterba 1-3/+1
2018-03-31btrfs: assume that bio_ret is always valid in submit_extent_pageGravatar David Sterba 1-5/+5
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-03-26btrfs: extent_buffer_uptodate() make it static and inlineGravatar Anand Jain 1-5/+0
2018-03-26Btrfs: enhance leak debug checker for extent state and extent bufferGravatar Liu Bo 1-2/+2
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-86/+57
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsGravatar David Sterba 1-6/+4
2018-01-22btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICGravatar David Sterba 1-1/+1
2018-01-22btrfs: Remove redundant bio_get/bio_set pair from submit_one_bioGravatar Nikolay Borisov 1-2/+0
2018-01-22btrfs: unify extent_page_data type passed as voidGravatar David Sterba 1-10/+7
2018-01-22btrfs: sink writepage parameter to extent_write_cache_pagesGravatar David Sterba 1-5/+4