summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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
| | * | | usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan2018-02-121-3/+7
| | * | | usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan2018-02-121-1/+3
| | * | | usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner2018-02-121-2/+2
| | * | | usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda2018-02-121-0/+5
| | * | | usb: gadget: udc: Remove USB_GADGET_DUALSPEED selectUlf Magnusson2018-02-121-1/+0
| | * | | usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen2018-02-121-7/+9
| | * | | usb: gadget: core: Fix use-after-free of usb_requestManu Gautam2018-02-121-1/+1
| | * | | usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros2018-02-121-0/+16
| | * | | usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-121-31/+7
| | * | | usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-121-4/+2
| | * | | usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam2018-02-121-0/+3
| | * | | usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam2018-02-121-14/+22
| | * | | usb: dwc3: Undo PHY init if soft reset failsBrian Norris2018-02-121-0/+3
| | * | | usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping2018-02-121-0/+2
| | * | | usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen2018-02-121-1/+6
| | * | | usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen2018-02-121-0/+2