summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-6/+4
* btrfs: add separate helper for unlock_extent_cached with GFP_ATOMICDavid Sterba2018-01-221-1/+1
* btrfs: Remove redundant bio_get/bio_set pair from submit_one_bioNikolay Borisov2018-01-221-2/+0
* btrfs: unify extent_page_data type passed as voidDavid Sterba2018-01-221-10/+7
* btrfs: sink writepage parameter to extent_write_cache_pagesDavid Sterba2018-01-221-5/+4
* btrfs: sink flush_fn to extent_write_cache_pagesDavid Sterba2018-01-221-6/+4
* btrfs: merge two flush_write_bio helpersDavid Sterba2018-01-221-11/+8
* btrfs: sink extent_write_full_page tree argumentNikolay Borisov2018-01-221-3/+2
* btrfs: sink extent_write_locked_range tree parameterNikolay Borisov2018-01-221-2/+3
* btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+2
* btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-3/+1
* btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-221-3/+3
* btrfs: sink get_extent parameter to __do_contiguous_readpagesDavid Sterba2018-01-221-6/+4
* btrfs: sink get_extent parameter to __extent_readpagesDavid Sterba2018-01-221-7/+8
* btrfs: sink get_extent parameter to extent_readpagesDavid Sterba2018-01-221-6/+5
* btrfs: sink get_extent parameter to get_extent_skip_holesDavid Sterba2018-01-221-8/+5
* btrfs: sink get_extent parameter to extent_fiemapDavid Sterba2018-01-221-3/+3
* btrfs: drop get_extent from extent_page_dataDavid Sterba2018-01-221-6/+1
* btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-221-2/+1
* btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-221-3/+2
* btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-221-2/+1
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-5/+5
* btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba2018-01-221-3/+3
* btrfs: Remove redundant mirror_num argNikolay Borisov2018-01-221-9/+7
* Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-1/+1
|\
| * Btrfs: add write_flags for compression bioLiu Bo2017-11-151-1/+1
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-3/+3
* | btrfs: use pagevec_lookup_range_tag()Jan Kara2017-11-151-15/+4
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-141-26/+18
|\|
| * btrfs: get rid of sector_t and use u64 offset in submit_extent_pageDavid Sterba2017-10-301-11/+12
| * btrfs: rename page offset parameter in submit_extent_pageDavid Sterba2017-10-301-4/+4
| * Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo2017-10-301-11/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-061-1/+1
|\
| * btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-041-1/+1
* | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-6/+2
|\|
| * Btrfs: do not reset bio->bi_ops while writing bioLiu Bo2017-09-261-3/+0
| * Btrfs: use the new helper wbc_to_write_flagsLiu Bo2017-09-261-3/+2
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+2
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-51/+41
|\ \ \ | | |/ | |/|
| * | Btrfs: fix out of bounds array access while reading extent bufferLiu Bo2017-08-211-8/+12
| * | btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_pageDavid Sterba2017-08-161-6/+8
| * | btrfs: cleanup types storing REQ_*David Sterba2017-08-161-6/+8
| * | btrfs: Remove unused parameters from volume.c functionsNikolay Borisov2017-08-161-1/+1
| * | btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-161-19/+3
| * | btrfs: struct-funcs, constify readersJeff Mahoney2017-08-161-13/+11
| |/
* / block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
|/