aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo1-2/+2
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-10/+9
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+8
2015-07-07block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh1-1/+1
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-11/+83
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-11/+83
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-28/+42
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-100/+36
2015-06-02writeback, blkcg: propagate non-root blkcg congestion stateTejun Heo1-6/+9
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo1-25/+37
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-1/+1
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-1/+0
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer1-100/+36
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig1-83/+11
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig1-2/+0
2015-05-12block: remove export for blk_queue_bioMike Snitzer1-2/+3
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li1-3/+12
2015-05-08blk: clean up plugShaohua Li1-12/+12
2015-05-05block: move PM request support to IDEChristoph Hellwig1-0/+1
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown1-0/+2
2015-03-24block: allocate request memory local to request queueDavid Rientjes1-3/+16
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+8
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch1-1/+1