summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-075-16/+12
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-305-16/+12
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-072-0/+2
|\ \
| * | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-082-0/+2
* | | Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-0762-2193/+3043
|\ \ \
| * | | btrfs: Use kvmalloc for allocating compressed path contextNikolay Borisov2019-05-021-2/+7
| * | | btrfs: Factor out common extent locking code in submit_compressed_extentsNikolay Borisov2019-05-021-7/+3
| * | | btrfs: Set io_tree only once in submit_compressed_extentsNikolay Borisov2019-05-021-4/+1
| * | | btrfs: Replace clear_extent_bit with unlock_extentNikolay Borisov2019-05-021-2/+1
| * | | btrfs: Make compress_file_range take only struct async_chunkNikolay Borisov2019-05-021-11/+9
| * | | btrfs: Remove fs_info from struct async_chunkNikolay Borisov2019-05-021-7/+3
| * | | btrfs: Rename async_cow to async_chunkNikolay Borisov2019-05-021-30/+30
| * | | btrfs: Preallocate chunks in cow_file_range_asyncNikolay Borisov2019-05-021-34/+74
| * | | btrfs: reserve delalloc metadata differentlyJosef Bacik2019-05-021-92/+52
| * | | btrfs: track DIO bytes in flightJosef Bacik2019-04-294-4/+36
| * | | btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain2019-04-291-19/+6
| * | | btrfs: delete unused function btrfs_set_prop_transAnand Jain2019-04-292-8/+0
| * | | btrfs: start transaction in xattr_handler_set_propAnand Jain2019-04-291-1/+20
| * | | btrfs: drop local copy of inode i_modeAnand Jain2019-04-291-5/+2
| * | | btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain2019-04-291-3/+3
| * | | btrfs: modify local copy of btrfs_inode flagsAnand Jain2019-04-291-31/+26
| * | | btrfs: drop useless inode i_flags copy and restoreAnand Jain2019-04-291-3/+0
| * | | btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain2019-04-291-20/+25
| * | | btrfs: export btrfs_set_propAnand Jain2019-04-292-3/+6
| * | | btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-294-6/+26
| * | | btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-291-2/+22
| * | | btrfs: tree-checker: Allow error injection for tree-checkerQu Wenruo2019-04-291-0/+5
| * | | btrfs: Document btrfs_csum_one_bioNikolay Borisov2019-04-291-0/+10
| * | | Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana2019-04-293-63/+188
| * | | Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-293-1/+50
| * | | Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-04-291-0/+36
| * | | Btrfs: do not start a transaction during fiemapFilipe Manana2019-04-291-6/+10
| * | | btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-293-4/+2
| * | | btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba2019-04-293-6/+3
| * | | btrfs: remove unused parameter fs_info from emit_last_fiemap_cacheDavid Sterba2019-04-291-3/+2
| * | | btrfs: remove unused parameter fs_info from CHECK_FE_ALIGNEDDavid Sterba2019-04-291-6/+6
| * | | btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba2019-04-291-4/+3
| * | | btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba2019-04-291-4/+2
| * | | btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-299-17/+12
| * | | btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-2910-17/+12
| * | | btrfs: remove unused parameter fs_info from split_itemDavid Sterba2019-04-291-3/+2
| * | | btrfs: qgroup: Don't scan leaf if we're modifying reloc treeQu Wenruo2019-04-291-4/+6
| * | | btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo2019-04-295-56/+61
| * | | btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-297-61/+96
| * | | btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()Qu Wenruo2019-04-291-16/+10
| * | | btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()Qu Wenruo2019-04-293-48/+42
| * | | btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo2019-04-293-22/+27
| * | | btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-293-27/+44
| * | | btrfs: extent-tree: Open-code process_func in __btrfs_mod_refQu Wenruo2019-04-291-14/+16
| * | | btrfs: delayed-ref: Introduce better documented delayed ref structuresQu Wenruo2019-04-291-0/+109