aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2016-09-14block: add poll_considered statisticStephen Bates
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe
2016-08-16block: Fix race triggered by blk_set_queue_dying()Bart Van Assche
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig
2016-07-05block: Export blk_pollSagi Grimberg
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie
2016-06-07block: prepare request creation/destruction code to use REQ_OPsMike Christie
2016-06-07block: copy bio op to request opMike Christie
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-04-13block: kill off q->flush_flagsJens Axboe
2016-04-12block: add offset in blk_add_request_payload()Ming Lin
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-12-28block: add blk_start_queue_async()Jens Axboe
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMKen Xue
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke
2015-11-24block: do not initialise globals to 0 or NULLWei Tang
2015-11-24block: rename request_queue slab cacheIlya Dryomov
2015-11-11block: fix blk-core.c kernel-doc warningRandy Dunlap
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07block: add block polling supportJens Axboe
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams