aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi1-1/+1
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi1-0/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-205/+834
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-12/+7
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei3-8/+37
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter1-3/+8
2013-02-27block: convert to idr_alloc()Tejun Heo2-32/+15
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-27block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa1-0/+2
2013-02-22block: don't select PERCPU_RWSEMMikulas Patocka1-1/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-3/+5
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+4
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+28
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov3-6/+6
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2013-01-22block: don't request module during elevator initTejun Heo1-7/+12
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-2/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-1/+0
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe4-163/+818
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-12/+1
2013-01-11block,elevator: use new hashtable implementationSasha Levin2-20/+5
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo1-0/+105
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo1-1/+56
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo1-4/+9
2013-01-09blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lockTejun Heo1-5/+9
2013-01-09block: RCU free request_queueTejun Heo1-1/+8
2013-01-09blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo2-0/+142
2013-01-09blkcg: export __blkg_prfill_rwstat()Tejun Heo1-0/+1
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo2-4/+4
2013-01-09blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->onlineTejun Heo2-1/+27
2013-01-09blkcg: add blkg_policy_data->plidTejun Heo2-1/+4
2013-01-09cfq-iosched: enable full blkcg hierarchy supportTejun Heo1-15/+6
2013-01-09cfq-iosched: convert cfq_group_slice() to use cfqg->vfractionTejun Heo1-6/+1
2013-01-09cfq-iosched: implement hierarchy-ready cfq_group charge scalingTejun Heo1-30/+77
2013-01-09cfq-iosched: implement cfq_group->nr_active and ->children_weightTejun Heo1-0/+76
2013-01-09cfq-iosched: add leaf_weightTejun Heo3-9/+130
2013-01-09blkcg: make blkcg_gq's hierarchicalTejun Heo2-5/+55
2013-01-09blkcg: cosmetic updates to blkg_create()Tejun Heo1-8/+7
2013-01-09blkcg: reorganize blkg_lookup_create() and friendsTejun Heo1-23/+52
2013-01-09blkcg: fix minor bug in blkg_alloc()Tejun Heo1-1/+1
2013-01-09cfq-iosched: Print sync-noidle information in blktrace messagesVivek Goyal1-3/+7
2013-01-09cfq-iosched: Get rid of unnecessary local variableVivek Goyal1-6/+2
2013-01-09cfq-iosched: Rename few functions related to selecting workloadVivek Goyal1-4/+5
2013-01-09cfq-iosched: Rename "service_tree" to "st" at some placesVivek Goyal1-41/+36
2013-01-09cfq-iosched: More renaming to better represent wl_class and wl_typeVivek Goyal1-31/+33
2013-01-09cfq-iosched: Properly name all references to IO classVivek Goyal1-33/+34
2012-12-19block: prevent race/cleanupDerek Basehore1-15/+30
2012-12-19block: remove deadlock in disk_clear_eventsDerek Basehore1-1/+8
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+1
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+21
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds14-93/+122
2012-12-14block: export block_unplug tracepointNeilBrown1-0/+1
2012-12-14block: add plug for blkdev_issue_discardShaohua Li1-0/+3
2012-12-14block: discard granularity might not be power of 2Shaohua Li2-13/+16
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+7
2012-12-09deadline: Allow 0ms deadline latency, increase the read speedxiaobing tu1-1/+1
2012-12-06partitions: enable EFI/GPT support by defaultDiego Calleja1-2/+2
2012-12-06bsg: Remove unused function bsg_goose_queue()Bart Van Assche1-13/+0
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+10
2012-12-06block: Avoid scheduling delayed work on a dead queueBart Van Assche1-24/+9
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche3-5/+30
2012-12-06block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche1-12/+18
2012-12-06block: Rename queue dead flagBart Van Assche6-19/+19
2012-11-23block: Don't access request after it might be freedRoland Dreier1-1/+7
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren1-2/+19
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren2-13/+2
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo1-7/+7
2012-11-10block: use NUMA_NO_NODE instead of -1Ezequiel Garcia2-3/+3
2012-11-09block: recursive merge requestsShaohua Li1-4/+12
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo3-2/+13
2012-11-06block CFQ: avoid moving request to different queueShaohua Li1-1/+2
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-2/+1
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-2/+1
2012-10-25block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma1-1/+2
2012-10-23block: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-10-22blkcg: stop iteration early if root_rl is the only request listJun'ichi Nomura1-0/+3
2012-10-22blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkgJun'ichi Nomura1-0/+7
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds9-76/+236
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-23/+13
2012-09-26s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber1-183/+272
2012-09-21block: fix request_queue->flags initializationTejun Heo1-1/+1
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2-5/+8
2012-09-20block: ioctl to zero block rangesMartin K. Petersen1-0/+27
2012-09-20block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen1-1/+29
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen5-2/+124
2012-09-20block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2-20/+13
2012-09-20block: Clean up special command handling logicMartin K. Petersen4-35/+11
2012-09-18blk: add an upper sanity check on partition addingAlan Cox1-1/+1
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo1-0/+8
2012-09-12block/blk-tag.c: Remove useless kfreePeter Senna Tschudin1-4/+2
2012-09-09block: remove the duplicated setting for congestion_thresholdJaehoon Chung1-2/+0
2012-09-09block: reject invalid queue attribute valuesDave Reisner1-2/+23
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet1-7/+1
2012-09-09block: Kill bi_destructorKent Overstreet1-1/+1
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet1-1/+1
2012-08-30block: rate-limit the error message from failing commandsYi Zou1-3/+5
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2-10/+3
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2-9/+8
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-4/+2
2012-08-03block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma1-1/+1
2012-08-02block: Add blk_bio_map_sg() helperAsias He1-0/+37
2012-08-02block: Introduce __blk_segment_map_sg() helperAsias He1-35/+45
2012-08-02block: split discard into aligned requestsPaolo Bonzini1-10/+24
2012-08-02block: reorganize rounding of max_discard_sectorsPaolo Bonzini1-4/+5
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+34
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds12-234/+423
2012-08-01block: remove dead func declarationYuanhan Liu1-1/+0
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal3-9/+74
2012-08-01block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson1-0/+1
2012-08-01block: do not artificially constrain max_sectors for stacking driversMike Snitzer1-2/+1
2012-07-31blk: pass from_schedule to non-request unplug functions.NeilBrown1-3/+3
2012-07-31block: stack unplugShaohua Li1-8/+7
2012-07-31blk: centralize non-request unplug handling.NeilBrown1-0/+25
2012-07-20[SCSI] block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty1-3/+8
2012-06-26blkcg: implement per-blkg request allocationTejun Heo4-27/+200
2012-06-25block: prepare for multiple request_listsTejun Heo3-32/+39
2012-06-25block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo1-6/+7
2012-06-25blkcg: inline bio_blkcg() and friendsTejun Heo2-25/+22
2012-06-25block: allocate io_context upfrontTejun Heo2-30/+15
2012-06-25block: refactor get_request[_wait]()Tejun Heo1-39/+35
2012-06-25block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo1-53/+0
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo1-2/+2
2012-06-25blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo1-16/+43
2012-06-25blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo1-9/+1
2012-06-15scsi: Silence unnecessary warnings about ioctl to partitionJan Kara1-1/+4
2012-06-15block: Drop dead function blk_abort_queue()Asias He1-41/+0
2012-06-15block: Mitigate lock unbalance caused by lock switchingAsias He1-5/+5
2012-06-15block: Avoid missed wakeup in request waitqueueAsias He1-1/+14
2012-06-06blkcg: drop local variable @q from blkg_destroy()Tejun Heo1-2/+1
2012-06-04blkcg: fix blkg_alloc() failure pathTejun Heo1-5/+1
2012-06-04block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo1-12/+17
2012-06-04block: fix return value on cfq_init() failureTejun Heo1-0/+1
2012-05-31block: avoid infinite loop in get_task_io_context()Eric Dumazet1-1/+5
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-2907/+2310
2012-05-23blkcg: tg_stats_alloc_lock is an irq lockTejun Heo1-4/+6
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-28/+17
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2012-05-16s390/dasd: re-prioritize partition detection messageStefan Haberland1-1/+1
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo1-4/+6
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe3-5/+12
2012-04-20blkcg: use radix tree to index blkgs from blkcgTejun Heo2-8/+50
2012-04-20blkcg: fix blkcg->css ref leak in __blkg_lookup_create()Tejun Heo1-10/+9
2012-04-20block: fix elvpriv allocation failure handlingTejun Heo1-17/+36
2012-04-20block: collapse blk_alloc_request() into get_request()Tejun Heo1-29/+17
2012-04-20blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo4-28/+24
2012-04-20blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo4-83/+112
2012-04-20blkcg: mass rename of blkcg APITejun Heo4-233/+228
2012-04-20blkcg: style cleanups for blk-cgroup.hTejun Heo1-56/+52
2012-04-20blkcg: remove blkio_group->path[]Tejun Heo4-15/+37
2012-04-20blkcg: blkg_rwstat_read() was missing inlineTejun Heo1-1/+1
2012-04-20blkcg: shoot down blkgs if all policies are deactivatedTejun Heo1-3/+8
2012-04-20blkcg: drop stuff unused after per-queue policy activation updateTejun Heo4-48/+23
2012-04-20blkcg: implement per-queue policy activationTejun Heo5-134/+200
2012-04-20blkcg: add request_queue->root_blkgTejun Heo2-7/+13
2012-04-20blkcg: make request_queue bypassing on allocationTejun Heo1-12/+25
2012-04-20blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2-19/+46
2012-04-20blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo4-10/+14
2012-04-20blkcg: remove static policy ID enumsTejun Heo4-40/+63
2012-04-20blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo4-21/+23
2012-04-20blkcg: kill blkio_list and replace blkio_list_lock with a mutexTejun Heo2-16/+17
2012-04-20cfq: fix build breakage & warningsTejun Heo2-11/+10
2012-04-13Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+12
2012-04-06block: make auto block plug flush threshold per-disk basedShaohua Li1-1/+2
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo4-84/+72
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo4-41/+33
2012-04-01blkcg: move blkio_group_conf->iops and ->bps to blk-throttleTejun Heo2-103/+58
2012-04-01blkcg: move blkio_group_conf->weight to cfqTejun Heo3-50/+45
2012-04-01blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo3-125/+114
2012-04-01blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo3-278/+193
2012-04-01blkcg: add blkio_policy_ops operations for exit and stat resetTejun Heo2-4/+16
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo4-95/+48
2012-04-01blkcg: move statistics update code to policiesTejun Heo4-397/+259
2012-04-01cfq: collapse cfq.h into cfq-iosched.cTejun Heo2-119/+113
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo4-420/+333
2012-04-01blkcg: implement blkio_policy_type->cftypesTejun Heo2-0/+7
2012-04-01blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2-27/+52
2012-04-01blkcg: simplify blkg_conf_prep()Tejun Heo1-54/+10
2012-04-01blkcg: restructure blkio_group configruation settingTejun Heo2-140/+147
2012-04-01blkcg: restructure configuration printingTejun Heo2-104/+55
2012-04-01blkcg: drop blkiocg_file_write_u64()Tejun Heo1-28/+7
2012-04-01blkcg: restructure statistics printingTejun Heo2-374/+243
2012-04-01blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2-207/+293
2012-04-01blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcountersTejun Heo1-3/+6
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo4-16/+9
2012-04-01block: Make cfq_target_latency tunable through sysfs.Tao Ma1-2/+8
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo5-65/+35
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-7/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-22/+16
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen1-1/+1
2012-03-29blkcg: change a spin_lock() to spin_lock_irq()Dan Carpenter1-1/+1
2012-03-23cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHEDTejun Heo1-17/+35