Age | Commit message (Expand) | Author |
2019-02-25 | btrfs: don't use global reserve for chunk allocation | Josef Bacik |
2019-02-25 | btrfs: dump block_rsv details when dumping space info | Josef Bacik |
2019-02-25 | btrfs: check if there are free block groups for commit | Josef Bacik |
2019-02-25 | btrfs: add zstd compression level support | Dennis Zhou |
2019-02-25 | btrfs: make zstd memory requirements monotonic | Dennis Zhou |
2019-02-25 | btrfs: zstd use the passed through level instead of default | Dennis Zhou |
2019-02-25 | btrfs: change set_level() to bound the level passed in | Dennis Zhou |
2019-02-25 | btrfs: plumb level through the compression interface | Dennis Zhou |
2019-02-25 | btrfs: move to function pointers for get/put workspaces | Dennis Zhou |
2019-02-25 | btrfs: add compression interface in (get/put)_workspace | Dennis Zhou |
2019-02-25 | btrfs: add helper methods for workspace manager init and cleanup | Dennis Zhou |
2019-02-25 | btrfs: unify compression ops with workspace_manager | Dennis Zhou |
2019-02-25 | btrfs: manage heuristic workspace as index 0 | Dennis Zhou |
2019-02-25 | btrfs: rename workspaces_list to workspace_manager | Dennis Zhou |
2019-02-25 | btrfs: add helpers for compression type and level | Dennis Zhou |
2019-02-25 | btrfs: introduce new ioctl to unregister a btrfs device | Anand Jain |
2019-02-25 | btrfs: replace cleaner_delayed_iput_mutex with a waitqueue | Josef Bacik |
2019-02-25 | btrfs: Output ENOSPC debug info in inc_block_group_ro | Qu Wenruo |
2019-02-25 | btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release | Qu Wenruo |
2019-02-25 | btrfs: let the assertion expression compile in all configs | Anders Roxell |
2019-02-25 | btrfs: merge btrfs_set_lock_blocking_rw with it's caller | David Sterba |
2019-02-25 | btrfs: simplify waiting loop in btrfs_tree_lock | David Sterba |
2019-02-25 | btrfs: open code now trivial btrfs_set_lock_blocking | David Sterba |
2019-02-25 | btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers | David Sterba |
2019-02-25 | btrfs: split btrfs_clear_lock_blocking_rw to read and write helpers | David Sterba |
2019-02-25 | btrfs: split btrfs_set_lock_blocking_rw to read and write helpers | David Sterba |
2019-02-25 | btrfs: qgroup: Cleanup old subtree swap code | Qu Wenruo |
2019-02-25 | btrfs: qgroup: Use delayed subtree rescan for balance | Qu Wenruo |
2019-02-25 | btrfs: qgroup: Introduce per-root swapped blocks infrastructure | Qu Wenruo |
2019-02-25 | btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap | Qu Wenruo |
2019-02-25 | btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots | Qu Wenruo |
2019-02-25 | btrfs: call btrfs_create_pending_block_groups unconditionally | Josef Bacik |
2019-02-25 | btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head | Josef Bacik |
2019-02-25 | btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock | Josef Bacik |
2019-02-25 | btrfs: scrub: print messages when started or finished | Anand Jain |
2019-02-25 | btrfs: simplify workqueue name when allocating | David Sterba |
2019-02-25 | btrfs: merge btrfs_find_device and find_device | Anand Jain |
2019-02-25 | btrfs: refactor btrfs_free_stale_devices() to get return value | Anand Jain |
2019-02-25 | btrfs: refactor btrfs_find_device() take fs_devices as argument | Anand Jain |
2019-02-25 | btrfs: cleanup btrfs_find_device_by_devspec() | Anand Jain |
2019-02-25 | btrfs: merge btrfs_find_device_missing_or_by_path() into parent | Anand Jain |
2019-02-25 | btrfs: Remove not_found_em label from btrfs_get_extent | Nikolay Borisov |
2019-02-25 | btrfs: Consolidate retval checking of core btree functions | Nikolay Borisov |
2019-02-25 | btrfs: Rename found_type to extent_type in btrfs_get_extent | Nikolay Borisov |
2019-02-25 | Btrfs: move duplicated nodatasum check into common reflink/dedupe helper | Filipe Manana |
2019-02-25 | btrfs: Remove impossible condition from mergable_maps | Nikolay Borisov |
2019-02-25 | Btrfs: do not overwrite error return value in the balance ioctl | Filipe Manana |
2019-02-25 | Btrfs: do not overwrite error return value in the device replace ioctl | Filipe Manana |
2019-02-25 | Btrfs: remove redundant check for swapfiles when reflinking | Filipe Manana |
2019-02-25 | btrfs: Refactor shrink_delalloc | Nikolay Borisov |