summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: move block_group_item::flags to block groupDavid Sterba2019-11-181-3/+3
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-1810-31/+40
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-11-181-1/+0
* btrfs: add blake2b to checksumming algorithmsDavid Sterba2019-11-183-0/+4
* btrfs: add member for a specific checksum driverDavid Sterba2019-11-183-3/+16
* btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn2019-11-181-0/+15
* btrfs: sysfs: export supported checksumsDavid Sterba2019-11-183-0/+29
* btrfs: add sha256 to checksumming algorithmJohannes Thumshirn2019-11-184-0/+4
* btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn2019-11-184-0/+4
* btrfs: get bdev from latest_dev for dio bh_resultDavid Sterba2019-11-181-2/+4
* btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba2019-11-182-2/+9
* btrfs: remove pointless indentation in btrfs_read_sys_array()Johannes Thumshirn2019-11-181-35/+36
* btrfs: reduce indentation in btrfs_may_alloc_data_chunkJohannes Thumshirn2019-11-181-20/+21
* btrfs: remove pointless local variable in lock_stripe_add()Johannes Thumshirn2019-11-181-2/+3
* btrfs: raid56: reduce indentation in lock_stripe_addJohannes Thumshirn2019-11-181-47/+44
* btrfs: Return offset from find_desired_extentNikolay Borisov2019-11-181-15/+19
* btrfs: Simplify btrfs_file_llseekNikolay Borisov2019-11-181-7/+3
* btrfs: Speed up btrfs_file_llseekNikolay Borisov2019-11-181-16/+10
* btrfs: compression: remove ops pointer from workspace_managerDavid Sterba2019-11-182-5/+2
* btrfs: compression: inline free_workspaceDavid Sterba2019-11-185-8/+18
* btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba2019-11-182-8/+7
* btrfs: compression: inline alloc_workspaceDavid Sterba2019-11-185-8/+18
* btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba2019-11-183-10/+7
* btrfs: compression: inline put_workspaceDavid Sterba2019-11-185-24/+15
* btrfs: compression: inline get_workspaceDavid Sterba2019-11-185-18/+15
* btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba2019-11-184-15/+26
* btrfs: compression: inline cleanup_workspace_managerDavid Sterba2019-11-185-28/+7
* btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba2019-11-184-5/+7
* btrfs: compression: inline init_workspace_managerDavid Sterba2019-11-185-28/+7
* btrfs: compression: let workspace manager init take only the typeDavid Sterba2019-11-184-7/+7
* btrfs: compression: attach workspace manager to the opsDavid Sterba2019-11-185-0/+6
* btrfs: switch compression callbacks to direct callsDavid Sterba2019-11-185-34/+69
* btrfs: export compression and decompression callbacksDavid Sterba2019-11-184-36/+45
* btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik2019-11-181-1/+1
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-11-181-0/+6
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-11-181-1/+5
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-11-181-1/+1
* btrfs: ioctl: Try to use btrfs_fs_info instead of *fileMarcos Paulo de Souza2019-11-181-21/+15
* btrfs: use bool argument in free_root_pointers()Anand Jain2019-11-181-5/+5
* btrfs: use better definition of number of compression typeChengguang Xu2019-11-184-5/+7
* btrfs: use enum for extent type definesChengguang Xu2019-11-181-2/+2
* btrfs: props: remove unnecessary hash_init()Chengguang Xu2019-11-181-2/+0
* btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov2019-11-183-8/+8
* btrfs: User assert to document transaction requirementNikolay Borisov2019-11-181-3/+2
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-187-19/+14
* btrfs: Avoid getting stuck during cyclic writebacksTejun Heo2019-11-181-11/+1
* btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza2019-11-181-3/+1
* btrfs: Enhance error output for write time tree checkerQu Wenruo2019-11-181-0/+2
* btrfs: tree-checker: Refactor prev_key check for ino into a functionQu Wenruo2019-11-181-41/+72
* Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason2019-11-181-4/+6