aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27btrfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+2
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-3/+123
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-10/+13
2017-05-16btrfs: fix incorrect error return ret being passed to mapping_set_errorGravatar Colin Ian King 1-1/+1
2017-05-16btrfs: fiemap: Cache and merge fiemap extent before submit it to userGravatar Qu Wenruo 1-2/+122
2017-04-18Btrfs: enable repair during read for raid56 profileGravatar Liu Bo 1-13/+27
2017-04-18Btrfs: create a helper for getting chunk mapGravatar Liu Bo 1-2/+1
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-7/+7
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-03-29Btrfs: bring back repair during readGravatar Liu Bo 1-18/+28
2017-03-17Btrfs: fix regression in lock_delalloc_pagesGravatar Liu Bo 1-1/+2
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksGravatar David Sterba 1-1/+1
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksGravatar David Sterba 1-4/+3
2017-02-28btrfs: let writepage_end_io_hook return voidGravatar David Sterba 1-6/+3
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 1-3/+3
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2017-02-28btrfs: make clean_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-10/+11
2017-02-28btrfs: make repair_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-6/+7
2017-02-28btrfs: make free_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-7/+7
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2017-02-17btrfs: remove unused parameter from extent_write_cache_pagesGravatar David Sterba 1-4/+2
2017-02-17btrfs: remove unused parameter from update_nr_writtenGravatar David Sterba 1-4/+4
2017-02-17btrfs: remove unused parameter from submit_extent_pageGravatar David Sterba 1-9/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureGravatar David Sterba 1-1/+1
2017-02-17Btrfs: add another missing end_page_writeback on submit_extent_page failureGravatar Takafumi Kubota 1-2/+6
2017-02-17Btrfs: use helper to simplify lock/unlock pagesGravatar Liu Bo 1-64/+10
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationGravatar Liu Bo 1-6/+42
2017-02-14Btrfs: create helper for processing bits on contiguous pagesGravatar Liu Bo 1-15/+22
2017-02-14Btrfs: cleanup unused cached_state in __extent_writepage_ioGravatar Liu Bo 1-8/+1
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsGravatar David Sterba 1-5/+5
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-14btrfs: drop gfp mask tweaking in try_release_extent_stateGravatar Michal Hocko 1-2/+0
2017-02-14btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepageGravatar Michal Hocko 1-0/+5
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-43/+69
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+7
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-1/+1
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-5/+3
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-10/+15
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-21/+9
2016-11-30btrfs: add optimized version of eb to eb copyGravatar David Sterba 1-0/+14
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-5/+5
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferGravatar David Sterba 1-1/+1
2016-11-30btrfs: introduce helpers for updating eb uuidsGravatar David Sterba 1-0/+21
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockGravatar Christoph Hellwig 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-9/+7
2016-10-24Btrfs: remove some no-op castsGravatar Dan Carpenter 1-4/+4
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 1-18/+46
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsGravatar Omar Sandoval 1-18/+46