git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f60cbd
)
Btrfs: use slabs for delayed reference allocation
author
Miao Xie
<miaox@cn.fujitsu.com>
Wed, 21 Nov 2012 02:21:28 +0000
(
02:21
+0000)
committer
Josef Bacik
<jbacik@fusionio.com>
Wed, 20 Feb 2013 14:36:34 +0000
(09:36 -0500)
The delayed reference allocation is in the fast path of the IO, so use slabs
to improve the speed of the allocation.
And besides that, it can do check for leaked objects when the module is removed.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
No differences found