summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-023-5/+18
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-021-1/+11
* btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba2019-07-021-0/+30
* btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba2019-07-024-6/+6
* btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba2019-07-024-8/+8
* btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba2019-07-024-29/+23
* btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba2019-07-021-3/+4
* btrfs: tests: add locks around add_extent_mappingDavid Sterba2019-07-011-0/+22
* btrfs: Document __etree_searchNikolay Borisov2019-07-011-0/+18
* btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov2019-07-012-6/+133
* btrfs: trim: make reserved device area adjustments more explicitNikolay Borisov2019-07-011-0/+5
* btrfs: use file:line format for assertion reportDavid Sterba2019-07-011-2/+1
* btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn2019-07-013-9/+8
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-019-62/+89
* btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn2019-07-012-7/+47
* btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn2019-07-011-26/+16
* btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn2019-07-011-0/+14
* btrfs: add common checksum type validationJohannes Thumshirn2019-07-011-10/+19
* btrfs: format checksums according to type for printingJohannes Thumshirn2019-07-011-4/+16
* btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn2019-07-013-12/+19
* btrfs: don't assume ordered sums to be 4 bytesJohannes Thumshirn2019-07-016-24/+34
* btrfs: use btrfs_crc32c{,_final}() in for free space cacheJohannes Thumshirn2019-07-011-6/+4
* btrfs: resurrect btrfs_crc32c()Johannes Thumshirn2019-07-013-4/+15
* btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn2019-07-011-1/+1
* btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo2019-07-011-0/+21
* btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov2019-07-011-1/+1
* btrfs: Add comments on locking of several device-related fieldsNikolay Borisov2019-07-012-4/+11
* btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-011-3/+15
* btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-013-52/+8
* btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-012-0/+37
* btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() ...Qu Wenruo2019-07-011-1/+0
* btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo2019-07-011-16/+20
* btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo2019-07-011-0/+1
* btrfs: read number of data stripes from map only onceDavid Sterba2019-07-012-12/+13
* btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba2019-07-011-2/+2
* btrfs: refactor helper for bg flags to name conversionDavid Sterba2019-07-013-26/+15
* btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba2019-07-011-6/+2
* btrfs: use u8 for raid_array membersDavid Sterba2019-07-012-11/+11
* btrfs: factor out helper for counting data stripesDavid Sterba2019-07-011-10/+15
* btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba2019-07-011-4/+3
* btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba2019-07-011-5/+10
* btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba2019-07-011-9/+5
* btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba2019-07-011-12/+2
* btrfs: use raid_attr table in get_profile_num_devsDavid Sterba2019-07-011-8/+2
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-018-50/+40
* btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba2019-07-011-3/+4
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-07-011-2/+1
* Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo2019-07-011-4/+0
* btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues2019-07-011-4/+0
* btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue2019-07-011-1/+1