summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: Add bioset_init()/bioset_exit()Kent Overstreet2018-05-142-28/+67
* | block: Convert bio_set to mempool_init()Kent Overstreet2018-05-143-39/+36
* | mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-142-27/+115
* | sbitmap: fix race in wait batch accountingJens Axboe2018-05-141-10/+25
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-148-15/+16
* | block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig2018-05-141-3/+2
* | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-142-11/+7
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-1429-59/+42
* | block: fix __get_request documentationChristoph Hellwig2018-05-141-1/+1