| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-23 | 1 | -6/+3 |
|\ |
|
| * | Btrfs: handle quota reserve failure properly | Josef Bacik | 2016-09-21 | 1 | -6/+3 |
* | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-09 | 1 | -8/+15 |
|\ \
| |/ |
|
| * | btrfs: introduce tickets_id to determine whether asynchronous metadata reclai... | Wang Xiaoguang | 2016-09-06 | 1 | -5/+6 |
| * | btrfs: do not decrease bytes_may_use when replaying extents | Wang Xiaoguang | 2016-09-05 | 1 | -3/+9 |
* | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-03 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve... | Wang Xiaoguang | 2016-09-01 | 1 | -5/+5 |
* | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-26 | 1 | -99/+86 |
|\ \
| |/ |
|
| * | Btrfs: fix em leak in find_first_block_group | Josef Bacik | 2016-08-25 | 1 | -0/+1 |
| * | Btrfs: clarify do_chunk_alloc()'s return value | Liu Bo | 2016-08-25 | 1 | -0/+9 |
| * | btrfs: update btrfs_space_info's bytes_may_use timely | Wang Xiaoguang | 2016-08-25 | 1 | -37/+19 |
| * | btrfs: divide btrfs_update_reserved_bytes() into two functions | Wang Xiaoguang | 2016-08-25 | 1 | -40/+57 |
| * | btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() | Qu Wenruo | 2016-08-25 | 1 | -32/+5 |
| * | btrfs: flush_space: treat return value of do_chunk_alloc properly | Alex Lyakas | 2016-08-25 | 1 | -1/+1 |
| * | Btrfs: add ASSERT for block group's memory leak | Liu Bo | 2016-08-25 | 1 | -0/+5 |
* | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-04 | 1 | -53/+71 |
|\ \
| |/ |
|
| * | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 2016-07-26 | 1 | -24/+23 |
| * | btrfs: add btrfs_trans_handle->fs_info pointer | Jeff Mahoney | 2016-07-26 | 1 | -3/+3 |
| * | btrfs: introduce BTRFS_MAX_ITEM_SIZE | Jeff Mahoney | 2016-07-26 | 1 | -1/+1 |
| * | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root | Jeff Mahoney | 2016-07-26 | 1 | -4/+4 |
| * | btrfs: btrfs_test_opt and friends should take a btrfs_fs_info | Jeff Mahoney | 2016-07-26 | 1 | -15/+15 |
| * | btrfs: prefix fsid to all trace events | Jeff Mahoney | 2016-07-26 | 1 | -4/+6 |
| * | btrfs: hide test-only member under ifdef | David Sterba | 2016-07-26 | 1 | -0/+2 |
| * | btrfs: fix free space calculation in dump_space_info() | Wang Xiaoguang | 2016-07-26 | 1 | -2/+2 |
| * | Btrfs: check inconsistence between chunk and block group | Liu Bo | 2016-07-26 | 1 | -1/+16 |
* | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-07-31 | 1 | -262/+469 |
|\ \
| |/ |
|
| * | Btrfs: avoid deadlocks during reservations in btrfs_truncate_block | Josef Bacik | 2016-07-20 | 1 | -0/+5 |
| * | Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytes | Josef Bacik | 2016-07-07 | 1 | -0/+2 |
| * | Btrfs: always use trans->block_rsv for orphans | Josef Bacik | 2016-07-07 | 1 | -1/+7 |
| * | Btrfs: change how we calculate the global block rsv | Josef Bacik | 2016-07-07 | 1 | -36/+9 |
| * | Btrfs: use root when checking need_async_flush | Josef Bacik | 2016-07-07 | 1 | -5/+6 |
| * | Btrfs: don't bother kicking async if there's nothing to reclaim | Josef Bacik | 2016-07-07 | 1 | -0/+3 |
| * | Btrfs: fix release reserved extents trace points | Josef Bacik | 2016-07-07 | 1 | -5/+1 |
| * | Btrfs: add tracepoints for flush events | Josef Bacik | 2016-07-07 | 1 | -10/+12 |
| * | Btrfs: fix delalloc reservation amount tracepoint | Josef Bacik | 2016-07-07 | 1 | -1/+3 |
| * | Btrfs: trace pinned extents | Josef Bacik | 2016-07-07 | 1 | -0/+8 |
| * | Btrfs: introduce ticketed enospc infrastructure | Josef Bacik | 2016-07-07 | 1 | -151/+378 |
| * | Btrfs: add tracepoint for adding block groups | Josef Bacik | 2016-07-07 | 1 | -0/+2 |
| * | Btrfs: warn_on for unaccounted spaces | Josef Bacik | 2016-07-07 | 1 | -6/+8 |
| * | Btrfs: always reserve metadata for delalloc extents | Josef Bacik | 2016-07-07 | 1 | -22/+13 |
| * | Btrfs: fix callers of btrfs_block_rsv_migrate | Josef Bacik | 2016-07-07 | 1 | -12/+6 |
| * | Btrfs: add bytes_readonly to the spaceinfo at once | Josef Bacik | 2016-07-07 | 1 | -18/+11 |
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | btrfs: update __btrfs_map_block for REQ_OP transition | Mike Christie | 2016-06-07 | 1 | -1/+1 |
* | | btrfs: fix deadlock in delayed_ref_async_start | Chris Mason | 2016-06-22 | 1 | -9/+11 |
* | | Btrfs: track transid for delayed ref flushing | Josef Bacik | 2016-06-22 | 1 | -3/+12 |
* | | btrfs: account for non-CoW'd blocks in btrfs_abort_transaction | Jeff Mahoney | 2016-06-17 | 1 | -1/+1 |
* | | Btrfs: check if extent buffer is aligned to sectorsize | Liu Bo | 2016-06-17 | 1 | -4/+6 |
|/ |
|
* | Btrfs: fix race between device replace and discard | Filipe Manana | 2016-05-31 | 1 | -0/+6 |
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba | 2016-05-25 | 1 | -24/+24 |
|\ |
|