index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-10
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
1
-3
/
+7
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
2015-10-25
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
1
-29
/
+16
2015-10-25
Btrfs: fix regression when running delayed references
Filipe Manana
1
-0
/
+14
2015-10-22
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
1
-32
/
+240
2015-10-22
Btrfs: don't keep trying to build clusters if we are fragmented
Josef Bacik
1
-24
/
+78
2015-10-22
Btrfs: cut down on loops through the allocator
Josef Bacik
1
-3
/
+36
2015-10-22
Btrfs: don't continue setting up space cache when enospc
Josef Bacik
1
-0
/
+19
2015-10-22
Btrfs: keep track of max_extent_size per space_info
Josef Bacik
1
-1
/
+30
2015-10-22
Btrfs: don't loop in allocator for space cache
Josef Bacik
1
-1
/
+1
2015-10-22
Btrfs: add a flags field to btrfs_transaction
Josef Bacik
1
-2
/
+3
2015-10-22
Btrfs: add fragment=* debug mount option
Josef Bacik
1
-5
/
+77
2015-10-22
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
Qu Wenruo
1
-10
/
+18
2015-10-22
btrfs: qgroup: Add handler for NOCOW and inline
Qu Wenruo
1
-1
/
+6
2015-10-22
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-98
/
+11
2015-10-22
btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space
Qu Wenruo
1
-0
/
+59
2015-10-22
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...
Qu Wenruo
1
-2
/
+2
2015-10-22
btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...
Qu Wenruo
1
-9
/
+76
2015-10-22
btrfs: qgroup: Use new metadata reservation.
Qu Wenruo
1
-8
/
+6
2015-10-22
btrfs: delayed_ref: release and free qgroup reserved at proper timing
Qu Wenruo
1
-0
/
+5
2015-10-22
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-33
/
+25
2015-10-21
btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile
Zhao Lei
1
-26
/
+22
2015-10-21
btrfs: use a single if() statement for one outcome in get_block_rsv()
Alexandru Moise
1
-7
/
+3
2015-10-13
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...
Chris Mason
1
-2
/
+1
2015-10-13
Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-1
/
+1
2015-10-13
Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-6
/
+8
2015-10-10
btrfs: add comments to barriers before waitqueue_active
David Sterba
1
-2
/
+1
2015-10-08
btrfs: switch message printers to ratelimited variants
David Sterba
1
-6
/
+8
2015-10-06
Btrfs: fix deadlock when finalizing block group creation
Filipe Manana
1
-1
/
+8
2015-09-29
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
1
-1
/
+1
2015-09-22
Btrfs: keep dropped roots in cache until transaction commit
Josef Bacik
1
-1
/
+1
2015-09-08
Btrfs: don't initialize a space info as full to prevent ENOSPC
Filipe Manana
1
-4
/
+1
2015-08-09
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
Chris Mason
1
-9
/
+239
2015-08-09
btrfs: Remove root argument in extent_data_ref_count()
Zhaolei
1
-3
/
+2
2015-08-09
btrfs: Fix wrong comment of btrfs_alloc_tree_block()
Zhaolei
1
-3
/
+0
2015-08-09
btrfs: Use ref_cnt for set_block_group_ro()
Zhaolei
1
-21
/
+21
2015-07-29
btrfs: add missing discards when unpinning extents with -o discard
Jeff Mahoney
1
-4
/
+64
2015-07-29
btrfs: iterate over unused chunk space in FITRIM
Jeff Mahoney
1
-0
/
+101
2015-07-29
btrfs: skip superblocks during discard
Jeff Mahoney
1
-4
/
+55
2015-07-29
btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundaries
Jeff Mahoney
1
-4
/
+13
2015-07-29
btrfs: make btrfs_issue_discard return bytes discarded
Jeff Mahoney
1
-5
/
+14
2015-07-23
Btrfs: fix quick exhaustion of the system array in the superblock
Filipe Manana
1
-0
/
+18
[next]