aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi1-1/+1
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba1-12/+16
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov1-1/+0
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana1-2/+2
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn1-4/+3
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov1-1/+1
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov1-6/+0
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov1-3/+0
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov1-3/+0
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov1-2/+0
2018-12-17btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov1-2/+0
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov1-2/+0
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov1-1/+0
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov1-5/+0
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba1-1/+1
2018-10-15Btrfs: skip set_page_dirty if eb pages are already dirtyLiu Bo1-1/+1
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba1-1/+0
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba1-3/+0
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba1-1/+0
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba1-3/+0
2018-08-06btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPEDNikolay Borisov1-1/+1
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba1-1/+1
2018-08-06btrfs: use round_up wrapper in num_extent_pagesDavid Sterba1-2/+2
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba1-3/+3
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov1-2/+1
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov1-3/+2
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov1-3/+1
2018-05-28btrfs: remove unused le_test_bit()Howard McLauchlan1-5/+0
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan1-3/+0
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-2/+4
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba1-2/+1
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba1-2/+1
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba1-0/+9
2018-03-26btrfs: drop extern from function declarationsDavid Sterba1-2/+2
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain1-1/+5
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-22/+26
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-2/+2
2018-01-22btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba1-0/+7
2018-01-22btrfs: sink extent_write_full_page tree argumentNikolay Borisov1-2/+1
2018-01-22btrfs: sink extent_write_locked_range tree parameterNikolay Borisov1-2/+2
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_readpagesDavid Sterba1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_fiemapDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba1-1/+0
2018-01-22btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_writepagesDavid Sterba1-1/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba1-2/+2
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-6/+4