aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-04btrfs: Output more info for enospc_debug mount optionQu Wenruo
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-18btrfs: fix build warningSudip Mukherjee
2016-02-18Btrfs: check reserved when deciding to background flushJosef Bacik
2016-02-18Btrfs: change how we update the global block rsvJosef Bacik
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-15Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba
2015-12-30Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason
2015-12-30btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.Chris Mason
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2015-12-21Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason
2015-12-17Btrfs: wire up the free space tree to the extent treeOmar Sandoval
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-10btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei
2015-11-10btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei
2015-11-03Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-25Btrfs: fix regression when running delayed referencesFilipe Manana
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik
2015-10-21Btrfs: cut down on loops through the allocatorJosef Bacik
2015-10-21Btrfs: don't continue setting up space cache when enospcJosef Bacik
2015-10-21Btrfs: keep track of max_extent_size per space_infoJosef Bacik