summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba
2017-06-19btrfs: pass bytes to btrfs_bio_allocDavid Sterba
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba
2017-06-19btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo
2017-06-19Btrfs: new helper btrfs_bio_clone_partialLiu Bo
2017-06-19Btrfs: use bio_clone_fast to clone our bioLiu Bo
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik
2017-06-19btrfs: remove inode argument from repair_io_failureJosef Bacik
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-05-16btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King
2017-05-16btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo
2017-04-18Btrfs: enable repair during read for raid56 profileLiu Bo
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova
2017-03-29Btrfs: bring back repair during readLiu Bo
2017-03-17Btrfs: fix regression in lock_delalloc_pagesLiu Bo
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov
2017-02-17btrfs: remove unused parameter from extent_write_cache_pagesDavid Sterba
2017-02-17btrfs: remove unused parameter from update_nr_writtenDavid Sterba
2017-02-17btrfs: remove unused parameter from submit_extent_pageDavid Sterba
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba
2017-02-17Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota
2017-02-17Btrfs: use helper to simplify lock/unlock pagesLiu Bo
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo
2017-02-14Btrfs: create helper for processing bits on contiguous pagesLiu Bo
2017-02-14Btrfs: cleanup unused cached_state in __extent_writepage_ioLiu Bo
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov
2017-02-14btrfs: drop gfp mask tweaking in try_release_extent_stateMichal Hocko
2017-02-14btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageMichal Hocko
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney