aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: add helper to describe block group flagsAnand Jain3-27/+58
2018-12-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana1-4/+10
2018-12-17Btrfs: fix access to available allocation bits when starting balanceFilipe Manana1-16/+23
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana3-6/+12
2018-12-17btrfs: Handle final split-brain possibility during fsid changeNikolay Borisov1-11/+53
2018-12-17btrfs: Handle one more split-brain scenario during fsid changeNikolay Borisov1-4/+73
2018-12-17btrfs: add members to fs_devices to track fsid changesNikolay Borisov2-1/+13
2018-12-17btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov1-3/+12
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov9-26/+23
2018-12-17btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov1-0/+14
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov8-28/+104
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn4-25/+20
2018-12-17btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn1-0/+10
2018-12-17btrfs: remove unused drop_on_err in btrfs_mkdirJohannes Thumshirn1-3/+0
2018-12-17btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_rangeNikolay Borisov1-1/+1
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov3-12/+11
2018-12-17btrfs: Remove superfluous check form btrfs_remove_chunkNikolay Borisov1-7/+5
2018-12-17btrfs: don't report user-requested cancel as an errorAnand Jain1-1/+2
2018-12-17btrfs: silence warning if replace is canceledAnand Jain1-2/+2
2018-12-17btrfs: dev-replace: add explicit check for replace result "no error"Anand Jain1-2/+3
2018-12-17btrfs: dev-replace: replace's scrub must not be running in suspended stateAnand Jain1-1/+3
2018-12-17btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain1-7/+14
2018-12-17btrfs: fix use-after-free due to race between replace start and cancelAnand Jain1-22/+41
2018-12-17btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain1-0/+4
2018-12-17btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain1-0/+2
2018-12-17btrfs: mark btrfs_dev_replace_start as staticAnand Jain2-4/+1
2018-12-17btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain1-0/+29
2018-12-17btrfs: introduce nparity raid_attrHans van Kranenburg2-7/+13
2018-12-17btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg1-2/+2
2018-12-17btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg1-9/+7
2018-12-17btrfs: alloc_chunk: improve chunk size variable nameHans van Kranenburg1-5/+5
2018-12-17btrfs: alloc_chunk: do not refurbish num_bytesHans van Kranenburg1-4/+3
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien5-8/+25
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_orderedNikolay Borisov4-14/+11
2018-12-17btrfs: Remove extent_page_data argument from writepage_delallocNikolay Borisov1-7/+4
2018-12-17btrfs: Move epd::extent_locked check to writepage_delalloc's callerNikolay Borisov1-7/+8
2018-12-17btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov1-7/+2
2018-12-17btrfs: remove redundant replace_state initAnand Jain1-1/+0
2018-12-17Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana2-21/+0
2018-12-17Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana1-14/+2
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov3-9/+3
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2-12/+5
2018-12-17btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafNikolay Borisov1-6/+1
2018-12-17btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov1-2/+0
2018-12-17btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov1-1/+0
2018-12-17btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov1-1/+0
2018-12-17btrfs: Remove needless tree locking in iterate_inode_extrefsNikolay Borisov1-5/+0
2018-12-17btrfs: Remove needless tree locking in iterate_inode_refsNikolay Borisov1-4/+0
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo1-2/+3
2018-12-17Btrfs: support swap filesOmar Sandoval1-0/+340