aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-16block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-13/+13
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-72/+25
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-57/+0
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-1/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-5/+7
2016-07-05block: Export blk_pollSagi Grimberg1-0/+1
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe1-0/+5
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-10/+17
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-6/+6
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-1/+1
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie1-3/+3
2016-06-07block: convert merge/insert code to check for REQ_OPs.Mike Christie1-1/+1
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie1-1/+1
2016-06-07block: prepare request creation/destruction code to use REQ_OPsMike Christie1-25/+29
2016-06-07block: copy bio op to request opMike Christie1-3/+3
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-3/+3
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-7/+4
2016-04-13block: kill off q->flush_flagsJens Axboe1-1/+2
2016-04-12block: add offset in blk_add_request_payload()Ming Lin1-2/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+24
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer1-1/+1
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg1-0/+24
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-2/+4
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-2/+4
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+8
2015-12-28block: add blk_start_queue_async()Jens Axboe1-0/+16
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-0/+8
2015-12-03SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-5/+6
2015-11-29block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-11-24block: do not initialise globals to 0 or NULLWei Tang1-1/+1
2015-11-24block: rename request_queue slab cacheIlya Dryomov1-1/+1
2015-11-11block: fix blk-core.c kernel-doc warningRandy Dunlap1-0/+3
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+57
2015-11-07block: add block polling supportJens Axboe1-0/+41
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-10/+16
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-8/+8
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+65
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+29
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer1-3/+29
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams1-0/+3
2015-10-21block: generic request_queue reference countingDan Williams1-9/+62
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+1
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2