summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-25btrfs: scrub: remove unused nocow worker pointerDavid Sterba1-1/+0
2019-02-25btrfs: scrub: add assertions for worker pointersDavid Sterba2-0/+11
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain3-5/+8
2019-02-25btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain1-0/+2
2019-02-25btrfs: scrub: fix circular locking dependency warningAnand Jain1-11/+11
2019-02-25btrfs: fix comment its device list mutex not volume lockAnand Jain1-1/+0
2019-02-25btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo1-34/+32
2019-02-25btrfs: Fix grossly misleading argument names in extent io searchNikolay Borisov1-8/+8
2019-02-25btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov2-10/+7
2019-02-25btrfs: use WARN_ON in a canonical form btrfs_remove_block_groupNikolay Borisov1-6/+3
2019-02-25btrfs: reserve extra space during evictJosef Bacik1-2/+23
2019-02-25btrfs: be more explicit about allowed flush statesJosef Bacik1-11/+11
2019-02-25btrfs: loop in inode_rsv_refillJosef Bacik1-16/+47
2019-02-25btrfs: don't enospc all tickets on flush failureJosef Bacik1-20/+25
2019-02-25btrfs: don't use global reserve for chunk allocationJosef Bacik3-11/+19
2019-02-25btrfs: dump block_rsv details when dumping space infoJosef Bacik1-0/+15
2019-02-25btrfs: check if there are free block groups for commitJosef Bacik1-12/+19
2019-02-25btrfs: add zstd compression level supportDennis Zhou2-9/+245
2019-02-25btrfs: make zstd memory requirements monotonicDennis Zhou1-5/+33
2019-02-25btrfs: zstd use the passed through level instead of defaultDennis Zhou1-6/+13
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou6-21/+41
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou5-27/+30
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou5-45/+160
2019-02-25btrfs: add compression interface in (get/put)_workspaceDennis Zhou1-23/+34
2019-02-25btrfs: add helper methods for workspace manager init and cleanupDennis Zhou1-39/+43
2019-02-25btrfs: unify compression ops with workspace_managerDennis Zhou1-4/+7
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou2-82/+34
2019-02-25btrfs: rename workspaces_list to workspace_managerDennis Zhou1-23/+23
2019-02-25btrfs: add helpers for compression type and levelDennis Zhou3-2/+12
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain4-0/+17
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik4-9/+35
2019-02-25btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo1-2/+13
2019-02-25btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo1-2/+0
2019-02-25btrfs: let the assertion expression compile in all configsAnders Roxell1-8/+5
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2-15/+10
2019-02-25btrfs: simplify waiting loop in btrfs_tree_lockDavid Sterba1-9/+2
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba8-33/+28
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba6-11/+11
2019-02-25btrfs: split btrfs_clear_lock_blocking_rw to read and write helpersDavid Sterba2-27/+27
2019-02-25btrfs: split btrfs_set_lock_blocking_rw to read and write helpersDavid Sterba2-25/+40
2019-02-25btrfs: qgroup: Cleanup old subtree swap codeQu Wenruo2-100/+0
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo4-9/+103
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo6-0/+265
2019-02-25btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapQu Wenruo1-21/+56
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo3-17/+84
2019-02-25btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik2-6/+3
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik1-6/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik1-9/+2
2019-02-25btrfs: scrub: print messages when started or finishedAnand Jain1-0/+5
2019-02-25btrfs: simplify workqueue name when allocatingDavid Sterba1-6/+4