summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\
| * btrfs: update __btrfs_map_block for REQ_OP transitionMike Christie2016-06-071-1/+1
* | btrfs: fix deadlock in delayed_ref_async_startChris Mason2016-06-221-9/+11
* | Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-221-3/+12
* | btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-171-1/+1
* | Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-4/+6
|/
* Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-24/+24
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-16/+16
| * btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-291-1/+1
| * btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-291-1/+1
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-4/+4
| * btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-291-2/+2
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-6/+116
|\ \
| * | Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-131-0/+53
| * | Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana2016-05-131-2/+56
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-4/+7
| |/
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-22/+21
|\ \
| * | Btrfs: Refactor btrfs_lock_cluster() to kill compiler warningGeert Uytterhoeven2016-04-281-21/+20
| * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-1/+1
| |/
* | btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski2016-05-091-1/+1
|/
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-091-2/+19
|\
| * btrfs: Output more info for enospc_debug mount optionQu Wenruo2016-04-041-2/+19
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-1/+1
|\
| * btrfs: fix build warningSudip Mukherjee2016-02-181-1/+1
* | Btrfs: check reserved when deciding to background flushJosef Bacik2016-02-181-1/+1
* | Btrfs: change how we update the global block rsvJosef Bacik2016-02-181-14/+20
|/
* btrfs: Fix no_space in write and rm loopZhao Lei2016-01-201-1/+3
* btrfs: merge functions for wait snapshot creationZhao Lei2016-01-201-0/+20
* Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-191-4/+5
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-191-2/+2
|\
| * Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2016-01-151-1/+1
| * btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-151-1/+1
* | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-111-0/+19
|\ \
| * | Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana2015-12-301-0/+19
* | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-15/+12
|\ \ \ | | |/ | |/|
| * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-16/+13
* | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-15/+12
|\ \ \ | |_|/ |/| |
| * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-6/+6
| * | btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-071-9/+6
| |/
* | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-301-0/+3
* | btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason2015-12-301-0/+2
* | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-231-30/+71
|\ \
| * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-30/+71
| |\ \
| | * | Btrfs: wire up the free space tree to the extent treeOmar Sandoval2015-12-171-3/+33
| | * | Btrfs: implement the free space B-treeOmar Sandoval2015-12-171-2/+3
| | * | Btrfs: refactor caching_thread()Omar Sandoval2015-12-171-26/+33
* | | | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-231-2/+17
|\ \ \ \
OpenPOWER on IntegriCloud