aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig1-2/+2
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig1-4/+3
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig3-11/+7
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig12-19/+19
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-51/+0
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches17-83/+81
2018-05-23nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-22block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic1-1/+2
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe1-4/+11
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe5-94/+133
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2-2/+2
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-05-16nbd: update size when connectedJosef Bacik1-0/+2
2018-05-16nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-05-15Remove jsflash driverJens Axboe3-668/+0
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-1/+1
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-1/+1
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig5-5/+6
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-4/+0
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig24-35/+32
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig1-13/+11
2018-05-14memstick: remove unused variablesChristoph Hellwig2-2/+0
2018-05-11ps3disk: handle highmem pagesChristoph Hellwig1-2/+0
2018-05-11jsflash: handle highmem pagesChristoph Hellwig1-2/+4
2018-05-11aoe: handle highmem pagesChristoph Hellwig2-2/+2
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-05-11memstick: don't call blk_queue_bounce_limitChristoph Hellwig2-10/+0
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig2-8/+2
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig1-1/+0
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-10mtip32xx: Fix an error handling path in 'mtip_pci_probe()'Christophe JAILLET1-1/+1
2018-05-09brd: Mark as non-rotationalSeongJae Park1-0/+4
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-1/+1