summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* libiscsi: don't try to bypass SCSI EHChristoph Hellwig2018-05-291-2/+2
* mmc: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+3
* scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig2018-05-291-4/+3
* null_blk: complete requests from ->timeoutChristoph Hellwig2018-05-291-2/+4
* mtip32xx: complete requests from ->timeoutChristoph Hellwig2018-05-291-1/+2
* nbd: complete requests from ->timeoutChristoph Hellwig2018-05-291-3/+4
* nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-293-11/+7
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-2912-19/+19
* libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0
* bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9
* bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-283-40/+35
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-283-20/+18
* bcache: stop bcache device when backing device is offlineColy Li2018-05-282-0/+55
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-2417-83/+81
* nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-215-94/+133
|\
| * nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
| * nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
| * nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
| * nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
| * nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
| * nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| * nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-182-2/+2
| * nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
| * nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
| * nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
| * nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
| * nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
| * NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
| * nvme: change order of qid and cmdid in completion traceJohannes Thumshirn2018-04-261-2/+2
| * nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* | nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik2018-05-161-1/+1
* | nbd: fix how we set bd_invalidatedJosef Bacik2018-05-161-4/+3
* | nbd: clear_sock on netlink disconnectJosef Bacik2018-05-161-0/+1
* | nbd: use bd_set_size when updating disk sizeJosef Bacik2018-05-161-1/+9
* | nbd: update size when connectedJosef Bacik2018-05-161-0/+2
* | nbd: fix nbd device deletionJosef Bacik2018-05-161-1/+4
* | Remove jsflash driverJens Axboe2018-05-153-668/+0
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-141-1/+1
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-1/+1
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-145-5/+6
* | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-4/+0
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-1424-35/+32
* | scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-141-13/+11
* | memstick: remove unused variablesChristoph Hellwig2018-05-142-2/+0
* | ps3disk: handle highmem pagesChristoph Hellwig2018-05-111-2/+0
* | jsflash: handle highmem pagesChristoph Hellwig2018-05-111-2/+4
* | aoe: handle highmem pagesChristoph Hellwig2018-05-112-2/+2