aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney1-10/+9
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+2
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo1-2/+2
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-23/+63
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo1-0/+34
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo1-1/+1
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba1-1/+1
2017-06-19btrfs: pass bytes to btrfs_bio_allocDavid Sterba1-1/+1
2017-06-19btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba1-3/+1
2017-06-19btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba1-1/+1
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo1-2/+1
2017-06-19Btrfs: new helper btrfs_bio_clone_partialLiu Bo1-0/+2
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik1-3/+7
2017-06-19btrfs: remove inode argument from repair_io_failureJosef Bacik1-3/+3
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-9/+12
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-04-27Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.12Chris Mason1-1/+4
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-0/+1
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana1-1/+3
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova1-1/+2
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba1-1/+1
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba1-7/+16
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba1-1/+1
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov1-2/+4
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov1-1/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba1-1/+1
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo1-1/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-2/+2
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba1-0/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-2/+2
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba1-0/+3
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-0/+22
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval1-0/+22
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-0/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-06-07btrfs: use bio fields for op and flagsMike Christie1-4/+4
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-2/+2
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-17/+17
2016-05-06btrfs: kill unused writepage_io_hook callbackDavid Sterba1-1/+0
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba1-2/+1
2016-04-29btrfs: sink gfp parameter to set_extent_newDavid Sterba1-2/+3