aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: struct-funcs, constify readersGravatar Jeff Mahoney 1-10/+9
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorGravatar Liu Bo 1-2/+2
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-23/+63
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsGravatar Qu Wenruo 1-0/+34
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataGravatar Qu Wenruo 1-1/+1
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 1-1/+1
2017-06-19btrfs: pass bytes to btrfs_bio_allocGravatar David Sterba 1-1/+1
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocGravatar David Sterba 1-3/+1
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneGravatar David Sterba 1-1/+1
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialGravatar Liu Bo 1-2/+1
2017-06-19Btrfs: new helper btrfs_bio_clone_partialGravatar Liu Bo 1-0/+2
2017-06-19Btrfs: don't pass the inode through clean_io_failureGravatar Josef Bacik 1-3/+7
2017-06-19btrfs: remove inode argument from repair_io_failureGravatar Josef Bacik 1-3/+3
2017-06-19Btrfs: replace tree->mapping with tree->private_dataGravatar Josef Bacik 1-9/+12
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-3/+3
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Chris Mason 1-1/+4
2017-04-26Btrfs: fix reported number of inode blocksGravatar Filipe Manana 1-0/+1
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeGravatar Filipe Manana 1-1/+3
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksGravatar David Sterba 1-1/+1
2017-02-28btrfs: document existence of extent_io ops callbacksGravatar David Sterba 1-7/+16
2017-02-28btrfs: let writepage_end_io_hook return voidGravatar David Sterba 1-1/+1
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeGravatar Nikolay Borisov 1-2/+4
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-28btrfs: make clean_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2017-02-28btrfs: make repair_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-4/+4
2017-02-28btrfs: make free_io_failure take btrfs_inodeGravatar Nikolay Borisov 1-1/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureGravatar David Sterba 1-1/+1
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationGravatar Liu Bo 1-1/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-2/+2
2016-11-30btrfs: add optimized version of eb to eb copyGravatar David Sterba 1-0/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-2/+2
2016-11-30btrfs: introduce helpers for updating eb uuidsGravatar David Sterba 1-0/+3
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 1-0/+22
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsGravatar Omar Sandoval 1-0/+22
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesGravatar Josef Bacik 1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 1-1/+1
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyGravatar Wang Xiaoguang 1-0/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2016-06-07btrfs: use bio fields for op and flagsGravatar Mike Christie 1-4/+4
2016-06-02Btrfs: self-tests: Support non-4k page sizeGravatar Feifei Xu 1-2/+2
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-17/+17
2016-05-06btrfs: kill unused writepage_io_hook callbackGravatar David Sterba 1-1/+0
2016-04-29btrfs: sink gfp parameter to convert_extent_bitGravatar David Sterba 1-1/+1
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsGravatar David Sterba 1-2/+1
2016-04-29btrfs: sink gfp parameter to set_extent_newGravatar David Sterba 1-2/+3