aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01btrfs: track refs in a rb_tree instead of a listGravatar Josef Bacik 1-4/+6
2017-11-01btrfs: make the delalloc block rsv per inodeGravatar Josef Bacik 1-10/+8
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsGravatar Nikolay Borisov 1-1/+1
2017-10-30btrfs: remove delayed_ref_node from ref_headGravatar Josef Bacik 1-6/+6
2017-10-30Btrfs: add a extent ref verify toolGravatar Josef Bacik 1-0/+6
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingGravatar Liu Bo 1-24/+0
2017-10-30Btrfs: remove nr_async_biosGravatar Liu Bo 1-1/+0
2017-10-30btrfs: Move leaf and node validation checker to tree-checker.cGravatar Qu Wenruo 1-281/+4
2017-10-30btrfs: Add checker for EXTENT_CSUMGravatar Qu Wenruo 1-0/+24
2017-10-30btrfs: Add sanity check for EXTENT_DATA when reading out leafGravatar Qu Wenruo 1-0/+103
2017-10-30btrfs: Check if item pointer overlaps with the item itselfGravatar Qu Wenruo 1-0/+7
2017-10-30btrfs: Refactor check_leaf function for later expansionGravatar Qu Wenruo 1-23/+27
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeGravatar Liu Bo 1-4/+2
2017-10-30Btrfs: make plug in writing meta blocks really workGravatar Liu Bo 1-2/+4
2017-10-30btrfs: copy fsid to super_block s_uuidGravatar Anand Jain 1-0/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+8
2017-09-26Btrfs: do not backup tree roots when fsyncGravatar Liu Bo 1-1/+8
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+6
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-148/+94
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionGravatar Omar Sandoval 1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIOGravatar David Sterba 1-2/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeGravatar Hans van Kranenburg 1-4/+2
2017-08-21btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushGravatar Lu Fengqi 1-1/+1
2017-08-18btrfs: use appropriate define for the fsidGravatar Anand Jain 1-3/+3
2017-08-16btrfs: drop chunk locks at the end of close_ctreeGravatar David Sterba 1-2/+0
2017-08-16btrfs: fix spelling of snapshottingGravatar David Sterba 1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-5/+6
2017-08-16btrfs: split write_dev_supers to two functionsGravatar David Sterba 1-56/+73
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentGravatar David Sterba 1-1/+1
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresGravatar Qu Wenruo 1-54/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkGravatar Qu Wenruo 1-13/+3
2017-08-16btrfs: Do chunk level check for degraded rw mountGravatar Qu Wenruo 1-8/+3
2017-08-15btrfs: Add zstd supportGravatar Nick Terrell 1-0/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-6/+6
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allGravatar David Sterba 1-0/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-6/+6
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-96/+98
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushGravatar David Sterba 1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionGravatar David Sterba 1-1/+1
2017-06-21btrfs: preallocate device flush bioGravatar David Sterba 1-18/+7
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-6/+6
2017-06-20btrfs: move fs_info::fs_frozen to the flagsGravatar David Sterba 1-1/+0
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outGravatar Anand Jain 1-28/+31
2017-06-19btrfs: remove redundant null bdev counting during flush submissionGravatar Anand Jain 1-5/+2
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreGravatar Anand Jain 1-33/+5
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 1-1/+1