summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-53/+71
2016-08-01Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-262/+469
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-24/+23
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney1-3/+3
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney1-1/+1
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-4/+4
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-15/+15
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney1-4/+6
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba1-0/+2
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang1-2/+2
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2016-07-21Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik1-0/+5
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik1-0/+2
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik1-1/+7
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik1-36/+9
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik1-5/+6
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik1-0/+3
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik1-5/+1
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik1-10/+12
2016-07-07Btrfs: fix delalloc reservation amount tracepointJosef Bacik1-1/+3
2016-07-07Btrfs: trace pinned extentsJosef Bacik1-0/+8
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik1-151/+378
2016-07-07Btrfs: add tracepoint for adding block groupsJosef Bacik1-0/+2
2016-07-07Btrfs: warn_on for unaccounted spacesJosef Bacik1-6/+8
2016-07-07Btrfs: always reserve metadata for delalloc extentsJosef Bacik1-22/+13
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-12/+6
2016-07-07Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik1-18/+11
2016-06-23btrfs: fix deadlock in delayed_ref_async_startChris Mason1-9/+11
2016-06-23Btrfs: track transid for delayed ref flushingJosef Bacik1-3/+12
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+1
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo1-4/+6
2016-06-07btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie1-1/+1
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana1-0/+6
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-24/+24
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-16/+16
2016-05-18Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-6/+116
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-22/+21
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana1-0/+53
2016-05-13Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana1-2/+56
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-4/+7
2016-05-09btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski1-1/+1
2016-04-29btrfs: sink gfp parameter to set_extent_newDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba1-1/+1
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-4/+4
2016-04-29btrfs: sink gfp parameter to set_extent_bitsDavid Sterba1-2/+2
2016-04-28Btrfs: Refactor btrfs_lock_cluster() to kill compiler warningGeert Uytterhoeven1-21/+20
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+19
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2