summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix request_queue->flags initializationTejun Heo2012-09-211-1/+1
* block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-212-5/+8
* block: ioctl to zero block rangesMartin K. Petersen2012-09-201-0/+27
* block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen2012-09-201-1/+29
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-205-2/+124
* block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-202-20/+13
* block: Clean up special command handling logicMartin K. Petersen2012-09-204-35/+11
* block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-121-4/+2
* block: remove the duplicated setting for congestion_thresholdJaehoon Chung2012-09-091-2/+0
* block: reject invalid queue attribute valuesDave Reisner2012-09-091-2/+23
* block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-7/+1
* block: Kill bi_destructorKent Overstreet2012-09-091-1/+1
* block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-091-1/+1
* block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma2012-08-031-1/+1
* block: Add blk_bio_map_sg() helperAsias He2012-08-021-0/+37
* block: Introduce __blk_segment_map_sg() helperAsias He2012-08-021-35/+45
* block: split discard into aligned requestsPaolo Bonzini2012-08-021-10/+24
* block: reorganize rounding of max_discard_sectorsPaolo Bonzini2012-08-021-4/+5
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-10/+34
|\
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-3/+3
| * block: stack unplugShaohua Li2012-07-311-8/+7
| * blk: centralize non-request unplug handling.NeilBrown2012-07-311-0/+25
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-0112-234/+423
|\ \
| * | block: remove dead func declarationYuanhan Liu2012-08-011-1/+0
| * | block: add partition resize function to blkpg ioctlVivek Goyal2012-08-013-9/+74
| * | block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-011-0/+1
| * | block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-011-2/+1
| |/
| * blkcg: implement per-blkg request allocationTejun Heo2012-06-264-27/+200
| * block: prepare for multiple request_listsTejun Heo2012-06-253-32/+39
| * block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-251-6/+7
| * blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-252-25/+22
| * block: allocate io_context upfrontTejun Heo2012-06-252-30/+15
| * block: refactor get_request[_wait]()Tejun Heo2012-06-251-39/+35
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-251-53/+0
| * mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-251-2/+2
| * blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-251-16/+43
| * blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-251-9/+1
* | [SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty2012-07-201-3/+8
|/
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2012-06-151-1/+4
* block: Drop dead function blk_abort_queue()Asias He2012-06-151-41/+0
* block: Mitigate lock unbalance caused by lock switchingAsias He2012-06-151-5/+5
* block: Avoid missed wakeup in request waitqueueAsias He2012-06-151-1/+14
* blkcg: drop local variable @q from blkg_destroy()Tejun Heo2012-06-061-2/+1
* blkcg: fix blkg_alloc() failure pathTejun Heo2012-06-041-5/+1
* block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo2012-06-041-12/+17
* block: fix return value on cfq_init() failureTejun Heo2012-06-041-0/+1
* block: avoid infinite loop in get_task_io_context()Eric Dumazet2012-05-311-1/+5
* Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-3013-2907/+2310
|\
| * blkcg: tg_stats_alloc_lock is an irq lockTejun Heo2012-05-231-4/+6
| * Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-013-5/+12
| |\
OpenPOWER on IntegriCloud