summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-012-16/+60
* 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
* btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo2019-07-011-0/+11
* btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov2019-07-011-1/+0
* btrfs: Explicitly reserve space for devreplace itemNikolay Borisov2019-07-011-2/+2
* btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov2019-07-011-6/+2
* btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov2019-07-011-5/+5
* btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov2019-07-011-1/+0
* btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+2
* btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+1
* btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-013-14/+23
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-013-9/+12
* btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo2019-07-011-16/+27
* Linux 5.2-rc7v5.2-rc7Linus Torvalds2019-06-301-2/+2
* Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-301-1/+1
|\
| * powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin2019-06-251-1/+1
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-301-0/+6
|\ \
| * | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
| * | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\ \ \