- 54b466e cfq-iosched: fix use-after-free of cfqq by Jens Axboe · 13 years ago
- b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
- 5d381ef Revert "block: recursive merge requests" by Jens Axboe · 13 years ago
- 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 13 years ago
- 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 13 years ago
- ef00f59 block: Add BLKROTATIONAL ioctl by Martin K. Petersen · 13 years ago
- b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 13 years ago
- db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
- 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
- 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 13 years ago
- 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
- ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
- 94ea415 separate partition format handling from generic code by Al Viro · 13 years ago
- 9be96f3 move fs/partitions to block/ by Al Viro · 13 years ago
- 4752bc3 make register_disk() static by Al Viro · 13 years ago
- f2b20d4 block: fix blk_queue_end_tag() by Dan Williams · 13 years ago
- c98b2cc block: remove WARN_ON_ONCE() in exit_io_context() by Tejun Heo · 13 years ago
- fd63836 block: an exiting task should be allowed to create io_context by Tejun Heo · 13 years ago
- 609f6ea block: re-use existing 'reading' variable instead of checking direction again by majianpeng · 13 years ago
- 64c4299 block: ioc_cgroup_changed() needs to be exported by Jens Axboe · 13 years ago
- 6ae0516 block, cfq: fix empty queue crash caused by request merge by Shaohua Li · 13 years ago
- 2741932 block: recursive merge requests by Shaohua Li · 13 years ago
- 4a0b75c block, cfq: fix empty queue crash caused by request merge by Shaohua Li · 13 years ago
- 4eabc94 block: don't kick empty queue in blk_drain_queue() by Tejun Heo · 13 years ago
- f1f8cc9 block, cfq: move icq creation and rq->elv.icq association to block core by Tejun Heo · 13 years ago
- 9b84cac block, cfq: restructure io_cq creation path for io_context interface cleanup by Tejun Heo · 13 years ago
- 7e5a879 block, cfq: move io_cq exit/release to blk-ioc.c by Tejun Heo · 13 years ago
- 3d3c237 block, cfq: move icq cache management to block core by Tejun Heo · 13 years ago
- 47fdd4c block, cfq: move io_cq lookup to blk-ioc.c by Tejun Heo · 13 years ago
- a612fdd block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq by Tejun Heo · 13 years ago
- c586980 block, cfq: reorganize cfq_io_context into generic and cfq specific parts by Tejun Heo · 13 years ago
- 22f746e block: remove elevator_queue->ops by Tejun Heo · 13 years ago
- f8fc877 block: reorder elevator switch sequence by Tejun Heo · 13 years ago
- f2dbd76 block, cfq: replace current_io_context() with create_io_context() by Tejun Heo · 13 years ago
- 1238033 block, cfq: kill cic->key by Tejun Heo · 13 years ago
- b50b636 block, cfq: kill ioc_gone by Tejun Heo · 13 years ago
- b9a1920 block, cfq: remove delayed unlink by Tejun Heo · 13 years ago
- b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 13 years ago
- f1a4f4d block, cfq: fix cic lookup locking by Tejun Heo · 13 years ago
- 216284c block, cfq: fix race condition in cic creation path and tighten locking by Tejun Heo · 13 years ago
- dc86900 block, cfq: move ioc ioprio/cgroup changed handling to cic by Tejun Heo · 13 years ago
- 283287a block, cfq: misc updates to cfq_io_context by Tejun Heo · 13 years ago
- 09ac46c block: misc updates to blk_get_queue() by Tejun Heo · 13 years ago
- 6e736be block: make ioc get/put interface more conventional and fix race on alloction by Tejun Heo · 13 years ago
- 42ec57a block: misc ioc cleanups by Tejun Heo · 13 years ago
- a73f730 block, cfq: move cfqd->cic_index to q->id by Tejun Heo · 13 years ago
- 8ba6143 block: add missing blk_queue_dead() checks by Tejun Heo · 13 years ago
- 481a7d6 block: fix drain_all condition in blk_drain_queue() by Tejun Heo · 13 years ago
- 34f6055 block: add blk_queue_dead() by Tejun Heo · 13 years ago
- 1ba64ed block, sx8: kill blk_insert_request() by Tejun Heo · 13 years ago
- bb9d97b cgroup: don't use subsys->can_attach_task() or ->attach_task() by Tejun Heo · 13 years ago
- 5eb4685 cfq-iosched: fix cfq_cic_link() race confition by Yasuaki Ishimatsu · 13 years ago
- 2984ff3 cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails by majianpeng · 13 years ago
- 5151412 block: initialize request_queue's numa node during by Mike Snitzer · 13 years ago
- 019ceb7 block: add missed trace_block_plug by Shaohua Li · 13 years ago
- 3540d5e block: avoid unnecessary plug list flush by Shaohua Li · 13 years ago
- 6b76106 block: Always check length of all iov entries in blk_rq_map_user_iov() by Ben Hutchings · 13 years ago
- d098539 block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk" by Tejun Heo · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
- b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
- 6dd9ad7 block: don't call blk_drain_queue() if elevator is not up by Tejun Heo · 13 years ago
- 6adb123 block: Change module.h -> export.h in bsg-lib.c by Paul Gortmaker · 13 years ago
- d5decd3 block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
- ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
- 334c2b0 blk-throttle: use queue_is_locked() instead of lockdep_is_held() by Jens Axboe · 13 years ago
- a38eb63 blk-throttle: Take blkcg->lock while traversing blkcg->policy_list by Vivek Goyal · 13 years ago
- e060f00 blk-throttle: Free up policy node associated with deleted rule by Vivek Goyal · 13 years ago
- 5e08159 block: warn if tag is greater than real_max_depth. by Tao Ma · 13 years ago
- 8315722 Merge branch 'for-linus' into for-3.2/core by Jens Axboe · 13 years ago
- f992ae8 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
- e67b77c blk-flush: move the queue kick into by Jeff Moyer · 13 years ago
- 834f9f6 blk-flush: fix invalid BUG_ON in blk_insert_flush by Jeff Moyer · 13 years ago
- 9562ad9 block: Remove the control of complete cpu from bio. by Tao Ma · 13 years ago
- e890413 block: fix a typo in the blk-cgroup.h file by Jie Liu · 13 years ago
- c9a929d block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown by Tejun Heo · 13 years ago
- bd87b58 block: drop @tsk from attempt_plug_merge() and explain sync rules by Tejun Heo · 13 years ago
- da8303c block: make get_request[_wait]() fail if queue is dead by Tejun Heo · 13 years ago
- bc16a4f block: reorganize throtl_get_tg() and blk_throtl_bio() by Tejun Heo · 13 years ago
- e3c78ca block: reorganize queue draining by Tejun Heo · 13 years ago
- 315fcee block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg() by Tejun Heo · 13 years ago
- 75eb6c3 block: pass around REQ_* flags instead of broken down booleans during request alloc/free by Tejun Heo · 13 years ago
- bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
- ece8424 block: fix genhd refcounting in blkio_policy_parse_and_set() by Tejun Heo · 13 years ago
- 523e1d3 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
- 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
- 777eb1b block: Free queue resources at blk_release_queue() by Hannes Reinecke · 13 years ago
- d11bb44 blk-cgroup: be able to remove the record of unplugged device by Wanlong Gao · 13 years ago
- 499337b block/blk-sysfs.c: fix kerneldoc references by Andrew Morton · 13 years ago
- 75df713 block: document blk-plug by Suresh Jayaraman · 13 years ago
- 27a84d5 block: refactor generic_make_request by Christoph Hellwig · 13 years ago
- 8ad6a56 block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_request by Tao Ma · 13 years ago
- 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
- c20e8de block: rename __make_request() to blk_queue_bio() by Jens Axboe · 13 years ago
- 166e1f9 block: export __make_request by Christoph Hellwig · 13 years ago
- 484fc25 elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevator by Wang Sheng-Hui · 13 years ago
- a72c5e5 [SCSI] genhd: add a new attribute "alias" in gendisk by Nao Nishijima · 13 years ago
- 56ebdaf block: simplify force plug flush code a little bit by Shaohua Li · 13 years ago
- a632716 block: change force plug flush call order by Shaohua Li · 13 years ago