summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba
2019-07-01btrfs: Document __etree_searchNikolay Borisov
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov
2019-07-01btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov
2019-07-01btrfs: use file:line format for assertion reportDavid Sterba
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn
2019-07-01btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn
2019-07-01btrfs: add common checksum type validationJohannes Thumshirn
2019-07-01btrfs: format checksums according to type for printingJohannes Thumshirn
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn
2019-07-01btrfs: use btrfs_crc32c{,_final}() in for free space cacheJohannes Thumshirn
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn
2019-07-01btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn
2019-07-01btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo
2019-07-01btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov
2019-07-01btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov
2019-07-01btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() ...Qu Wenruo
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo
2019-07-01btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-07-01Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue
2019-07-01btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov