Age | Commit message (Expand) | Author | Files | Lines |
2017-11-14 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 48 | -1547/+3315 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 9 | -0/+9 |
2017-11-01 | btrfs: Fix bug for misused dev_t when lookup in dev state hash table. | Gu JinXiang | 1 | -1/+1 |
2017-11-01 | Btrfs: heuristic: add Shannon entropy calculation | Timofey Titovets | 1 | -1/+84 |
2017-11-01 | Btrfs: heuristic: add byte core set calculation | Timofey Titovets | 1 | -0/+65 |
2017-11-01 | Btrfs: heuristic: add byte set calculation | Timofey Titovets | 1 | -0/+45 |
2017-11-01 | Btrfs: heuristic: add detection of repeated data patterns | Timofey Titovets | 1 | -1/+14 |
2017-11-01 | Btrfs: heuristic: implement sampling logic | Timofey Titovets | 1 | -9/+62 |
2017-11-01 | Btrfs: heuristic: add bucket and sample counters and other defines | Timofey Titovets | 1 | -1/+52 |
2017-11-01 | Btrfs: compression: separate heuristic/compression workspaces | Timofey Titovets | 1 | -18/+121 |
2017-11-01 | btrfs: move btrfs_truncate_block out of trans handle | Josef Bacik | 1 | -75/+45 |
2017-11-01 | btrfs: don't call btrfs_start_delalloc_roots in flushoncommit | Josef Bacik | 1 | -1/+10 |
2017-11-01 | btrfs: track refs in a rb_tree instead of a list | Josef Bacik | 5 | -67/+82 |
2017-11-01 | btrfs: add a comp_refs() helper | Josef Bacik | 1 | -24/+30 |
2017-11-01 | btrfs: switch args for comp_*_refs | Josef Bacik | 1 | -4/+4 |
2017-11-01 | btrfs: make the delalloc block rsv per inode | Josef Bacik | 6 | -292/+141 |
2017-11-01 | btrfs: add tracepoints for outstanding extents mods | Josef Bacik | 1 | -0/+2 |
2017-11-01 | Btrfs: rework outstanding_extents | Josef Bacik | 10 | -156/+185 |
2017-11-01 | btrfs: increase output size for LOGICAL_INO_V2 ioctl | Zygo Blaxell | 1 | -1/+2 |
2017-11-01 | btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2 | Zygo Blaxell | 1 | -3/+23 |
2017-11-01 | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ... | Zygo Blaxell | 8 | -48/+73 |
2017-11-01 | btrfs: send: remove unused code | Nikolay Borisov | 1 | -6/+0 |
2017-11-01 | btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev() | Anand Jain | 1 | -7/+8 |
2017-11-01 | btrfs: allow setting zlib compression level via :9 | Adam Borowski | 2 | -3/+4 |
2017-11-01 | btrfs: allow to set compression level for zlib | David Sterba | 8 | -6/+59 |
2017-10-30 | btrfs: Replace opencoded sizes with their symbolic constants | Nikolay Borisov | 4 | -4/+4 |
2017-10-30 | btrfs: Use bd_dev to generate index when dev_state_hashtable add items. | Gu JinXiang | 1 | -1/+1 |
2017-10-30 | btrfs: fix false EIO for missing device | Anand Jain | 1 | -1/+4 |
2017-10-30 | btrfs: use need_full_stripe() in __btrfs_map_block() | Anand Jain | 1 | -10/+6 |
2017-10-30 | btrfs: cleanup extent locking sequence | Goldwyn Rodrigues | 1 | -9/+7 |
2017-10-30 | btrfs: use BLK_STS defines where needed | Anand Jain | 3 | -3/+4 |
2017-10-30 | btrfs: add assertions for releasing trans handle reservations | Josef Bacik | 1 | -1/+4 |
2017-10-30 | btrfs: remove type argument from comp_tree_refs | Josef Bacik | 1 | -6/+4 |
2017-10-30 | btrfs: remove delayed_ref_node from ref_head | Josef Bacik | 5 | -167/+114 |
2017-10-30 | btrfs: move all ref head cleanup to the helper function | Josef Bacik | 1 | -81/+64 |
2017-10-30 | btrfs: move ref_mod modification into the if (ref) logic | Josef Bacik | 1 | -4/+2 |
2017-10-30 | btrfs: breakout empty head cleanup to a helper | Josef Bacik | 1 | -34/+45 |
2017-10-30 | btrfs: move extent_op cleanup to a helper | Josef Bacik | 1 | -37/+40 |
2017-10-30 | btrfs: add a helper to return a head ref | Josef Bacik | 1 | -15/+14 |
2017-10-30 | Btrfs: only check delayed ref usage in should_end_transaction | Josef Bacik | 1 | -2/+1 |
2017-10-30 | Btrfs: add a extent ref verify tool | Josef Bacik | 7 | -0/+1138 |
2017-10-30 | btrfs: pass root to various extent ref mod functions | Josef Bacik | 8 | -33/+37 |
2017-10-30 | btrfs: add ref-verify mount option | Josef Bacik | 2 | -0/+18 |
2017-10-30 | btrfs: get rid of sector_t and use u64 offset in submit_extent_page | David Sterba | 1 | -11/+12 |
2017-10-30 | btrfs: rename page offset parameter in submit_extent_page | David Sterba | 1 | -4/+4 |
2017-10-30 | btrfs: scrub: get rid of sector_t | David Sterba | 1 | -8/+8 |
2017-10-30 | btrfs: fix send ioctl on 32bit with 64bit kernel | Josef Bacik | 3 | -12/+56 |
2017-10-30 | btrfs: fix use of error or warning for missing device | Anand Jain | 1 | -8/+18 |
2017-10-30 | btrfs: declare btrfs_report_missing_device() static | Anand Jain | 2 | -8/+6 |
2017-10-30 | btrfs: fix EIO misuse to report missing degraded option | Anand Jain | 1 | -3/+3 |