summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: document extent mapping assumptions in checksumJohannes Thumshirn2018-12-171-0/+6
* | btrfs: don't initialize 'offset' in map_private_extent_buffer()Johannes Thumshirn2018-12-171-1/+1
* | Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana2018-12-171-1/+34
* | btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov2018-12-174-60/+35Star
* | btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn2018-12-171-3/+0Star
* | btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba2018-12-174-18/+11Star
* | btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba2018-12-172-6/+7
* | btrfs: replace async_cow::root with fs_infoDavid Sterba2018-12-171-6/+3Star
* | btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-12-172-24/+17Star
* | 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/+22Star
* | 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/+20Star
* | btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn2018-12-171-0/+10
* | btrfs: remove unused drop_on_err in btrfs_mkdirJohannes Thumshirn2018-12-171-3/+0Star
* | 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/+11Star
* | btrfs: Remove superfluous check form btrfs_remove_chunkNikolay Borisov2018-12-171-7/+5Star
* | 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/+1Star
* | 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/+7Star
* | 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/+3Star
* | 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/+11Star
* | btrfs: Remove extent_page_data argument from writepage_delallocNikolay Borisov2018-12-171-7/+4Star
* | 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/+2Star
* | btrfs: remove redundant replace_state initAnand Jain2018-12-171-1/+0Star
* | Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana2018-12-172-21/+0Star