summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-1448-1547/+3315
|\
| * btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang2017-11-011-1/+1
| * Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets2017-11-011-1/+84
| * Btrfs: heuristic: add byte core set calculationTimofey Titovets2017-11-011-0/+65
| * Btrfs: heuristic: add byte set calculationTimofey Titovets2017-11-011-0/+45
| * Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets2017-11-011-1/+14
| * Btrfs: heuristic: implement sampling logicTimofey Titovets2017-11-011-9/+62
| * Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets2017-11-011-1/+52
| * Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets2017-11-011-18/+121
| * btrfs: move btrfs_truncate_block out of trans handleJosef Bacik2017-11-011-75/+45
| * btrfs: don't call btrfs_start_delalloc_roots in flushoncommitJosef Bacik2017-11-011-1/+10
| * btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-015-67/+82
| * btrfs: add a comp_refs() helperJosef Bacik2017-11-011-24/+30
| * btrfs: switch args for comp_*_refsJosef Bacik2017-11-011-4/+4
| * btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-016-292/+141
| * btrfs: add tracepoints for outstanding extents modsJosef Bacik2017-11-011-0/+2
| * Btrfs: rework outstanding_extentsJosef Bacik2017-11-0110-156/+185
| * btrfs: increase output size for LOGICAL_INO_V2 ioctlZygo Blaxell2017-11-011-1/+2
| * btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2Zygo Blaxell2017-11-011-3/+23
| * btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-018-48/+73
| * btrfs: send: remove unused codeNikolay Borisov2017-11-011-6/+0
| * 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/+6
| * btrfs: cleanup extent locking sequenceGoldwyn Rodrigues2017-10-301-9/+7
| * 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/+4
| * btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-305-167/+114
| * btrfs: move all ref head cleanup to the helper functionJosef Bacik2017-10-301-81/+64
| * btrfs: move ref_mod modification into the if (ref) logicJosef Bacik2017-10-301-4/+2
| * 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/+14
| * Btrfs: only check delayed ref usage in should_end_transactionJosef Bacik2017-10-301-2/+1
| * 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/+6
| * 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