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
netfilter
Kconfig -rw-r--r-- 6.9 KB
Makefile -rw-r--r-- 1.4 KB
addrconf.c -rw-r--r-- 115.6 KB
addrconf_core.c -rw-r--r-- 2.5 KB
addrlabel.c -rw-r--r-- 13.8 KB
af_inet6.c -rw-r--r-- 30.0 KB
ah6.c -rw-r--r-- 17.4 KB
anycast.c -rw-r--r-- 10.9 KB
datagram.c -rw-r--r-- 19.9 KB
esp6.c -rw-r--r-- 15.7 KB
exthdrs.c -rw-r--r-- 21.0 KB
exthdrs_core.c -rw-r--r-- 3.4 KB
fib6_rules.c -rw-r--r-- 6.9 KB
icmp.c -rw-r--r-- 22.0 KB
inet6_connection_sock.c -rw-r--r-- 6.8 KB
inet6_hashtables.c -rw-r--r-- 8.1 KB
ip6_fib.c -rw-r--r-- 35.7 KB
ip6_flowlabel.c -rw-r--r-- 17.4 KB
ip6_input.c -rw-r--r-- 7.9 KB
ip6_output.c -rw-r--r-- 41.0 KB
ip6_tunnel.c -rw-r--r-- 37.0 KB
ip6mr.c -rw-r--r-- 50.8 KB
ipcomp6.c -rw-r--r-- 5.4 KB
ipv6_sockglue.c -rw-r--r-- 27.9 KB
mcast.c -rw-r--r-- 62.4 KB
mip6.c -rw-r--r-- 13.3 KB
ndisc.c -rw-r--r-- 46.2 KB
netfilter.c -rw-r--r-- 4.9 KB
proc.c -rw-r--r-- 10.5 KB
protocol.c -rw-r--r-- 1.6 KB
raw.c -rw-r--r-- 31.0 KB
reassembly.c -rw-r--r-- 18.8 KB
route.c -rw-r--r-- 73.0 KB
sit.c -rw-r--r-- 29.2 KB
syncookies.c -rw-r--r-- 7.3 KB
sysctl_net_ipv6.c -rw-r--r-- 3.5 KB
tcp_ipv6.c -rw-r--r-- 55.5 KB
tunnel6.c -rw-r--r-- 4.6 KB
udp.c -rw-r--r-- 37.7 KB
udp_impl.h -rw-r--r-- 1.4 KB
udplite.c -rw-r--r-- 3.4 KB
xfrm6_input.c -rw-r--r-- 3.0 KB
xfrm6_mode_beet.c -rw-r--r-- 3.2 KB
xfrm6_mode_ro.c -rw-r--r-- 2.3 KB
xfrm6_mode_transport.c -rw-r--r-- 2.3 KB
xfrm6_mode_tunnel.c -rw-r--r-- 3.0 KB
xfrm6_output.c -rw-r--r-- 3.6 KB
xfrm6_policy.c -rw-r--r-- 8.5 KB
xfrm6_state.c -rw-r--r-- 4.6 KB
xfrm6_tunnel.c -rw-r--r-- 9.9 KB

back to top