summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: run delayed items before dropping the snapshotJosef Bacik1-0/+4
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik3-0/+14
2018-12-17btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo1-3/+1
2018-12-17Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana1-20/+14
2018-12-17btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba1-12/+18
2018-12-17btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba1-5/+4
2018-12-17btrfs: fix truncate throttlingJosef Bacik1-62/+17
2018-12-17btrfs: don't run delayed refs in the end transaction logicJosef Bacik1-38/+0
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik4-34/+22
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik3-4/+22
2018-12-17btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik1-9/+15
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik5-25/+281
2018-12-17btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik1-3/+0
2018-12-17btrfs: cleanup extent_op handlingJosef Bacik1-13/+22
2018-12-17btrfs: add cleanup_ref_head_accounting helperJosef Bacik1-28/+39
2018-12-17btrfs: add btrfs_delete_ref_head helperJosef Bacik3-20/+19
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn3-6/+6
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn7-44/+38
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba5-74/+52
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba5-28/+6
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba3-8/+8
2018-12-17btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba1-5/+7
2018-12-17btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov1-9/+20
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi3-18/+18
2018-12-17btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi1-1/+2
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana3-0/+39
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba6-29/+29
2018-12-17btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba1-20/+25
2018-12-17btrfs: switch EXTENT_FLAG_* to enumsDavid Sterba1-7/+14
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba1-12/+16
2018-12-17btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba1-16/+17
2018-12-17btrfs: switch BTRFS_FS_* to enumsDavid Sterba1-32/+31
2018-12-17btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba1-7/+12
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba1-6/+19
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov5-17/+24
2018-12-17btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi1-1/+0
2018-12-17btrfs: document extent mapping assumptions in checksumJohannes Thumshirn1-0/+6
2018-12-17btrfs: don't initialize 'offset' in map_private_extent_buffer()Johannes Thumshirn1-1/+1
2018-12-17Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana1-1/+34
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov4-60/+35
2018-12-17btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn1-3/+0
2018-12-17btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba4-18/+11
2018-12-17btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba2-6/+7
2018-12-17btrfs: replace async_cow::root with fs_infoDavid Sterba1-6/+3
2018-12-17btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2-24/+17
2018-12-17btrfs: balance: print to system log when balance ends or is pausedAnand Jain1-0/+7
2018-12-17btrfs: balance: print args during start and resumeAnand Jain1-3/+158
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