index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Honour FITRIM range constraints during free space trim
Nikolay Borisov
2019-06-11
1
-6
/
+19
*
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
2019-01-16
1
-1
/
+57
*
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
2019-01-16
1
-1
/
+27
*
Btrfs: kill BUG_ON in run_delayed_tree_ref
Liu Bo
2019-01-16
1
-1
/
+7
*
Btrfs: fix em leak in find_first_block_group
Josef Bacik
2019-01-16
1
-0
/
+1
*
Btrfs: check inconsistence between chunk and block group
Liu Bo
2019-01-16
1
-1
/
+16
*
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
2019-01-16
1
-1
/
+1
*
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
2018-12-01
1
-9
/
+1
*
btrfs: make sure we create all new block groups
Josef Bacik
2018-11-21
1
-2
/
+5
*
btrfs: wait on caching when putting the bg cache
Josef Bacik
2018-11-21
1
-0
/
+1
*
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
2018-11-21
1
-0
/
+4
*
btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
Jeff Mahoney
2018-11-21
1
-2
/
+2
*
btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
Qu Wenruo
2018-11-21
1
-0
/
+14
*
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
2018-11-21
1
-6
/
+12
*
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
2018-09-15
1
-1
/
+1
*
btrfs: don't leak ret from do_chunk_alloc
Josef Bacik
2018-09-05
1
-1
/
+1
*
btrfs: Fix possible softlock on single core machines
Nikolay Borisov
2018-05-30
1
-0
/
+1
*
btrfs: clear space cache inode generation always
Josef Bacik
2017-12-05
1
-7
/
+7
*
btrfs: fix memory leak in update_space_info failure path
Jeff Mahoney
2017-06-14
1
-0
/
+1
*
btrfs: fix error handling when run_delayed_extent_op fails
Jeff Mahoney
2017-01-19
1
-0
/
+3
*
btrfs: fix locking when we put back a delayed ref that's too new
Jeff Mahoney
2017-01-19
1
-1
/
+1
*
Btrfs: don't BUG() during drop snapshot
Josef Bacik
2017-01-06
1
-11
/
+27
*
Btrfs: fix memory leak in do_walk_down
Liu Bo
2017-01-06
1
-0
/
+1
*
Btrfs: bail out if block group has different mixed flag
Liu Bo
2017-01-06
1
-0
/
+14
*
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
2016-07-27
1
-1
/
+1
*
btrfs: Fix no_space in write and rm loop
Zhao Lei
2016-03-09
1
-1
/
+3
*
Btrfs: fix deadlock running delayed iputs at transaction commit time
Filipe Manana
2016-03-09
1
-4
/
+5
*
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
2015-12-10
1
-3
/
+7
*
btrfs: qgroup: account shared subtree during snapshot delete
Mark Fasheh
2015-11-25
1
-7
/
+40
*
Btrfs: fix race between cleaner kthread and space cache writeout
Filipe Manana
2015-11-25
1
-13
/
+16
*
Btrfs: fix scrub preventing unused block groups from being deleted
Filipe Manana
2015-11-25
1
-1
/
+1
*
Btrfs: fix the number of transaction units needed to remove a block group
Filipe Manana
2015-11-25
1
-3
/
+34
*
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
2015-11-25
1
-2
/
+12
*
btrfs: Use fs_info directly in btrfs_delete_unused_bgs
Zhao Lei
2015-11-10
1
-2
/
+2
*
btrfs: Fix lost-data-profile caused by auto removing bg
Zhao Lei
2015-11-10
1
-2
/
+5
*
Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state
chandan
2015-11-03
1
-1
/
+6
*
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
Qu Wenruo
2015-10-26
1
-6
/
+8
*
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
2015-10-25
1
-29
/
+16
*
Btrfs: fix regression when running delayed references
Filipe Manana
2015-10-25
1
-0
/
+14
*
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
2015-10-21
1
-32
/
+240
|
\
|
*
Btrfs: don't keep trying to build clusters if we are fragmented
Josef Bacik
2015-10-21
1
-24
/
+78
|
*
Btrfs: cut down on loops through the allocator
Josef Bacik
2015-10-21
1
-3
/
+36
|
*
Btrfs: don't continue setting up space cache when enospc
Josef Bacik
2015-10-21
1
-0
/
+19
|
*
Btrfs: keep track of max_extent_size per space_info
Josef Bacik
2015-10-21
1
-1
/
+30
|
*
Btrfs: don't loop in allocator for space cache
Josef Bacik
2015-10-21
1
-1
/
+1
|
*
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
2015-10-21
1
-2
/
+3
|
*
Btrfs: add fragment=* debug mount option
Josef Bacik
2015-10-21
1
-5
/
+77
*
|
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
Qu Wenruo
2015-10-21
1
-10
/
+18
*
|
btrfs: qgroup: Add handler for NOCOW and inline
Qu Wenruo
2015-10-21
1
-1
/
+6
*
|
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
2015-10-21
1
-98
/
+11
[next]