summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba5-0/+6
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba5-34/+69
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba4-36/+45
2019-11-18btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik1-1/+1
2019-11-18btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2019-11-18Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
2019-11-18Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-11-18btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza1-21/+15
2019-11-18btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu4-5/+7
2019-11-18btrfs: use enum for extent type definesChengguang Xu1-2/+2
2019-11-18btrfs: props: remove unnecessary hash_init()Chengguang Xu1-2/+0
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov3-8/+8
2019-11-18btrfs: User assert to document transaction requirementNikolay Borisov1-3/+2
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba7-19/+14
2019-11-18btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-11-18btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza1-3/+1
2019-11-18btrfs: Enhance error output for write time tree checkerQu Wenruo1-0/+2
2019-11-18btrfs: tree-checker: Refactor prev_key check for ino into a functionQu Wenruo1-41/+72
2019-11-18Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason1-4/+6
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason5-5/+46
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason2-5/+22
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason5-235/+1
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason5-63/+15
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba9-14/+12
2019-11-18btrfs: add const function attributeDavid Sterba4-4/+4
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba4-6/+6
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba11-34/+31
2019-11-18btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-11-18btrfs: print process name and pid that calls device scanningAnand Jain1-4/+8
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov1-29/+25
2019-11-18btrfs: Properly handle backref_in_log retvalNikolay Borisov1-11/+21
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov1-36/+12
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo3-14/+4
2019-11-18btrfs: transaction: describe transaction states and transitionsQu Wenruo1-0/+71
2019-11-18btrfs: use has_single_bit_set for clarityDavid Sterba2-13/+9
2019-11-18btrfs: add 64bit safe helper for power of two checksDavid Sterba1-0/+11
2019-11-18btrfs: balance: use term redundancy instead of integrity in messageAnand Jain1-6/+6
2019-11-18btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba5-28/+28
2019-11-18btrfs: move btrfs_set_path_blocking to other locking functionsDavid Sterba3-25/+28
2019-11-18btrfs: make btrfs_assert_tree_locked static inlineDavid Sterba2-7/+9
2019-11-18btrfs: make locking assertion helpers static inlineDavid Sterba1-10/+10
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-13/+8
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval12-145/+50
2019-11-18btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval1-2/+1
2019-11-18btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval1-6/+4
2019-11-18btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-11-18btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval1-12/+44
2019-11-18btrfs: get rid of unnecessary memset() of work itemOmar Sandoval1-2/+0
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik3-15/+22