summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: add parent_transid parameter to veirfy_level_keyLiu Bo2018-05-301-6/+7
* Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-9/+0
* btrfs: Do super block verification before writing it to diskQu Wenruo2018-05-281-0/+43
* btrfs: Refactor btrfs_check_super_validQu Wenruo2018-05-281-4/+25
* btrfs: Move btrfs_check_super_valid() to avoid forward declarationQu Wenruo2018-05-281-150/+149
* btrfs: move btrfs_raid_group values to btrfs_raid_attr tableAnand Jain2018-05-281-1/+1
* btrfs: track running balance in a simpler wayDavid Sterba2018-05-281-1/+0
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-281-1/+0
* btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-171-11/+15
* btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-181-0/+1
* btrfs: Only check first key for committed tree blocksQu Wenruo2018-04-131-0/+8
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* Btrfs: clean up resources during umount after trans is abortedLiu Bo2018-04-121-1/+2
* Btrfs: print error messages when failing to read treesLiu Bo2018-03-311-9/+22
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-13/+82
* btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved spaceQu Wenruo2018-03-311-0/+1
* btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroupQu Wenruo2018-03-311-1/+0
* btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney2018-03-311-0/+2
* btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney2018-03-311-1/+1
* btrfs: remove max_active var from open_ctreeNikolay Borisov2018-03-311-3/+0
* btrfs: Use sizeof directly instead of a constant variableNikolay Borisov2018-03-311-3/+2
* btrfs: rename submit callbacks and drop double underscoresDavid Sterba2018-03-311-4/+4
* btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba2018-03-311-4/+2
* btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba2018-03-311-2/+0
* btrfs: separate types for submit_bio_start and submit_bio_doneDavid Sterba2018-03-311-4/+4
* btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devidsAnand Jain2018-03-261-4/+4
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-2/+2
* btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo2018-03-261-3/+3
* btrfs: Use schedule_timeout_interruptibleNikolay Borisov2018-03-261-3/+1
* btrfs: remove unused function btrfs_async_submit_limit()Anand Jain2018-03-261-8/+0
* btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-261-0/+4
* btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsNikolay Borisov2018-03-261-9/+0
* btrfs: manage thread_pool mount option as %uAnand Jain2018-03-261-2/+2
* btrfs: print error if primary super block write failsHoward McLauchlan2018-03-261-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+2
|\
| * error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-1/+1
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+2
| |\
| | * btrfs: make open_ctree error injectableJosef Bacik2017-12-121-0/+2
* | | btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-01-221-2/+4
* | | btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain2018-01-221-1/+2
* | | btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-221-2/+2
* | | btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-1/+1
* | | btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENTAnand Jain2018-01-221-3/+3
* | | btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-2/+2
* | | btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-4/+4
* | | btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-4/+8
* | | btrfs: switch to on-stack csum buffer in csum_tree_blockDavid Sterba2018-01-221-13/+3
* | | btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-221-4/+4