aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo1-0/+1
2018-04-13btrfs: Only check first key for committed tree blocksQu Wenruo1-0/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-04-12Btrfs: clean up resources during umount after trans is abortedLiu Bo1-1/+2
2018-03-31Btrfs: print error messages when failing to read treesLiu Bo1-9/+22
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-13/+82
2018-03-31btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved spaceQu Wenruo1-0/+1
2018-03-31btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroupQu Wenruo1-1/+0
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney1-0/+2
2018-03-31btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2018-03-31btrfs: remove max_active var from open_ctreeNikolay Borisov1-3/+0
2018-03-31btrfs: Use sizeof directly instead of a constant variableNikolay Borisov1-3/+2
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba1-4/+4
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba1-4/+2
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba1-2/+0
2018-03-31btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba1-4/+4
2018-03-26btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain1-4/+4
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-2/+2
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo1-3/+3
2018-03-26btrfs: Use schedule_timeout_interruptibleNikolay Borisov1-3/+1
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Anand Jain1-8/+0
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov1-0/+4
2018-03-26btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsNikolay Borisov1-9/+0
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain1-2/+2
2018-03-26btrfs: print error if primary super block write failsHoward McLauchlan1-1/+14
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2018-01-22btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain1-2/+4
2018-01-22btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain1-1/+2
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain1-2/+2
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain1-3/+3
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain1-2/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain1-4/+4
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain1-4/+8
2018-01-22btrfs: switch to on-stack csum buffer in csum_tree_blockDavid Sterba1-13/+3
2018-01-22btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba1-4/+4
2018-01-22btrfs: use non-RCU list traversal in write_all_supers calleesDavid Sterba1-4/+5
2018-01-22btrfs: Don't generate UUID for non-fs treeQu Wenruo1-2/+3
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