summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: replace async_cow::root with fs_infoDavid Sterba2018-12-171-6/+3
* btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-12-172-24/+17
* btrfs: balance: print to system log when balance ends or is pausedAnand Jain2018-12-171-0/+7
* btrfs: balance: print args during start and resumeAnand Jain2018-12-171-3/+158
* btrfs: add helper to describe block group flagsAnand Jain2018-12-173-27/+58
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2018-12-171-4/+10
* Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2018-12-171-16/+23
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2018-12-173-6/+12
* btrfs: Handle final split-brain possibility during fsid changeNikolay Borisov2018-12-171-11/+53
* btrfs: Handle one more split-brain scenario during fsid changeNikolay Borisov2018-12-171-4/+73
* btrfs: add members to fs_devices to track fsid changesNikolay Borisov2018-12-172-1/+13
* btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov2018-12-171-3/+12
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-178-25/+22
* btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov2018-12-171-0/+14
* btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-176-28/+102
* btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn2018-12-174-25/+20
* btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn2018-12-171-0/+10
* btrfs: remove unused drop_on_err in btrfs_mkdirJohannes Thumshirn2018-12-171-3/+0
* btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_rangeNikolay Borisov2018-12-171-1/+1
* btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov2018-12-173-12/+11
* btrfs: Remove superfluous check form btrfs_remove_chunkNikolay Borisov2018-12-171-7/+5
* btrfs: don't report user-requested cancel as an errorAnand Jain2018-12-171-1/+2
* btrfs: silence warning if replace is canceledAnand Jain2018-12-171-2/+2
* btrfs: dev-replace: add explicit check for replace result "no error"Anand Jain2018-12-171-2/+3
* btrfs: dev-replace: replace's scrub must not be running in suspended stateAnand Jain2018-12-171-1/+3
* btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain2018-12-171-7/+14
* btrfs: fix use-after-free due to race between replace start and cancelAnand Jain2018-12-171-22/+41
* btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain2018-12-171-0/+4
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2018-12-171-0/+2
* btrfs: mark btrfs_dev_replace_start as staticAnand Jain2018-12-172-4/+1
* btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain2018-12-171-0/+29
* btrfs: introduce nparity raid_attrHans van Kranenburg2018-12-172-7/+13
* btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg2018-12-171-2/+2
* btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg2018-12-171-9/+7
* btrfs: alloc_chunk: improve chunk size variable nameHans van Kranenburg2018-12-171-5/+5
* btrfs: alloc_chunk: do not refurbish num_bytesHans van Kranenburg2018-12-171-4/+3
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-175-8/+25
* btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov2018-12-174-14/+11
* btrfs: Remove extent_page_data argument from writepage_delallocNikolay Borisov2018-12-171-7/+4
* btrfs: Move epd::extent_locked check to writepage_delalloc's callerNikolay Borisov2018-12-171-7/+8
* btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov2018-12-171-7/+2
* btrfs: remove redundant replace_state initAnand Jain2018-12-171-1/+0
* Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana2018-12-172-21/+0
* Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana2018-12-171-14/+2
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-173-9/+3
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-172-12/+5
* btrfs: Remove unnecessary tree locking code in qgroup_rescan_leafNikolay Borisov2018-12-171-6/+1
* btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov2018-12-171-2/+0
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2018-12-171-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2018-12-171-1/+0