summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | btrfs: don't use global reserve for chunk allocationJosef Bacik2019-02-252-11/+18
* | | btrfs: dump block_rsv details when dumping space infoJosef Bacik2019-02-251-0/+15
* | | btrfs: check if there are free block groups for commitJosef Bacik2019-02-251-12/+19
* | | btrfs: add zstd compression level supportDennis Zhou2019-02-252-9/+245
* | | btrfs: make zstd memory requirements monotonicDennis Zhou2019-02-251-5/+33
* | | btrfs: zstd use the passed through level instead of defaultDennis Zhou2019-02-251-6/+13
* | | btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-256-21/+41
* | | btrfs: plumb level through the compression interfaceDennis Zhou2019-02-255-27/+30
* | | btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-255-45/+160
* | | btrfs: add compression interface in (get/put)_workspaceDennis Zhou2019-02-251-23/+34
* | | btrfs: add helper methods for workspace manager init and cleanupDennis Zhou2019-02-251-39/+43
* | | btrfs: unify compression ops with workspace_managerDennis Zhou2019-02-251-4/+7
* | | btrfs: manage heuristic workspace as index 0Dennis Zhou2019-02-252-82/+34
* | | btrfs: rename workspaces_list to workspace_managerDennis Zhou2019-02-251-23/+23
* | | btrfs: add helpers for compression type and levelDennis Zhou2019-02-253-2/+12
* | | btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain2019-02-253-0/+15
* | | btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik2019-02-254-9/+35
* | | btrfs: Output ENOSPC debug info in inc_block_group_roQu Wenruo2019-02-251-2/+13
* | | btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/releaseQu Wenruo2019-02-251-2/+0
* | | btrfs: let the assertion expression compile in all configsAnders Roxell2019-02-251-8/+5
* | | btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2019-02-252-15/+10
* | | btrfs: simplify waiting loop in btrfs_tree_lockDavid Sterba2019-02-251-9/+2
* | | btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-258-33/+28
* | | btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-256-11/+11
* | | btrfs: split btrfs_clear_lock_blocking_rw to read and write helpersDavid Sterba2019-02-252-27/+27
* | | btrfs: split btrfs_set_lock_blocking_rw to read and write helpersDavid Sterba2019-02-252-25/+40
* | | btrfs: qgroup: Cleanup old subtree swap codeQu Wenruo2019-02-252-100/+0
* | | btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-254-9/+103
* | | btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo2019-02-256-0/+265
* | | btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swapQu Wenruo2019-02-251-21/+56
* | | btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo2019-02-253-17/+84
* | | btrfs: call btrfs_create_pending_block_groups unconditionallyJosef Bacik2019-02-252-6/+3
* | | btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik2019-02-251-6/+1
* | | btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik2019-02-251-9/+2
* | | btrfs: scrub: print messages when started or finishedAnand Jain2019-02-251-0/+5
* | | btrfs: simplify workqueue name when allocatingDavid Sterba2019-02-251-6/+4
* | | btrfs: merge btrfs_find_device and find_deviceAnand Jain2019-02-255-44/+42
* | | btrfs: refactor btrfs_free_stale_devices() to get return valueAnand Jain2019-02-251-15/+31
* | | btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain2019-02-255-28/+30
* | | btrfs: cleanup btrfs_find_device_by_devspec()Anand Jain2019-02-251-17/+18
* | | btrfs: merge btrfs_find_device_missing_or_by_path() into parentAnand Jain2019-02-251-27/+13
* | | btrfs: Remove not_found_em label from btrfs_get_extentNikolay Borisov2019-02-251-2/+4
* | | btrfs: Consolidate retval checking of core btree functionsNikolay Borisov2019-02-251-5/+3
* | | btrfs: Rename found_type to extent_type in btrfs_get_extentNikolay Borisov2019-02-251-11/+9
* | | Btrfs: move duplicated nodatasum check into common reflink/dedupe helperFilipe Manana2019-02-251-10/+7
* | | btrfs: Remove impossible condition from mergable_mapsNikolay Borisov2019-02-252-2/+4
* | | Btrfs: do not overwrite error return value in the balance ioctlFilipe Manana2019-02-251-1/+1
* | | Btrfs: do not overwrite error return value in the device replace ioctlFilipe Manana2019-02-251-1/+1
* | | Btrfs: remove redundant check for swapfiles when reflinkingFilipe Manana2019-02-251-6/+0
* | | btrfs: Refactor shrink_delallocNikolay Borisov2019-02-251-11/+22