summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-2917-25/+25
* blk-mq: Remove generation seqeunceKeith Busch2018-05-296-254/+89
* blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-292-53/+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
* null_blk: add blocking description and remove lightnvmLiu Bo2018-05-251-3/+6
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-2425-163/+154
* blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-243-14/+34
* bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-05-231-1/+17
* nbd: set discard granularity properlyJosef Bacik2018-05-231-2/+8
* blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche2018-05-221-2/+6
* block/ndb: add WQ_UNBOUND to the knbd-recv workqueueDan Melnic2018-05-221-1/+2
* blk-mq: remove wrong 'unlikely' checkhuhai2018-05-221-1/+1
* 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
* | blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-181-0/+1
* | 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
* | block: fix MAINTAINERS email for nbdJosef Bacik2018-05-161-1/+1
* | blk-mq: remove redundant insert case in blk_mq_make_request()huhai2018-05-161-15/+1
* | Remove jsflash driverJens Axboe2018-05-154-708/+0
* | block: Add sysfs entry for fua supportKent Overstreet2018-05-141-0/+11
* | block: Export bio check/set pages_dirtyKent Overstreet2018-05-141-0/+2
* | block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-142-1/+10
* | block: Add missing flush_dcache_page() callKent Overstreet2018-05-141-0/+2
* | block: Split out bio_list_copy_data()Kent Overstreet2018-05-143-35/+55
* | block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2018-05-142-23/+39
* | block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-144-8/+7