summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-194-15/+16
* bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-191-3/+6
* bcache: fix error return value in memory shrinkTang Junhui2018-03-191-1/+1
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
* bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-191-7/+51
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-193-10/+94
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1910-30/+116
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-194-10/+69
* bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-191-3/+17
* bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-193-6/+8
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-178-26/+5
* bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig2018-03-133-5/+3
* bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-131-2/+2
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-095-3/+9
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-0837-87/+87
* target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* iscsi: Use blk_queue_flag_set()Bart Van Assche2018-03-081-1/+1
* bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
* mtip32xx: Use the blk_queue_flag_*() functionsBart Van Assche2018-03-081-4/+4
* block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-03-061-21/+25
* staging: rts5208: rename SG_END macroArnd Bergmann2018-03-012-11/+11
* misc: rtsx: rename SG_END macroArnd Bergmann2018-03-011-2/+2
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-282-6/+4
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-287-7/+8
* zram: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1
* md: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-3/+3
* block/loop: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-1/+1
* null_blk: add 'requeue' fault attributeJens Axboe2018-02-281-12/+55
* Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2018-02-287-23/+28
|\
| * nvmet: fix PSDT field check in command formatMax Gurtovoy2018-02-281-3/+6
| * nvme-multipath: fix sysfs dangerously created linksBaegjae Sung2018-02-282-14/+13
| * nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-02-261-1/+4
| * nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig2018-02-221-2/+2
| * nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytesChristoph Hellwig2018-02-221-2/+2
| * nvme-fabrics: don't check for non-NULL module in nvmf_register_transportChristoph Hellwig2018-02-221-1/+1
* | nbd: fix return value in error handling pathGustavo A. R. Silva2018-02-271-1/+1
* | bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
* | bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* | genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-268-8/+8
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-231-3/+9
|\ \
| * | crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny2018-02-151-3/+9
* | | Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-2238-133/+350
|\ \ \
| * | | Revert "usb: musb: host: don't start next rx urb if current one failed"Bin Liu2018-02-201-7/+1
| * | | usb: musb: fix enumeration after resumeAndreas Kemnade2018-02-201-1/+2
| * | | Merge tag 'fixes-for-v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-02-1615-83/+135
| |\ \ \
| | * | | usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2018-02-152-11/+41
| | * | | USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun2018-02-151-0/+1
| | * | | usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan2018-02-121-6/+6