summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-2/+4
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba1-2/+1
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba1-2/+1
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba1-0/+9
2018-03-26btrfs: drop extern from function declarationsDavid Sterba1-2/+2
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain1-1/+5
2018-01-30Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-22/+26
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-2/+2
2018-01-22btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba1-0/+7
2018-01-22btrfs: sink extent_write_full_page tree argumentNikolay Borisov1-2/+1
2018-01-22btrfs: sink extent_write_locked_range tree parameterNikolay Borisov1-2/+2
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_readpagesDavid Sterba1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_fiemapDavid Sterba1-1/+1
2018-01-22btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba1-1/+0
2018-01-22btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba1-2/+1
2018-01-22btrfs: sink get_extent parameter to extent_writepagesDavid Sterba1-1/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba1-2/+2
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-6/+4
2018-01-22btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba1-4/+8
2018-01-06btrfs: avoid access to .bi_vcnt directlyMing Lei1-1/+1
2017-11-30Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+5
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana1-2/+3
2017-11-15Btrfs: add write_flags for compression bioLiu Bo1-1/+2
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo1-1/+0
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney1-10/+9
2017-07-15Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo1-2/+2
2017-07-06Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-28Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris 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