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
crush
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 346 bytes
armor.c -rw-r--r-- 1.9 KB
auth.c -rw-r--r-- 5.6 KB
auth_none.c -rw-r--r-- 2.9 KB
auth_none.h -rw-r--r-- 536 bytes
auth_x.c -rw-r--r-- 16.3 KB
auth_x.h -rw-r--r-- 847 bytes
auth_x_protocol.h -rw-r--r-- 1.7 KB
buffer.c -rw-r--r-- 1.4 KB
ceph_common.c -rw-r--r-- 14.3 KB
ceph_fs.c -rw-r--r-- 1.7 KB
ceph_hash.c -rw-r--r-- 2.8 KB
ceph_strings.c -rw-r--r-- 2.5 KB
crypto.c -rw-r--r-- 11.6 KB
crypto.h -rw-r--r-- 1.5 KB
debugfs.c -rw-r--r-- 6.5 KB
messenger.c -rw-r--r-- 63.3 KB
mon_client.c -rw-r--r-- 24.7 KB
msgpool.c -rw-r--r-- 1.9 KB
osd_client.c -rw-r--r-- 55.9 KB
osdmap.c -rw-r--r-- 26.9 KB
pagelist.c -rw-r--r-- 3.6 KB
pagevec.c -rw-r--r-- 4.8 KB

back to top