aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02btrfs: document BTRFS_MAX_MIRRORSDavid Sterba1-1/+10
2019-07-02btrfs: use mask for RAID56 profilesDavid Sterba1-6/+3
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba3-9/+9
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo1-2/+22
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn3-5/+18
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-07-02btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba1-0/+30
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba4-6/+6
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba4-8/+8
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba4-29/+23
2019-07-02btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba1-3/+4
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-11/+6
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-8/+5
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba1-0/+22
2019-07-01btrfs: Document __etree_searchNikolay Borisov1-0/+18
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_extent_bitNikolay Borisov2-6/+133
2019-07-01btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov1-0/+5
2019-07-01btrfs: use file:line format for assertion reportDavid Sterba1-2/+1
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn3-9/+8
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn9-62/+89
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn2-7/+47
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn1-26/+16
2019-07-01btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn1-0/+14
2019-07-01btrfs: add common checksum type validationJohannes Thumshirn1-10/+19
2019-07-01btrfs: format checksums according to type for printingJohannes Thumshirn1-4/+16
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn3-12/+19
2019-07-01btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn6-24/+34
2019-07-01btrfs: use btrfs_crc32c{,_final}() in for free space cacheJohannes Thumshirn1-6/+4
2019-07-01btrfs: resurrect btrfs_crc32c()Johannes Thumshirn3-4/+15
2019-07-01btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn1-1/+1
2019-07-01btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservationQu Wenruo1-0/+21
2019-07-01btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov1-1/+1
2019-07-01btrfs: Add comments on locking of several device-related fieldsNikolay Borisov2-4/+11
2019-07-01btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov1-3/+15
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov3-52/+8
2019-07-01btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov2-0/+37
2019-07-01btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() failsQu Wenruo1-1/+0
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo1-16/+20
2019-07-01btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo1-0/+1
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba2-12/+13
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba1-2/+2
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba3-26/+15
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba1-6/+2
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba2-11/+11
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba1-10/+15
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba1-4/+3
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba1-5/+10
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba1-9/+5
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba1-12/+2
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba1-8/+2