aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba
2018-12-17btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi
2018-12-17btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba
2018-12-17btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba
2018-12-17btrfs: switch EXTENT_FLAG_* to enumsDavid Sterba
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_FS_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov
2018-12-17btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi
2018-12-17btrfs: document extent mapping assumptions in checksumJohannes Thumshirn
2018-12-17btrfs: don't initialize 'offset' in map_private_extent_buffer()Johannes Thumshirn
2018-12-17Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov
2018-12-17btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba
2018-12-17btrfs: replace async_cow::root with fs_infoDavid Sterba
2018-12-17btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba
2018-12-17btrfs: balance: print to system log when balance ends or is pausedAnand Jain
2018-12-17btrfs: balance: print args during start and resumeAnand Jain
2018-12-17btrfs: add helper to describe block group flagsAnand Jain
2018-12-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana
2018-12-17Btrfs: fix access to available allocation bits when starting balanceFilipe Manana
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana
2018-12-17btrfs: Handle final split-brain possibility during fsid changeNikolay Borisov
2018-12-17btrfs: Handle one more split-brain scenario during fsid changeNikolay Borisov
2018-12-17btrfs: add members to fs_devices to track fsid changesNikolay Borisov
2018-12-17btrfs: Add handling for disk split-brain scenario during fsid changeNikolay Borisov
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Add sysfs support for metadata_uuid featureNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn