summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-181-1/+1
* btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-9/+1Star
* btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-061-2/+2
* btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-061-10/+4Star
* btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov2018-08-061-5/+5
* btrfs: Document locking requirement via lockdep_assert_heldNikolay Borisov2018-08-061-1/+2
* btrfs: rename btrfs_release_extent_buffer_pageDavid Sterba2018-08-061-4/+4
* btrfs: Refactor loop in btrfs_release_extent_buffer_pageNikolay Borisov2018-08-061-9/+6Star
* btrfs: Reword dodgy comments in alloc_extent_bufferNikolay Borisov2018-08-061-9/+8Star
* btrfs: Simplify page unlocking in alloc_extent_bufferNikolay Borisov2018-08-061-7/+2Star
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
* btrfs: switch types to int when counting eb pagesDavid Sterba2018-08-061-22/+22
* btrfs: pass only eb to num_extent_pagesDavid Sterba2018-08-061-15/+15
* Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-221-2/+5
|\
| * Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-07-191-2/+5
* | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-261-1/+4
|\|
| * Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana2018-06-211-1/+4
* | Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-151-3/+1Star
|\|
| * Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko2018-06-071-3/+1Star
* | Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-06-041-52/+10Star
|\|
| * btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-281-3/+2Star
| * btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-281-3/+3
| * btrfs: Remove map argument from try_release_extent_stateNikolay Borisov2018-05-281-3/+2Star
| * btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-281-3/+3
| * btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan2018-05-281-40/+0Star
* | btrfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-14/+11Star
|/
* Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-161-0/+1
|\
| * btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-0/+1
* | page cache: use xa_lockMatthew Wilcox2018-04-111-8/+8
|/
* btrfs: lift errors from add_extent_changeset to the callersDavid Sterba2018-03-311-8/+11
* btrfs: document more parameters of submit_extent_pageDavid Sterba2018-03-311-0/+12
* btrfs: cleanup merging conditions in submit_extent_pageDavid Sterba2018-03-311-17/+9Star
* btrfs: remove redundant variable in __do_readpageDavid Sterba2018-03-311-3/+1Star
* btrfs: assume that bio_ret is always valid in submit_extent_pageDavid Sterba2018-03-311-5/+5
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain2018-03-261-5/+0Star
* Btrfs: enhance leak debug checker for extent state and extent bufferLiu Bo2018-03-261-2/+2
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-86/+57Star
|\
| * btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-6/+4Star
| * btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba2018-01-221-1/+1
| * btrfs: Remove redundant bio_get/bio_set pair from submit_one_bioNikolay Borisov2018-01-221-2/+0Star
| * btrfs: unify extent_page_data type passed as voidDavid Sterba2018-01-221-10/+7Star
| * btrfs: sink writepage parameter to extent_write_cache_pagesDavid Sterba2018-01-221-5/+4Star
| * btrfs: sink flush_fn to extent_write_cache_pagesDavid Sterba2018-01-221-6/+4Star
| * btrfs: merge two flush_write_bio helpersDavid Sterba2018-01-221-11/+8Star
| * btrfs: sink extent_write_full_page tree argumentNikolay Borisov2018-01-221-3/+2Star
| * btrfs: sink extent_write_locked_range tree parameterNikolay Borisov2018-01-221-2/+3
| * btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+2
| * btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-3/+1Star
| * btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-221-3/+3