summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-11-18btrfs: sysfs: export supported checksumsDavid Sterba
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn
2019-11-18btrfs: get bdev from latest_dev for dio bh_resultDavid Sterba
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba
2019-11-18btrfs: remove pointless indentation in btrfs_read_sys_array()Johannes Thumshirn
2019-11-18btrfs: reduce indentation in btrfs_may_alloc_data_chunkJohannes Thumshirn
2019-11-18btrfs: remove pointless local variable in lock_stripe_add()Johannes Thumshirn
2019-11-18btrfs: raid56: reduce indentation in lock_stripe_addJohannes Thumshirn
2019-11-18btrfs: Return offset from find_desired_extentNikolay Borisov
2019-11-18btrfs: Simplify btrfs_file_llseekNikolay Borisov
2019-11-18btrfs: Speed up btrfs_file_llseekNikolay Borisov
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba
2019-11-18btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik
2019-11-18btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-11-18Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2019-11-18Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-11-18btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza
2019-11-18btrfs: use bool argument in free_root_pointers()Anand Jain
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu
2019-11-18btrfs: use enum for extent type definesChengguang Xu
2019-11-18btrfs: props: remove unnecessary hash_init()Chengguang Xu
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov
2019-11-18btrfs: User assert to document transaction requirementNikolay Borisov
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2019-11-18btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza
2019-11-18btrfs: Enhance error output for write time tree checkerQu Wenruo
2019-11-18btrfs: tree-checker: Refactor prev_key check for ino into a functionQu Wenruo
2019-11-18Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-11-18btrfs: add const function attributeDavid Sterba