summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: disable FUA if mounted with nobarrierOmar Sandoval2017-12-071-7/+5
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2017-11-281-2/+8
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-011-4/+6
* btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-10/+8
* btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-301-1/+1
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-6/+6
* Btrfs: add a extent ref verify toolJosef Bacik2017-10-301-0/+6
* Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo2017-10-301-24/+0
* Btrfs: remove nr_async_biosLiu Bo2017-10-301-1/+0
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2017-10-301-281/+4
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2017-10-301-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2017-10-301-0/+103
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2017-10-301-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2017-10-301-23/+27
* Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo2017-10-301-4/+2
* Btrfs: make plug in writing meta blocks really workLiu Bo2017-10-301-2/+4
* btrfs: copy fsid to super_block s_uuidAnand Jain2017-10-301-0/+1
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-1/+8
|\
| * Btrfs: do not backup tree roots when fsyncLiu Bo2017-09-261-1/+8
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-6/+6
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-6/+6
* | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-0/+2
|\ \ \
| * | | btrfs: Add zstd supportNick Terrell2017-08-151-0/+2
| |/ /
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-148/+94
|\ \ \ | | |/ | |/|
| * | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-221-2/+3
| * | btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-4/+2
| * | btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi2017-08-211-1/+1
| * | btrfs: use appropriate define for the fsidAnand Jain2017-08-181-3/+3
| * | btrfs: drop chunk locks at the end of close_ctreeDavid Sterba2017-08-161-2/+0
| * | btrfs: fix spelling of snapshottingDavid Sterba2017-08-161-1/+1
| * | btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-5/+6
| * | btrfs: split write_dev_supers to two functionsDavid Sterba2017-08-161-56/+73
| * | btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba2017-08-161-1/+1
| * | btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-161-54/+0
| * | btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo2017-08-161-13/+3
| * | btrfs: Do chunk level check for degraded rw mountQu Wenruo2017-08-161-8/+3
| |/
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/
* | Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-241-2/+2
|/
* Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-0/+1
|\
| * btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-141-0/+1
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-6/+6
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-6/+6
* | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-96/+98
|\ \ \ | | |/ | |/|
| * | btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba2017-06-211-8/+3
| * | btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba2017-06-211-1/+1
| * | btrfs: preallocate device flush bioDavid Sterba2017-06-211-18/+7
| * | btrfs: move fs_info::fs_frozen to the flagsDavid Sterba2017-06-201-1/+0
| * | btrfs: wait part of the write_dev_flush() can be separated outAnand Jain2017-06-191-28/+31
| * | btrfs: remove redundant null bdev counting during flush submissionAnand Jain2017-06-191-5/+2
OpenPOWER on IntegriCloud