summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-141-26/+18Star
|\
| * 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/+2Star
* | 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/+2Star
|\|
| * Btrfs: do not reset bio->bi_ops while writing bioLiu Bo2017-09-261-3/+0Star
| * Btrfs: use the new helper wbc_to_write_flagsLiu Bo2017-09-261-3/+2Star
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-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/+41Star
|\ \ \ | | |/ | |/|
| * | 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/+3Star
| * | btrfs: struct-funcs, constify readersJeff Mahoney2017-08-161-13/+11Star
| |/
* / block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
|/
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-151-10/+9Star
|\
| * Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-141-6/+6
| * btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-141-4/+0Star
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+3
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-3/+3
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-3/+3
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-137/+108Star
|\ \ \ | | |/ | |/|
| * | btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo2017-06-291-16/+12Star
| * | btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-4/+4
| * | btrfs: add helper to initialize the non-bio part of btrfs_io_bioDavid Sterba2017-06-191-16/+14Star
| * | btrfs: pass bytes to btrfs_bio_allocDavid Sterba2017-06-191-3/+3
| * | btrfs: remove redundant parameters from btrfs_bio_allocDavid Sterba2017-06-191-6/+3Star
| * | btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-191-2/+2
| * | btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-5/+0Star
| * | btrfs: btrfs_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-3/+0Star
| * | btrfs: bioset allocations will never fail, adapt our helpersDavid Sterba2017-06-191-32/+20Star
| * | btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSETNikolay Borisov2017-06-191-1/+1
| * | Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo2017-06-191-3/+2Star
| * | Btrfs: change how we iterate bios in endioLiu Bo2017-06-191-0/+2
| * | Btrfs: new helper btrfs_bio_clone_partialLiu Bo2017-06-191-0/+18
| * | Btrfs: use bio_clone_fast to clone our bioLiu Bo2017-06-191-1/+1
| * | Btrfs: don't pass the inode through clean_io_failureJosef Bacik2017-06-191-23/+28
| * | btrfs: remove inode argument from repair_io_failureJosef Bacik2017-06-191-9/+7Star
| * | Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-37/+15Star
* | | btrfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+1
* | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+2
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-3/+123
|\| |
| * | btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2017-05-161-1/+1
| * | btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo2017-05-161-2/+122
* | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-10/+13
|/ /