summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()Anand Jain2017-11-011-7/+8
| * btrfs: allow setting zlib compression level via :9Adam Borowski2017-11-012-3/+4
| * btrfs: allow to set compression level for zlibDavid Sterba2017-11-018-6/+59
| * btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-304-4/+4
| * btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gu JinXiang2017-10-301-1/+1
| * btrfs: fix false EIO for missing deviceAnand Jain2017-10-301-1/+4
| * btrfs: use need_full_stripe() in __btrfs_map_block()Anand Jain2017-10-301-10/+6Star
| * btrfs: cleanup extent locking sequenceGoldwyn Rodrigues2017-10-301-9/+7Star
| * btrfs: use BLK_STS defines where neededAnand Jain2017-10-303-3/+4
| * btrfs: add assertions for releasing trans handle reservationsJosef Bacik2017-10-301-1/+4
| * btrfs: remove type argument from comp_tree_refsJosef Bacik2017-10-301-6/+4Star
| * btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-305-167/+114Star
| * btrfs: move all ref head cleanup to the helper functionJosef Bacik2017-10-301-81/+64Star
| * btrfs: move ref_mod modification into the if (ref) logicJosef Bacik2017-10-301-4/+2Star
| * btrfs: breakout empty head cleanup to a helperJosef Bacik2017-10-301-34/+45
| * btrfs: move extent_op cleanup to a helperJosef Bacik2017-10-301-37/+40
| * btrfs: add a helper to return a head refJosef Bacik2017-10-301-15/+14Star
| * Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik2017-10-301-2/+1Star
| * Btrfs: add a extent ref verify toolJosef Bacik2017-10-307-0/+1138
| * btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-308-33/+37
| * btrfs: add ref-verify mount optionJosef Bacik2017-10-302-0/+18
| * btrfs: get rid of sector_t and use u64 offset in submit_extent_pageDavid Sterba2017-10-301-11/+12
| * btrfs: rename page offset parameter in submit_extent_pageDavid Sterba2017-10-301-4/+4
| * btrfs: scrub: get rid of sector_tDavid Sterba2017-10-301-8/+8
| * btrfs: fix send ioctl on 32bit with 64bit kernelJosef Bacik2017-10-303-12/+56
| * btrfs: fix use of error or warning for missing deviceAnand Jain2017-10-301-8/+18
| * btrfs: declare btrfs_report_missing_device() staticAnand Jain2017-10-302-8/+6Star
| * btrfs: fix EIO misuse to report missing degraded optionAnand Jain2017-10-301-3/+3
| * btrfs: add_missing_dev() should return the actual errorAnand Jain2017-10-301-5/+12
| * btrfs: Clean up unused variables in free-space-tree.cChristos Gkekas2017-10-301-4/+0Star
| * btrfs: tree-checker: use %zu format string for size_tArnd Bergmann2017-10-301-1/+1
| * Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo2017-10-303-54/+0Star
| * Btrfs: do not make defrag wait on async_delalloc_pagesLiu Bo2017-10-301-15/+0Star
| * Btrfs: remove nr_async_biosLiu Bo2017-10-303-19/+0Star
| * btrfs: tree-checker: Enhance output for check_extent_data_itemQu Wenruo2017-10-301-28/+69
| * btrfs: tree-checker: Enhance output for check_csum_itemQu Wenruo2017-10-301-3/+9
| * btrfs: tree-checker: Enhance output for btrfs_check_leafQu Wenruo2017-10-301-6/+21
| * btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo2017-10-301-7/+61
| * btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2017-10-304-282/+340
| * Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets2017-10-301-7/+3Star
| * btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit2017-10-301-2/+2
| * btrfs: prefix sysfs attribute struct namesHans van Kranenburg2017-10-302-46/+43Star
| * btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-303-10/+10
| * btrfs: Refactor transaction handling in received subvolume ioctlNikolay Borisov2017-10-301-5/+1Star
| * btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov2017-10-301-1/+6
| * btrfs: error out if btrfs_attach_transaction() failsAnand Jain2017-10-301-3/+8
| * btrfs: fix BUG_ON in btrfs_init_new_device()Anand Jain2017-10-301-5/+9
| * btrfs: undo writable superblocke when sprouting failsAnand Jain2017-10-301-0/+2
| * btrfs: Add checker for EXTENT_CSUMQu Wenruo2017-10-301-0/+24
| * btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2017-10-301-0/+103