aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-2/+2
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoGravatar Qu Wenruo 1-3/+3
2018-03-26btrfs: Use schedule_timeout_interruptibleGravatar Nikolay Borisov 1-3/+1
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Gravatar Anand Jain 1-8/+0
2018-03-26btrfs: Document consistency of transaction->io_bgs listGravatar Nikolay Borisov 1-0/+4
2018-03-26btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsGravatar Nikolay Borisov 1-9/+0
2018-03-26btrfs: manage thread_pool mount option as %uGravatar Anand Jain 1-2/+2
2018-03-26btrfs: print error if primary super block write failsGravatar Howard McLauchlan 1-1/+14
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2018-01-22btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPGravatar Anand Jain 1-2/+4
2018-01-22btrfs: define SUPER_FLAG_METADUMP_V2Gravatar Anand Jain 1-1/+2
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceGravatar Anand Jain 1-2/+2
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsGravatar David Sterba 1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTGravatar Anand Jain 1-3/+3
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGGravatar Anand Jain 1-2/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAGravatar Anand Jain 1-4/+4
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEGravatar Anand Jain 1-4/+8
2018-01-22btrfs: switch to on-stack csum buffer in csum_tree_blockGravatar David Sterba 1-13/+3
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesGravatar David Sterba 1-4/+4
2018-01-22btrfs: use non-RCU list traversal in write_all_supers calleesGravatar David Sterba 1-4/+5
2018-01-22btrfs: Don't generate UUID for non-fs treeGravatar Qu Wenruo 1-2/+3
2018-01-12error-injection: Add injectable error typesGravatar Masami Hiramatsu 1-1/+1
2018-01-12error-injection: Separate error-injection from kprobeGravatar Masami Hiramatsu 1-2/+2
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+2
2017-12-12btrfs: make open_ctree error injectableGravatar Josef Bacik 1-0/+2
2017-12-07Btrfs: disable FUA if mounted with nobarrierGravatar Omar Sandoval 1-7/+5
2017-11-28btrfs: tree-checker: Fix false panic for sanity testGravatar Qu Wenruo 1-2/+8
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