summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-07-02btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba
2019-07-02btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
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