| Commit message (Expand) | Author | Age | Files | Lines |
* | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -1/+1 |
* | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2010-02-26 | 2 | -3/+2 |
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2009-12-09 | 1 | -5/+5 |
|\ |
|
| * | cdrom: gdrom: Kill off PHYSADDR use. | Paul Mundt | 2009-10-13 | 1 | -5/+5 |
* | | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 | 1 | -6/+6 |
* | | sysctl drivers: Remove dead binary sysctl support | Eric W. Biederman | 2009-11-12 | 1 | -5/+3 |
|/ |
|
* | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 1 | -4/+4 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 2 | -2/+2 |
* | block: Use accessor functions for queue limits | Martin K. Petersen | 2009-05-22 | 1 | -2/+2 |
* | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 2 | -3/+3 |
* | Merge branch 'master' into for-2.6.31 | Jens Axboe | 2009-05-22 | 1 | -1/+1 |
|\ |
|
| * | cdrom: beyond ARRAY_SIZE of viocd_diskinfo | Roel Kluin | 2009-05-20 | 1 | -1/+1 |
* | | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 2 | -6/+2 |
* | | gdrom: dequeue in-flight request | Tejun Heo | 2009-05-11 | 1 | -15/+13 |
* | | block: convert to dequeueing model (easy ones) | Tejun Heo | 2009-05-11 | 1 | -0/+2 |
* | | block: convert to pos and nr_sectors accessors | Tejun Heo | 2009-05-11 | 2 | -4/+4 |
* | | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 2009-04-28 | 1 | -3/+3 |
* | | block: implement and use [__]blk_end_request_all() | Tejun Heo | 2009-04-28 | 2 | -22/+5 |
|/ |
|
* | cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct | Marcin Slusarz | 2008-12-29 | 1 | -62/+77 |
* | cdrom: split mmc_ioctl to lower stack usage | Marcin Slusarz | 2008-12-29 | 1 | -241/+329 |
* | Commands needing to be retried require a complete re-initialization. | Alan D. Brunelle | 2008-12-12 | 1 | -6/+10 |
* | gdrom: Fix compile error | Nobuhiro Iwamatsu | 2008-10-28 | 1 | -2/+3 |
* | [PATCH] switch viocd | Al Viro | 2008-10-21 | 1 | -13/+12 |
* | [PATCH] switch gdrom | Al Viro | 2008-10-21 | 1 | -10/+9 |
* | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 2 | -6/+6 |
* | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 2008-10-21 | 3 | -18/+20 |
* | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 2008-10-21 | 1 | -2/+2 |
* | gdrom: change to use __blk_end_request() | Kiyoshi Ueda | 2008-10-09 | 1 | -2/+2 |
* | block: introduce struct rq_map_data to use reserved pages | FUJITA Tomonori | 2008-10-09 | 1 | -1/+1 |
* | block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov | FUJITA Tomonori | 2008-10-09 | 1 | -1/+1 |
* | cdrom: handle TOC | Alexander Inyukhin | 2008-08-18 | 1 | -7/+0 |
* | gdrom: add dummy audio_ioctl handler | Borislav Petkov | 2008-08-18 | 1 | -0/+7 |
* | viocd: add dummy audio ioctl handler | Borislav Petkov | 2008-08-18 | 1 | -0/+7 |
* | cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() | Tejun Heo | 2008-08-05 | 1 | -4/+0 |
* | sh: More header path fixups for mach dir refactoring. | Paul Mundt | 2008-07-29 | 1 | -2/+2 |
* | cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers... | FUJITA Tomonori | 2008-07-04 | 1 | -181/+93 |
* | [POWERPC] iSeries: Remove unused mail address | Stephen Rothwell | 2008-05-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-04-29 | 1 | -1/+0 |
|\ |
|
| * | block: no need to initialize rq->cmd with blk_get_request | FUJITA Tomonori | 2008-04-29 | 1 | -1/+0 |
* | | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev | 2008-04-29 | 1 | -7/+3 |
|/ |
|
* | cdrom: use kmalloced buffers instead of buffers on stack | Thomas Bogendoerfer | 2008-04-21 | 1 | -93/+181 |
* | cdrom: make unregister_cdrom() return void | Akinobu Mita | 2008-04-21 | 3 | -7/+5 |
* | cdrom: use list_head for cdrom_device_info list | Akinobu Mita | 2008-04-21 | 1 | -23/+6 |
* | cdrom: protect cdrom_device_info list by mutex | Akinobu Mita | 2008-04-21 | 1 | -0/+2 |
* | cdrom: cleanup hardcoded error-code | Akinobu Mita | 2008-04-21 | 1 | -1/+1 |
* | cdrom: remove ifdef CONFIG_SYSCTL | Akinobu Mita | 2008-04-21 | 1 | -8/+12 |
* | make cdrom.c:check_for_audio_disc() static | Adrian Bunk | 2008-03-04 | 1 | -2/+2 |
* | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2008-02-07 | 1 | -1/+1 |
|\ |
|