summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-04btrfs: Output more info for enospc_debug mount optionQu Wenruo1-2/+19
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-1/+1
2016-02-18btrfs: fix build warningSudip Mukherjee1-1/+1
2016-02-18Btrfs: check reserved when deciding to background flushJosef Bacik1-1/+1
2016-02-18Btrfs: change how we update the global block rsvJosef Bacik1-14/+20
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei1-0/+20
2016-01-20Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-4/+5
2016-01-20Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-2/+2
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-0/+19
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason1-15/+12
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-15/+12
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-6/+6
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-16/+13
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba1-9/+6
2015-12-30Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana1-0/+19
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-0/+3
2015-12-30btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason1-0/+2
2015-12-24Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-30/+71
2015-12-24Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason1-2/+17
2015-12-24Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-1/+1
2015-12-21Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana1-2/+17
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-30/+71
2015-12-17Btrfs: wire up the free space tree to the extent treeOmar Sandoval1-3/+33
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-2/+3
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval1-26/+33
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana1-3/+7
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba1-1/+1
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh1-7/+40
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana1-13/+16