aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30btrfs: use BLK_STS defines where neededAnand Jain3-3/+4
2017-10-30btrfs: add assertions for releasing trans handle reservationsJosef Bacik1-1/+4
2017-10-30btrfs: remove type argument from comp_tree_refsJosef Bacik1-6/+4
2017-10-30btrfs: remove delayed_ref_node from ref_headJosef Bacik5-167/+114
2017-10-30btrfs: move all ref head cleanup to the helper functionJosef Bacik1-81/+64
2017-10-30btrfs: move ref_mod modification into the if (ref) logicJosef Bacik1-4/+2
2017-10-30btrfs: breakout empty head cleanup to a helperJosef Bacik1-34/+45
2017-10-30btrfs: move extent_op cleanup to a helperJosef Bacik1-37/+40
2017-10-30btrfs: add a helper to return a head refJosef Bacik1-15/+14
2017-10-30Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik1-2/+1
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik7-0/+1138
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik8-33/+37
2017-10-30btrfs: add ref-verify mount optionJosef Bacik2-0/+18
2017-10-30btrfs: get rid of sector_t and use u64 offset in submit_extent_pageDavid Sterba1-11/+12
2017-10-30btrfs: rename page offset parameter in submit_extent_pageDavid Sterba1-4/+4
2017-10-30btrfs: scrub: get rid of sector_tDavid Sterba1-8/+8
2017-10-30btrfs: fix send ioctl on 32bit with 64bit kernelJosef Bacik3-12/+56
2017-10-30btrfs: fix use of error or warning for missing deviceAnand Jain1-8/+18
2017-10-30btrfs: declare btrfs_report_missing_device() staticAnand Jain2-8/+6
2017-10-30btrfs: fix EIO misuse to report missing degraded optionAnand Jain1-3/+3
2017-10-30btrfs: add_missing_dev() should return the actual errorAnand Jain1-5/+12
2017-10-30btrfs: Clean up unused variables in free-space-tree.cChristos Gkekas1-4/+0
2017-10-30btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2017-10-30Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo3-54/+0
2017-10-30Btrfs: do not make defrag wait on async_delalloc_pagesLiu Bo1-15/+0
2017-10-30Btrfs: remove nr_async_biosLiu Bo3-19/+0
2017-10-30btrfs: tree-checker: Enhance output for check_extent_data_itemQu Wenruo1-28/+69
2017-10-30btrfs: tree-checker: Enhance output for check_csum_itemQu Wenruo1-3/+9
2017-10-30btrfs: tree-checker: Enhance output for btrfs_check_leafQu Wenruo1-6/+21
2017-10-30btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2017-10-30btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-282/+340
2017-10-30Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets1-7/+3
2017-10-30btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit1-2/+2
2017-10-30btrfs: prefix sysfs attribute struct namesHans van Kranenburg2-46/+43
2017-10-30btrfs: Fix bool initialization/comparisonThomas Meyer3-10/+10
2017-10-30btrfs: Refactor transaction handling in received subvolume ioctlNikolay Borisov1-5/+1
2017-10-30btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov1-1/+6
2017-10-30btrfs: error out if btrfs_attach_transaction() failsAnand Jain1-3/+8
2017-10-30btrfs: fix BUG_ON in btrfs_init_new_device()Anand Jain1-5/+9
2017-10-30btrfs: undo writable superblocke when sprouting failsAnand Jain1-0/+2
2017-10-30btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2017-10-30btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2017-10-30btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2017-10-30btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2017-10-30Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets1-1/+1
2017-10-30btrfs: change how we decide to commit transactions during flushingJosef Bacik1-14/+28
2017-10-30Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang1-5/+16
2017-10-30Btrfs: fix memory leak in raid56Liu Bo1-2/+20
2017-10-30btrfs: make array types static const, reduces object code sizeColin Ian King1-4/+6
2017-10-30btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais1-2/+2