aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney
2018-05-30Btrfs: clean up resources during umount after trans is abortedLiu Bo
2018-05-22btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov
2018-04-26btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain
2018-02-25Btrfs: disable FUA if mounted with nobarrierOmar Sandoval
2017-09-29Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-26Btrfs: do not backup tree roots when fsyncLiu Bo
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-24Btrfs: fix blk_status_t/errno confusionOmar Sandoval
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-22btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg
2017-08-21btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi
2017-08-18btrfs: use appropriate define for the fsidAnand Jain
2017-08-16btrfs: drop chunk locks at the end of close_ctreeDavid Sterba
2017-08-16btrfs: fix spelling of snapshottingDavid Sterba
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba
2017-08-16btrfs: split write_dev_supers to two functionsDavid Sterba
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo
2017-08-15btrfs: Add zstd supportNick Terrell
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba
2017-06-21btrfs: preallocate device flush bioDavid Sterba
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20btrfs: move fs_info::fs_frozen to the flagsDavid Sterba
2017-06-19btrfs: wait part of the write_dev_flush() can be separated outAnand Jain
2017-06-19btrfs: remove redundant null bdev counting during flush submissionAnand Jain
2017-06-19btrfs: write_dev_flush does not return ENOMEM anymoreAnand Jain
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba
2017-06-19btrfs: btrfs_wait_tree_block_writeback can be void returnJeff Layton
2017-06-19btrfs: remove unused member list from btrfs_end_io_wqDavid Sterba
2017-06-19btrfs: remove unused member list from async_submit_bioDavid Sterba
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-06-19btrfs: Convert fs_info->free_chunk_space to atomic64_tNikolay Borisov
2017-06-19btrfs: add framework to handle device flush error as a volumeAnand Jain
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds