index
:
org/kernel/linux.git
master
staging-next
Linux Kernel Tree
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
*
btrfs: Fix misspellings in comments.
Adam Buchbinder
2016-03-14
*
Merge branch 'cleanups-4.6' into for-chris-4.6
David Sterba
2016-02-26
|
\
|
*
btrfs: fix build warning
Sudip Mukherjee
2016-02-18
*
|
Btrfs: check reserved when deciding to background flush
Josef Bacik
2016-02-18
*
|
Btrfs: change how we update the global block rsv
Josef Bacik
2016-02-18
|
/
*
btrfs: Fix no_space in write and rm loop
Zhao Lei
2016-01-20
*
btrfs: merge functions for wait snapshot creation
Zhao Lei
2016-01-20
*
Btrfs: fix deadlock running delayed iputs at transaction commit time
Filipe Manana
2016-01-19
*
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
2016-01-19
|
\
|
*
Btrfs: clean up an error code in btrfs_init_space_info()
Dan Carpenter
2016-01-15
|
*
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
2016-01-15
*
|
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
2016-01-11
|
\
\
|
*
|
Btrfs: fix race between free space endio workers and space cache writeout
Filipe Manana
2015-12-30
*
|
|
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
2016-01-11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Btrfs: use linux/sizes.h to represent constants
Byongho Lee
2016-01-07
*
|
|
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
2016-01-11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
2016-01-07
|
*
|
btrfs: better packing of btrfs_delayed_extent_op
David Sterba
2016-01-07
|
|
/
*
|
btrfs: don't run delayed references while we are creating the free space tree
Chris Mason
2015-12-30
*
|
btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.
Chris Mason
2015-12-30
*
|
Merge branch 'freespace-4.5' into for-linus-4.5
Chris Mason
2015-12-23
|
\
\
|
*
\
Merge branch 'freespace-tree' into for-linus-4.5
Chris Mason
2015-12-18
|
|
\
\
|
|
*
|
Btrfs: wire up the free space tree to the extent tree
Omar Sandoval
2015-12-17
|
|
*
|
Btrfs: implement the free space B-tree
Omar Sandoval
2015-12-17
|
|
*
|
Btrfs: refactor caching_thread()
Omar Sandoval
2015-12-17
*
|
|
|
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
2015-12-23
|
\
\
\
\
|
*
|
|
|
Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups
Filipe Manana
2015-12-21
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
2015-12-23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
btrfs: remove a trivial helper btrfs_set_buffer_uptodate
David Sterba
2015-12-07
*
|
|
|
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
2015-12-10
|
|
/
/
|
/
|
|
*
|
|
btrfs: qgroup: account shared subtree during snapshot delete
Mark Fasheh
2015-11-25
*
|
|
Btrfs: fix race between cleaner kthread and space cache writeout
Filipe Manana
2015-11-25
*
|
|
Btrfs: fix scrub preventing unused block groups from being deleted
Filipe Manana
2015-11-25
*
|
|
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
2015-11-25
*
|
|
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
2015-11-25
|
/
/
*
|
btrfs: Use fs_info directly in btrfs_delete_unused_bgs
Zhao Lei
2015-11-10
*
|
btrfs: Fix lost-data-profile caused by auto removing bg
Zhao Lei
2015-11-10
*
|
Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state
chandan
2015-11-03
*
|
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
Qu Wenruo
2015-10-26
*
|
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
2015-10-25
*
|
Btrfs: fix regression when running delayed references
Filipe Manana
2015-10-25
*
|
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
2015-10-21
|
\
\
|
*
|
Btrfs: don't keep trying to build clusters if we are fragmented
Josef Bacik
2015-10-21
|
*
|
Btrfs: cut down on loops through the allocator
Josef Bacik
2015-10-21
|
*
|
Btrfs: don't continue setting up space cache when enospc
Josef Bacik
2015-10-21
|
*
|
Btrfs: keep track of max_extent_size per space_info
Josef Bacik
2015-10-21
|
*
|
Btrfs: don't loop in allocator for space cache
Josef Bacik
2015-10-21
|
*
|
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
2015-10-21
|
*
|
Btrfs: add fragment=* debug mount option
Josef Bacik
2015-10-21
*
|
|
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
Qu Wenruo
2015-10-21
[next]