aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* block: fix request_queue->flags initializationTejun Heo2012-09-21
* block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-21
* block: ioctl to zero block rangesMartin K. Petersen2012-09-20
* block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen2012-09-20
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-20
* block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-20
* block: Clean up special command handling logicMartin K. Petersen2012-09-20
* block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-12
* block: remove the duplicated setting for congestion_thresholdJaehoon Chung2012-09-09
* block: reject invalid queue attribute valuesDave Reisner2012-09-09
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-09
* block: Kill bi_destructorKent Overstreet2012-09-09
* block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-09
* block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma2012-08-03
* block: Add blk_bio_map_sg() helperAsias He2012-08-02
* block: Introduce __blk_segment_map_sg() helperAsias He2012-08-02
* block: split discard into aligned requestsPaolo Bonzini2012-08-02
* block: reorganize rounding of max_discard_sectorsPaolo Bonzini2012-08-02
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-31
| * block: stack unplugShaohua Li2012-07-31
| * blk: centralize non-request unplug handling.NeilBrown2012-07-31
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\ \
| * | block: remove dead func declarationYuanhan Liu2012-08-01
| * | block: add partition resize function to blkpg ioctlVivek Goyal2012-08-01
| * | block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-01
| * | block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-01
| |/
| * blkcg: implement per-blkg request allocationTejun Heo2012-06-26
| * block: prepare for multiple request_listsTejun Heo2012-06-25
| * block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-25
| * blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-25
| * block: allocate io_context upfrontTejun Heo2012-06-25
| * block: refactor get_request[_wait]()Tejun Heo2012-06-25
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-25
| * mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-25
| * blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-25
| * blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-25
* | [SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty2012-07-20
|/
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2012-06-15
* block: Drop dead function blk_abort_queue()Asias He2012-06-15
* block: Mitigate lock unbalance caused by lock switchingAsias He2012-06-15
* block: Avoid missed wakeup in request waitqueueAsias He2012-06-15
* blkcg: drop local variable @q from blkg_destroy()Tejun Heo2012-06-06
* blkcg: fix blkg_alloc() failure pathTejun Heo2012-06-04
* block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo2012-06-04
* block: fix return value on cfq_init() failureTejun Heo2012-06-04
* block: avoid infinite loop in get_task_io_context()Eric Dumazet2012-05-31
* Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-30
|\
| * blkcg: tg_stats_alloc_lock is an irq lockTejun Heo2012-05-23
| * Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-01
| |\