summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+21Star
|\ \
| * | Btrfs: Refactor btrfs_lock_cluster() to kill compiler warningGeert Uytterhoeven2016-04-281-21/+20Star
| * | 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-201-4/+5
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-201-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/+12Star
|\ \ \ | | |/ | |/|
| * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-16/+13Star
* | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-15/+12Star
|\ \ \ | |_|/ |/| |
| * | 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/+6Star
| |/
* | 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
|\ \ \ \
| * | | | Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana2015-12-211-2/+17
| | |_|/ | |/| |
* | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-071-1/+1
* | | | Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-101-3/+7
| |/ / |/| |
* | | btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2015-11-251-7/+40
* | | Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana2015-11-251-13/+16
* | | Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-251-1/+1
* | | Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-251-3/+34
* | | Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-2/+12
|/ /
* | btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei2015-11-111-2/+2
* | btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei2015-11-111-2/+5
* | Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan2015-11-031-1/+6
* | btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-271-6/+8