Age | Commit message (Expand) | Author | Files | Lines |
2016-05-18 | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 1 | -6/+116 |
2016-05-16 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 | David Sterba | 1 | -22/+21 |
2016-05-13 | Btrfs: fix race between block group relocation and nocow writes | Filipe Manana | 1 | -0/+53 |
2016-05-13 | Btrfs: don't do unnecessary delalloc flushes when relocating | Filipe Manana | 1 | -2/+56 |
2016-05-13 | Btrfs: don't wait for unrelated IO to finish before relocation | Filipe Manana | 1 | -4/+7 |
2016-05-09 | btrfs: fix int32 overflow in shrink_delalloc(). | Adam Borowski | 1 | -1/+1 |
2016-04-28 | Btrfs: Refactor btrfs_lock_cluster() to kill compiler warning | Geert Uytterhoeven | 1 | -21/+20 |
2016-04-28 | btrfs: rename btrfs_std_error to btrfs_handle_fs_error | Anand Jain | 1 | -1/+1 |
2016-04-09 | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+19 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-04-04 | btrfs: Output more info for enospc_debug mount option | Qu Wenruo | 1 | -2/+19 |
2016-03-14 | btrfs: Fix misspellings in comments. | Adam Buchbinder | 1 | -1/+1 |
2016-02-26 | Merge branch 'cleanups-4.6' into for-chris-4.6 | David Sterba | 1 | -1/+1 |
2016-02-18 | btrfs: fix build warning | Sudip Mukherjee | 1 | -1/+1 |
2016-02-18 | Btrfs: check reserved when deciding to background flush | Josef Bacik | 1 | -1/+1 |
2016-02-18 | Btrfs: change how we update the global block rsv | Josef Bacik | 1 | -14/+20 |
2016-01-20 | btrfs: Fix no_space in write and rm loop | Zhao Lei | 1 | -1/+3 |
2016-01-20 | btrfs: merge functions for wait snapshot creation | Zhao Lei | 1 | -0/+20 |
2016-01-20 | Btrfs: fix deadlock running delayed iputs at transaction commit time | Filipe Manana | 1 | -4/+5 |
2016-01-20 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 1 | -2/+2 |
2016-01-15 | Btrfs: clean up an error code in btrfs_init_space_info() | Dan Carpenter | 1 | -1/+1 |
2016-01-15 | btrfs: cleanup, stop casting for extent_map->lookup everywhere | Jeff Mahoney | 1 | -1/+1 |
2016-01-11 | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 1 | -0/+19 |
2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 1 | -15/+12 |
2016-01-11 | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 1 | -15/+12 |
2016-01-07 | btrfs: cleanup, use enum values for btrfs_path reada | David Sterba | 1 | -6/+6 |
2016-01-07 | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 1 | -16/+13 |
2016-01-07 | btrfs: better packing of btrfs_delayed_extent_op | David Sterba | 1 | -9/+6 |
2015-12-30 | Btrfs: fix race between free space endio workers and space cache writeout | Filipe Manana | 1 | -0/+19 |
2015-12-30 | btrfs: don't run delayed references while we are creating the free space tree | Chris Mason | 1 | -0/+3 |
2015-12-30 | btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled. | Chris Mason | 1 | -0/+2 |
2015-12-24 | Merge branch 'freespace-4.5' into for-linus-4.5 | Chris Mason | 1 | -30/+71 |
2015-12-24 | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 1 | -2/+17 |
2015-12-24 | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 1 | -1/+1 |
2015-12-21 | Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups | Filipe Manana | 1 | -2/+17 |
2015-12-18 | Merge branch 'freespace-tree' into for-linus-4.5 | Chris Mason | 1 | -30/+71 |
2015-12-17 | Btrfs: wire up the free space tree to the extent tree | Omar Sandoval | 1 | -3/+33 |
2015-12-17 | Btrfs: implement the free space B-tree | Omar Sandoval | 1 | -2/+3 |
2015-12-17 | Btrfs: refactor caching_thread() | Omar Sandoval | 1 | -26/+33 |
2015-12-10 | Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list | Filipe Manana | 1 | -3/+7 |
2015-12-07 | btrfs: remove a trivial helper btrfs_set_buffer_uptodate | David Sterba | 1 | -1/+1 |
2015-11-25 | btrfs: qgroup: account shared subtree during snapshot delete | Mark Fasheh | 1 | -7/+40 |
2015-11-25 | Btrfs: fix race between cleaner kthread and space cache writeout | Filipe Manana | 1 | -13/+16 |
2015-11-25 | Btrfs: fix scrub preventing unused block groups from being deleted | Filipe Manana | 1 | -1/+1 |
2015-11-25 | Btrfs: fix the number of transaction units needed to remove a block group | Filipe Manana | 1 | -3/+34 |
2015-11-25 | Btrfs: use global reserve when deleting unused block group after ENOSPC | Filipe Manana | 1 | -2/+12 |
2015-11-11 | btrfs: Use fs_info directly in btrfs_delete_unused_bgs | Zhao Lei | 1 | -2/+2 |
2015-11-11 | btrfs: Fix lost-data-profile caused by auto removing bg | Zhao Lei | 1 | -2/+5 |
2015-11-03 | Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state | chandan | 1 | -1/+6 |
2015-10-27 | btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans | Qu Wenruo | 1 | -6/+8 |