https://github.com/torvalds/linux
Revision 883d0de485222715929f7b7e2a9a34dc9b9b2be2 authored by Miao Xie on 25 July 2013, 11:22:35 UTC, committed by Chris Mason on 01 September 2013, 12:04:34 UTC
Before applying this patch, we set the uptodate flag and unlock the extent
by the page size, it is unnecessary, we can do it in batches, it can reduce
the lock contention of the extent state tree.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
1 parent facc8a2
History
Tip revision: 883d0de485222715929f7b7e2a9a34dc9b9b2be2 authored by Miao Xie on 25 July 2013, 11:22:35 UTC
Btrfs: batch the extent state operation in the end io handle of the read page
Tip revision: 883d0de
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.1 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 253.9 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top