summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid 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: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo
2017-06-19Btrfs: new helper btrfs_bio_clone_partialLiu 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-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: document existence of 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-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-06-07btrfs: use bio fields for op and flagsMike Christie
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba