aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-212-10/+3
| * | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-202-9/+8
| * | | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-4/+2
* | | | s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber2012-09-261-183/+272
| |_|/ |/| |
* | | blk: add an upper sanity check on partition addingAlan Cox2012-09-181-1/+1
* | | block: rate-limit the error message from failing commandsYi Zou2012-08-301-3/+5
| |/ |/|
* | 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
| |\
| * | blkcg: use radix tree to index blkgs from blkcgTejun Heo2012-04-202-8/+50
| * | blkcg: fix blkcg->css ref leak in __blkg_lookup_create()Tejun Heo2012-04-201-10/+9
| * | block: fix elvpriv allocation failure handlingTejun Heo2012-04-201-17/+36
| * | block: collapse blk_alloc_request() into get_request()Tejun Heo2012-04-201-29/+17
| * | blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo2012-04-204-28/+24
| * | blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo2012-04-204-83/+112