https://github.com/torvalds/linux
Revision d8dd0b6d4836bce81cece60509ef3b157a420776 authored by Linus Torvalds on 14 April 2012, 01:07:19 UTC, committed by Linus Torvalds on 14 April 2012, 01:07:19 UTC
Pull block core bits from Jens Axboe:
 "It's a nice and quiet round this time, since most of the tricky stuff
  has been pushed to 3.5 to give it more time to mature.  After a few
  hectic block IO core changes for 3.3 and 3.2, I'm quite happy with a
  slow round.

  Really minor stuff in here, the only real functional change is making
  the auto-unplug threshold a per-queue entity.  The threshold is set so
  that it's low enough that we don't hold off IO for too long, but still
  big enough to get a nice benefit from the batched insert (and hence
  queue lock cost reduction).  For raid configurations, this currently
  breaks down."

* 'for-3.4/core' of git://git.kernel.dk/linux-block:
  block: make auto block plug flush threshold per-disk based
  Documentation: Add sysfs ABI change for cfq's target latency.
  block: Make cfq_target_latency tunable through sysfs.
  block: use lockdep_assert_held for queue locking
  block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL
2 parent s 2d59dcf + 1b2e19f
History
Tip revision: d8dd0b6d4836bce81cece60509ef3b157a420776 authored by Linus Torvalds on 14 April 2012, 01:07:19 UTC
Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-block
Tip revision: d8dd0b6
File Mode Size
Makefile -rw-r--r-- 779 bytes
datagram.c -rw-r--r-- 18.4 KB
dev.c -rw-r--r-- 159.8 KB
dev_addr_lists.c -rw-r--r-- 17.1 KB
drop_monitor.c -rw-r--r-- 8.5 KB
dst.c -rw-r--r-- 9.8 KB
ethtool.c -rw-r--r-- 36.0 KB
fib_rules.c -rw-r--r-- 16.8 KB
filter.c -rw-r--r-- 15.8 KB
flow.c -rw-r--r-- 10.8 KB
flow_dissector.c -rw-r--r-- 3.1 KB
gen_estimator.c -rw-r--r-- 8.4 KB
gen_stats.c -rw-r--r-- 6.7 KB
iovec.c -rw-r--r-- 5.6 KB
kmap_skb.h -rw-r--r-- 327 bytes
link_watch.c -rw-r--r-- 5.5 KB
neighbour.c -rw-r--r-- 72.9 KB
net-sysfs.c -rw-r--r-- 35.6 KB
net-sysfs.h -rw-r--r-- 361 bytes
net-traces.c -rw-r--r-- 888 bytes
net_namespace.c -rw-r--r-- 14.5 KB
netevent.c -rw-r--r-- 2.1 KB
netpoll.c -rw-r--r-- 21.1 KB
netprio_cgroup.c -rw-r--r-- 7.4 KB
pktgen.c -rw-r--r-- 90.8 KB
request_sock.c -rw-r--r-- 3.5 KB
rtnetlink.c -rw-r--r-- 50.9 KB
scm.c -rw-r--r-- 7.6 KB
secure_seq.c -rw-r--r-- 4.2 KB
skbuff.c -rw-r--r-- 81.0 KB
sock.c -rw-r--r-- 66.8 KB
sock_diag.c -rw-r--r-- 4.7 KB
stream.c -rw-r--r-- 5.1 KB
sysctl_net_core.c -rw-r--r-- 5.6 KB
timestamping.c -rw-r--r-- 3.2 KB
user_dma.c -rw-r--r-- 3.3 KB
utils.c -rw-r--r-- 6.7 KB

back to top