| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge tag 'v4.20-rc6' into for-4.21/block | Jens Axboe | 2018-12-09 | 2 | -13/+3 |
| |\| |
|
| * | | ide: don't acquire queue_lock in ide_complete_pm_rq | Christoph Hellwig | 2018-11-16 | 1 | -3/+0 |
| * | | ide: don't acquire queue lock in ide_pm_execute_rq | Christoph Hellwig | 2018-11-16 | 1 | -3/+0 |
| * | | ide: clear ide_req()->special for non-passthrough requests | Jens Axboe | 2018-11-15 | 1 | -0/+5 |
| * | | block: remove the queue_lock indirection | Christoph Hellwig | 2018-11-15 | 1 | -5/+5 |
| * | | ide: don't clear special on ide_queue_rq() entry | Jens Axboe | 2018-11-12 | 2 | -5/+1 |
| * | | ide: don't use req->special | Christoph Hellwig | 2018-11-10 | 11 | -26/+30 |
| * | | ide: cleanup ->prep_rq calling convention | Christoph Hellwig | 2018-11-09 | 3 | -17/+17 |
| * | | ide: convert to blk-mq | Jens Axboe | 2018-11-07 | 7 | -177/+228 |
* | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-12-27 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | ide: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-22 | 1 | -1/+1 |
| |/ |
|
* | | ide: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 2018-12-02 | 1 | -13/+2 |
* | | ide: pmac: add of_node_put() | Yangtao Li | 2018-12-02 | 1 | -0/+1 |
|/ |
|
* | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2018-09-28 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 2018-08-22 | 7 | -9/+8 |
|\ |
|
| * | ide: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-08-13 | 5 | -3/+8 |
| * | ide-tape: remove redundant variable buffer_size | Colin Ian King | 2018-08-13 | 1 | -2/+0 |
| * | ide: remove redundant variables queue_run_ms and left | Colin Ian King | 2018-08-13 | 1 | -4/+0 |
* | | ide-cd: Remove redundant sense buffer | Kees Cook | 2018-08-02 | 1 | -8/+9 |
* | | block: Switch struct packet_command to use struct scsi_sense_hdr | Kees Cook | 2018-08-02 | 3 | -22/+23 |
* | | ide-cd: Drop unused sense buffers | Kees Cook | 2018-08-02 | 3 | -44/+28 |
|/ |
|
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 2 | -2/+2 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -2/+3 |
* | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior | 2018-06-05 | 2 | -5/+10 |
* | ide: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 2018-06-05 | 1 | -8/+0 |
* | ide: Handle irq disabling consistently | Sebastian Andrzej Siewior | 2018-06-05 | 1 | -2/+2 |
* | alim15x3: move irq-restore before pci_dev_put() | Sebastian Andrzej Siewior | 2018-06-05 | 1 | -1/+1 |
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-04 | 3 | -33/+1 |
|\ |
|
| * | ide: remove the PCI_DMA_BUS_IS_PHYS check | Christoph Hellwig | 2018-05-07 | 1 | -2/+1 |
| * | ide: kill ide_toggle_bounce | Christoph Hellwig | 2018-05-07 | 3 | -31/+0 |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 5 | -265/+28 |
|\ \ |
|
| * | | ide: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 5 | -219/+28 |
| * | | ide: remove ide_driver_proc_write | Christoph Hellwig | 2018-05-16 | 1 | -46/+0 |
| |/ |
|
* | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 2018-05-14 | 2 | -2/+2 |
* | | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 2018-05-14 | 10 | -14/+13 |
|/ |
|
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-04-05 | 4 | -13/+11 |
|\ |
|
| * | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> | Bart Van Assche | 2018-03-17 | 2 | -9/+5 |
| * | cdrom: do not call check_disk_change() inside cdrom_open() | Maurizio Lombardi | 2018-03-09 | 1 | -0/+2 |
| * | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 2018-03-08 | 2 | -3/+3 |
| * | block: Add 'lock' as third argument to blk_alloc_queue_node() | Bart Van Assche | 2018-02-28 | 1 | -1/+1 |
* | | Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-03 | 1 | -1/+1 |
|\ \ |
|
| * | | leds: Extends disk trigger for reads and writes | Linus Walleij | 2018-03-11 | 1 | -1/+1 |
* | | | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann | 2018-03-26 | 2 | -12/+2 |
| |/
|/| |
|
* | | genhd: Rename get_disk() to get_disk_and_module() | Jan Kara | 2018-02-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-06 | 1 | -2/+3 |
|\ |
|
| * | sl82c105: deprecate pci_get_bus_and_slot() | Sinan Kaya | 2018-01-11 | 1 | -2/+3 |
* | | ide: remove duplicated assignment to 'cursg' | Colin Ian King | 2018-01-29 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 2017-11-19 | 1 | -1/+1 |
|\ |
|
| * | PNP: ide: constify pnp_device_id | Arvind Yadav | 2017-08-16 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-11-17 | 1 | -2/+1 |
|\ \ |
|