aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Jain3-0/+15
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
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain5-44/+42
2019-02-25btrfs: refactor btrfs_free_stale_devices() to get return valueAnand Jain1-15/+31
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain5-28/+30
2019-02-25btrfs: cleanup btrfs_find_device_by_devspec()Anand Jain1-17/+18
2019-02-25btrfs: merge btrfs_find_device_missing_or_by_path() into parentAnand Jain1-27/+13
2019-02-25btrfs: Remove not_found_em label from btrfs_get_extentNikolay Borisov1-2/+4
2019-02-25btrfs: Consolidate retval checking of core btree functionsNikolay Borisov1-5/+3
2019-02-25btrfs: Rename found_type to extent_type in btrfs_get_extentNikolay Borisov1-11/+9
2019-02-25Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana1-10/+7
2019-02-25btrfs: Remove impossible condition from mergable_mapsNikolay Borisov2-2/+4
2019-02-25Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana1-1/+1
2019-02-25Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana1-1/+1
2019-02-25Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana1-6/+0
2019-02-25btrfs: Refactor shrink_delallocNikolay Borisov1-11/+22
2019-02-25btrfs: Document logic regarding inode in async_cow_submitNikolay Borisov1-0/+6
2019-02-25btrfs: Remove WARN_ON in btrfs_alloc_delalloc_workNikolay Borisov1-1/+0
2019-02-25btrfs: Use ihold instead of igrab in cow_file_range_asyncNikolay Borisov1-1/+6
2019-02-25btrfs: Remove isize local variable in compress_file_rangeNikolay Borisov1-2/+1