summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba
2019-11-18btrfs: sink write flags to cow_file_range_asyncDavid Sterba
2019-11-18btrfs: sink write_flags to __extent_writepage_ioDavid Sterba
2019-11-18Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-11-18Btrfs: send, allow clone operations within the same fileFilipe Manana
2019-11-18btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2019-11-18btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo
2019-11-18btrfs: tree-checker: Check item size before reading file extent typeQu Wenruo
2019-11-18btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter
2019-11-18btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov
2019-11-18btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov
2019-11-18btrfs: Remove unused next_root_backup functionNikolay Borisov
2019-11-18btrfs: Don't use objectid_mutex during mountNikolay Borisov
2019-11-18btrfs: Factor out tree roots initialization during mountNikolay Borisov
2019-11-18btrfs: Add read_backup_rootNikolay Borisov
2019-11-18btrfs: Remove newest_gen argument from find_oldest_super_backupNikolay Borisov
2019-11-18btrfs: Cleanup and simplify find_newest_super_backupNikolay Borisov
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana
2019-11-18Btrfs: remove wait queue from space_info structureFilipe Manana
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Johannes Thumshirn
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: rename extent buffer block group item accessorsDavid Sterba
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba
2019-11-18btrfs: remove embedded block_group_cache::itemDavid Sterba
2019-11-18btrfs: move block_group_item::flags to block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba
2019-11-18btrfs: sysfs: show used checksum driver per filesystemJohannes Thumshirn
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