| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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-30 | 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 |
* | | [PATCH] get rid of blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -19/+10 |
* | | [PATCH] trim file propagation in block/compat_ioctl.c | Al Viro | 2008-10-21 | 1 | -47/+26 |
* | | [PATCH] end of methods switch: remove the old ones | Al Viro | 2008-10-21 | 2 | -38/+0 |
* | | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 2 | -17/+35 |
* | | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -0/+31 |
* | | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 2 | -6/+6 |
* | | [PATCH] switch sg_scsi_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -9/+4 |
* | | [PATCH] pass mode instead of file to sg_io() | Al Viro | 2008-10-21 | 1 | -8/+7 |
* | | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 3 | -6/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-10-17 | 6 | -22/+46 |
|\ |
|
| * | block: remove __generic_unplug_device() from exports | Jens Axboe | 2008-10-17 | 2 | -1/+1 |
| * | block: move q->unplug_work initialization | Peter Zijlstra | 2008-10-17 | 2 | -2/+1 |
| * | block: fix current kernel-doc warnings | Randy Dunlap | 2008-10-17 | 2 | -3/+4 |
| * | block: only call ->request_fn when the queue is not stopped | Jens Axboe | 2008-10-17 | 2 | -6/+20 |
| * | block: simplify string handling in elv_iosched_store() | Li Zefan | 2008-10-17 | 1 | -7/+2 |
| * | block: fix kernel-doc for blk_alloc_devt() | Li Zefan | 2008-10-17 | 1 | -1/+0 |