summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: use round_up wrapper in num_extent_pagesDavid Sterba2018-08-061-2/+2
* btrfs: pass only eb to num_extent_pagesDavid Sterba2018-08-061-3/+3
* btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-281-2/+1
* btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-281-3/+2
* btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-281-3/+1
* btrfs: remove unused le_test_bit()Howard McLauchlan2018-05-281-5/+0
* btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan2018-05-281-3/+0
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-2/+4
* btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba2018-03-311-2/+1
* btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba2018-03-311-2/+1
* btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba2018-03-311-0/+9
* btrfs: drop extern from function declarationsDavid Sterba2018-03-261-2/+2
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain2018-03-261-1/+5
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-22/+26
|\
| * btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-2/+2
| * btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba2018-01-221-0/+7
| * btrfs: sink extent_write_full_page tree argumentNikolay Borisov2018-01-221-2/+1
| * btrfs: sink extent_write_locked_range tree parameterNikolay Borisov2018-01-221-2/+2
| * btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-221-1/+1
| * btrfs: sink get_extent parameter to extent_readpagesDavid Sterba2018-01-221-2/+1
| * btrfs: sink get_extent parameter to extent_fiemapDavid Sterba2018-01-221-1/+1
| * btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-221-1/+0
| * btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-221-2/+1
| * btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-221-1/+0
| * btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba2018-01-221-2/+2
| * btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-6/+4
| * btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba2018-01-221-4/+8
* | btrfs: avoid access to .bi_vcnt directlyMing Lei2018-01-061-1/+1
|/
* Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-3/+5
|\
| * Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-2/+3
| * Btrfs: add write_flags for compression bioLiu Bo2017-11-151-1/+2
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-141-1/+0
|\|
| * Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo2017-10-301-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* btrfs: struct-funcs, constify readersJeff Mahoney2017-08-161-10/+9
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-2/+2
|\
| * Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-141-2/+2
* | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-23/+63
|\|
| * btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-0/+34
| * btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo2017-06-291-1/+1
| * btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-1/+1
| * btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-191-1/+1
| * btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-191-3/+1
| * btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-191-1/+1
| * Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo2017-06-191-2/+1
| * Btrfs: new helper btrfs_bio_clone_partialLiu Bo2017-06-191-0/+2
| * Btrfs: don't pass the inode through clean_io_failureJosef Bacik2017-06-191-3/+7
| * btrfs: remove inode argument from repair_io_failureJosef Bacik2017-06-191-3/+3
| * Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-9/+12