| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-01-15 | 11 | -112/+4261 |
|\ |
|
| * | Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers | Jens Axboe | 2012-01-15 | 6 | -0/+4091 |
| |\ |
|
| | * | mtip32xx: do rebuild monitoring asynchronously | Asai Thambi S P | 2012-01-04 | 2 | -40/+65 |
| | * | mtip32xx: uninitialized variable in mtip_quiesce_io() | Dan Carpenter | 2011-11-24 | 1 | -1/+2 |
| | * | mtip32xx: updates based on feedback | Asai Thambi S P | 2011-11-23 | 2 | -154/+230 |
| | * | mtip32xx: update to new ->make_request() API | Jens Axboe | 2011-11-05 | 1 | -10/+5 |
| | * | mtip32xx: add module.h include to avoid conflict with moduleh tree | Jens Axboe | 2011-11-05 | 1 | -0/+1 |
| | * | mtip32xx: mark a few more items static | Jens Axboe | 2011-11-05 | 1 | -2/+2 |
| | * | mtip32xx: ensure that all local functions are static | Jens Axboe | 2011-11-05 | 2 | -352/+313 |
| | * | mtip32xx: cleanup compat ioctl handling | Jens Axboe | 2011-11-05 | 2 | -91/+64 |
| | * | mtip32xx: fix warnings/errors on 32-bit compiles | Jens Axboe | 2011-11-05 | 1 | -7/+23 |
| | * | block: Add driver for Micron RealSSD pcie flash cards | Sam Bradshaw | 2011-11-05 | 6 | -0/+4043 |
| * | | Merge branch 'stable/for-jens-3.3' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2011-12-25 | 5 | -112/+170 |
| |\ \ |
|
| | * | | xen-blkfront: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2011-12-16 | 1 | -1/+1 |
| | * | | xen-blkback: convert hole punching to discard request on loop devices | Li Dongyang | 2011-11-18 | 1 | -17/+2 |
| | * | | xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io | Konrad Rzeszutek Wilk | 2011-11-18 | 1 | -30/+24 |
| | * | | xen/blk[front|back]: Enhance discard support with secure erasing support. | Konrad Rzeszutek Wilk | 2011-11-18 | 5 | -19/+77 |
| | * | | xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together | Konrad Rzeszutek Wilk | 2011-11-18 | 4 | -62/+83 |
* | | | | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-01-15 | 28 | -949/+1121 |
|\ \ \ \ |
|
| * | | | | Revert "block: recursive merge requests" | Jens Axboe | 2012-01-15 | 1 | -12/+4 |
| * | | | | block: Stop using macro stubs for the bio data integrity calls | Martin K. Petersen | 2012-01-13 | 1 | -13/+53 |
| * | | | | blockdev: convert some macros to static inlines | Stephen Rothwell | 2012-01-12 | 1 | -13/+64 |
| * | | | | fs: remove unneeded plug in mpage_readpages() | Namjae Jeon | 2012-01-12 | 1 | -4/+0 |
| * | | | | block: Add BLKROTATIONAL ioctl | Martin K. Petersen | 2012-01-11 | 3 | -0/+6 |
| * | | | | block: Introduce blk_set_stacking_limits function | Martin K. Petersen | 2012-01-11 | 4 | -11/+29 |
| * | | | | block: remove WARN_ON_ONCE() in exit_io_context() | Tejun Heo | 2011-12-27 | 1 | -3/+0 |
| |/ / / |
|
| * | | | block: an exiting task should be allowed to create io_context | Tejun Heo | 2011-12-25 | 1 | -2/+9 |
| * | | | block: ioc_cgroup_changed() needs to be exported | Jens Axboe | 2011-12-19 | 1 | -0/+1 |
| * | | | block: recursive merge requests | Shaohua Li | 2011-12-16 | 1 | -4/+12 |
| * | | | block, cfq: fix empty queue crash caused by request merge | Shaohua Li | 2011-12-16 | 1 | -0/+12 |
| * | | | block, cfq: move icq creation and rq->elv.icq association to block core | Tejun Heo | 2011-12-14 | 6 | -136/+173 |
| * | | | block, cfq: restructure io_cq creation path for io_context interface cleanup | Tejun Heo | 2011-12-14 | 2 | -53/+43 |
| * | | | block, cfq: move io_cq exit/release to blk-ioc.c | Tejun Heo | 2011-12-14 | 7 | -61/+97 |
| * | | | block, cfq: move icq cache management to block core | Tejun Heo | 2011-12-14 | 5 | -42/+62 |
| * | | | block, cfq: move io_cq lookup to blk-ioc.c | Tejun Heo | 2011-12-14 | 3 | -40/+45 |
| * | | | block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq | Tejun Heo | 2011-12-14 | 4 | -21/+20 |
| * | | | block, cfq: reorganize cfq_io_context into generic and cfq specific parts | Tejun Heo | 2011-12-14 | 3 | -174/+175 |
| * | | | block: remove elevator_queue->ops | Tejun Heo | 2011-12-14 | 3 | -46/+43 |
| * | | | block: reorder elevator switch sequence | Tejun Heo | 2011-12-14 | 1 | -54/+37 |
| * | | | block, cfq: replace current_io_context() with create_io_context() | Tejun Heo | 2011-12-14 | 4 | -54/+71 |
| * | | | block, cfq: kill cic->key | Tejun Heo | 2011-12-14 | 2 | -22/+5 |
| * | | | block, cfq: kill ioc_gone | Tejun Heo | 2011-12-14 | 2 | -55/+5 |
| * | | | block, cfq: remove delayed unlink | Tejun Heo | 2011-12-14 | 3 | -99/+10 |
| * | | | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 2011-12-14 | 7 | -72/+159 |
| * | | | block, cfq: fix cic lookup locking | Tejun Heo | 2011-12-14 | 1 | -32/+35 |
| * | | | block, cfq: fix race condition in cic creation path and tighten locking | Tejun Heo | 2011-12-14 | 1 | -59/+76 |
| * | | | block, cfq: move ioc ioprio/cgroup changed handling to cic | Tejun Heo | 2011-12-14 | 5 | -27/+65 |
| * | | | block, cfq: misc updates to cfq_io_context | Tejun Heo | 2011-12-14 | 2 | -26/+33 |
| * | | | block: misc updates to blk_get_queue() | Tejun Heo | 2011-12-14 | 6 | -10/+13 |
| * | | | block: make ioc get/put interface more conventional and fix race on alloction | Tejun Heo | 2011-12-14 | 7 | -69/+91 |