summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02btrfs: export block_rsv_use_bytesJosef Bacik
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik
2019-07-02btrfs: move the space info update macro to space-info.hJosef Bacik
2019-07-02btrfs: move and export can_overcommitJosef Bacik
2019-07-02btrfs: move the space_info handling code to space-info.cJosef Bacik
2019-07-02btrfs: export space_info_add_*_bytesJosef Bacik
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...David Sterba
2019-07-02btrfs: drop default value assignments in enumsDavid Sterba
2019-07-02btrfs: use common helpers for extent IO state insertion messagesDavid Sterba
2019-07-02btrfs: run delayed iput at unlink timeJosef Bacik
2019-07-02Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-02Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov
2019-07-02btrfs: improve messages when updating feature flagsDavid Sterba
2019-07-02btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana
2019-07-02btrfs: document BTRFS_MAX_MIRRORSDavid Sterba
2019-07-02btrfs: use mask for RAID56 profilesDavid Sterba
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn
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-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