| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 17 | -195/+196 |
|\ |
|
| * | cfq-iosched: fix race between exiting queue and exiting task | Jens Axboe | 2008-12-29 | 1 | -1/+9 |
| * | Get rid of CONFIG_LSF | Jens Axboe | 2008-12-29 | 1 | -18/+5 |
| * | block: make blk_softirq_init() static | Roel Kluin | 2008-12-29 | 1 | -1/+1 |
| * | block: use min_not_zero in blk_queue_stack_limits | FUJITA Tomonori | 2008-12-29 | 1 | -3/+3 |
| * | block: add one-hit cache for disk partition lookup | Jens Axboe | 2008-12-29 | 1 | -4/+19 |
| * | cfq-iosched: remove limit of dispatch depth of max 4 times quantum | Jens Axboe | 2008-12-29 | 1 | -6/+2 |
| * | block: get rid of elevator_t typedef | Jens Axboe | 2008-12-29 | 5 | -37/+40 |
| * | block: don't use plugging on SSD devices | Jens Axboe | 2008-12-29 | 1 | -4/+3 |
| * | block: fix empty barrier on write-through w/ ordered tag | Tejun Heo | 2008-12-29 | 1 | -1/+13 |
| * | block: simplify empty barrier implementation | Tejun Heo | 2008-12-29 | 2 | -14/+10 |
| * | block: make barrier completion more robust | Tejun Heo | 2008-12-29 | 2 | -21/+34 |
| * | block: make every barrier action optional | Tejun Heo | 2008-12-29 | 1 | -17/+24 |
| * | block: remove duplicate or unused barrier/discard error paths | Tejun Heo | 2008-12-29 | 2 | -35/+13 |
| * | block: reorganize QUEUE_ORDERED_* constants | Tejun Heo | 2008-12-29 | 1 | -10/+10 |
| * | block: use cancel_work_sync() instead of kblockd_flush_work() | Cheng Renquan | 2008-12-29 | 3 | -9/+3 |
| * | block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set | Keith Mannthey | 2008-12-29 | 1 | -0/+3 |
| * | block: don't take lock on changing ra_pages | Wu Fengguang | 2008-12-29 | 3 | -10/+1 |
| * | block/blk-tag.c: cleanup kernel-doc | Qinghuang Feng | 2008-12-29 | 1 | -1/+0 |
| * | scsi-ioctl: use clock_t <> jiffies | Milton Miller | 2008-12-29 | 1 | -2/+2 |
| * | block: leave the request timeout timer running even on an empty list | Jens Axboe | 2008-12-29 | 2 | -4/+1 |
| * | block: add comment in blk_rq_timed_out() about why next can not be 0 | Jens Axboe | 2008-12-29 | 1 | -1/+6 |
| * | block: optimizations in blk_rq_timed_out_timer() | malahal@us.ibm.com | 2008-12-29 | 1 | -6/+4 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-29 | 4 | -25/+366 |
|\| |
|
| * | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 2008-12-19 | 3 | -1/+34 |
| |\ |
|
| * \ | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing... | Ingo Molnar | 2008-12-05 | 6 | -13/+32 |
| |\ \ |
|
| * | | | blktrace: port to tracepoints, update | Ingo Molnar | 2008-11-26 | 2 | -0/+18 |
| * | | | blktrace: port to tracepoints | Arnaldo Carvalho de Melo | 2008-11-26 | 4 | -25/+348 |
* | | | | cpumask: Replace cpu_coregroup_map with cpu_coregroup_mask | Rusty Russell | 2008-12-26 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Enforce a minimum SG_IO timeout | Linus Torvalds | 2008-12-05 | 2 | -0/+4 |
* | | | [PATCH 1/2] kill FMODE_NDELAY_NOW | Christoph Hellwig | 2008-12-04 | 1 | -1/+7 |
* | | | [PATCH] Fix block dev compat ioctl handling | Andreas Schwab | 2008-12-04 | 1 | -0/+23 |
| |/
|/| |
|
* | | block: fix setting of max_segment_size and seg_boundary mask | Milan Broz | 2008-12-03 | 2 | -1/+5 |
* | | block: internal dequeue shouldn't start timer | Tejun Heo | 2008-12-03 | 3 | -10/+25 |
* | | block: set disk->node_id before it's being used | Cheng Renquan | 2008-12-03 | 1 | -1/+1 |
* | | When block layer fails to map iov, it calls bio_unmap_user to undo | Petr Vandrovec | 2008-12-03 | 1 | -1/+1 |
|/ |
|
* | block: hold extra reference to bio in blk_rq_map_user_iov() | Jens Axboe | 2008-11-18 | 1 | -0/+6 |
* | block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash | Zhang, Yanmin | 2008-11-18 | 1 | -0/+2 |
* | block: make add_partition() return pointer to hd_struct | Tejun Heo | 2008-11-18 | 1 | -4/+3 |
* | Block: use round_jiffies_up() | Alan Stern | 2008-11-06 | 1 | -17/+3 |
* | blk: move blk_delete_timer call in end_that_request_last | Mike Anderson | 2008-11-06 | 1 | -2/+2 |
* | block: add timer on blkdev_dequeue_request() not elv_next_request() | Tejun Heo | 2008-11-06 | 1 | -6/+6 |
* | block: remove unused ll_new_mergeable() | FUJITA Tomonori | 2008-11-06 | 1 | -21/+0 |
* | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya... | Linus Torvalds | 2008-10-23 | 1 | -2/+35 |
|\ |
|
| * | proc: move /proc/diskstats boilerplate to block/genhd.c | Alexey Dobriyan | 2008-10-23 | 1 | -1/+14 |
| * | proc: move rest of /proc/partitions code to block/genhd.c | Alexey Dobriyan | 2008-10-23 | 1 | -1/+21 |
* | | compat_blkdev_driver_ioctl: Remove unused variable warning | Linus Torvalds | 2008-10-23 | 1 | -2/+0 |
* | | [PATCH] kill the rest of struct file propagation in block ioctls | Al Viro | 2008-10-21 | 2 | -13/+6 |
* | | [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET | Al Viro | 2008-10-21 | 1 | -2/+3 |
* | | [PATCH] get rid of blkdev_locked_ioctl() | Al Viro | 2008-10-21 | 2 | -124/+119 |