aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu1-1/+1
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-2/+2
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2017-12-12btrfs: make open_ctree error injectableJosef Bacik1-0/+2
2017-12-07Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-7/+5
2017-11-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo1-2/+8
2017-11-01btrfs: track refs in a rb_tree instead of a listJosef Bacik1-4/+6
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik1-10/+8
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
2017-10-30btrfs: remove delayed_ref_node from ref_headJosef Bacik1-6/+6
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik1-0/+6
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo1-24/+0
2017-10-30Btrfs: remove nr_async_biosLiu Bo1-1/+0
2017-10-30btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo1-281/+4
2017-10-30btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2017-10-30btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2017-10-30btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2017-10-30btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo1-4/+2
2017-10-30Btrfs: make plug in writing meta blocks really workLiu Bo1-2/+4
2017-10-30btrfs: copy fsid to super_block s_uuidAnand Jain1-0/+1
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+8
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo1-1/+8
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-148/+94
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba1-2/+3
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-4/+2
2017-08-21btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi1-1/+1
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-3/+3
2017-08-16btrfs: drop chunk locks at the end of close_ctreeDavid Sterba1-2/+0
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-5/+6
2017-08-16btrfs: split write_dev_supers to two functionsDavid Sterba1-56/+73
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-1/+1
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo1-54/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo1-13/+3
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo1-8/+3
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-6/+6
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba1-0/+1
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-96/+98
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba1-1/+1
2017-06-21btrfs: preallocate device flush bioDavid Sterba1-18/+7