aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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-01block: Make cfq_target_latency tunable through sysfs.Tao Ma1-2/+8
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen1-1/+1
2012-03-23block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter1-1/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-14/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-24/+8
2012-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-79/+158
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng1-0/+6
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-5/+5
2012-03-02block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka1-13/+19
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-8/+40
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar9-177/+101
2012-02-24LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov1-7/+4
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo1-8/+47
2012-02-15block: simplify ioc_release_fn()Tejun Heo1-36/+10
2012-02-15block: replace icq->changed with icq->flagsTejun Heo2-10/+32
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo1-7/+14
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo2-21/+13
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo4-53/+45
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo4-84/+14
2012-02-06block: fix ioc locking warningShaohua Li1-1/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-14/+8
2012-01-27sched, block: Unify cache detectionPeter Zijlstra2-24/+8
2012-01-19block: fix NULL icq_cache referenceShaohua Li1-4/+6
2012-01-19block,cfq: change code orderShaohua Li1-3/+4
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds16-821/+847
2012-01-15Revert "block: recursive merge requests"Jens Axboe1-12/+4
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+45
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+7
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen2-0/+5
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-8/+24
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-17/+28
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds38-6/+6071
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro38-6/+6071
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-4/+22
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-2/+2
2012-01-03fs: move code out of buffer.cAl Viro2-2/+1
2012-01-03separate partition format handling from generic codeAl Viro4-523/+542
2012-01-03move fs/partitions to block/Al Viro34-1/+6048
2012-01-03make register_disk() staticAl Viro1-1/+1
2011-12-29block: fix blk_queue_end_tag()Dan Williams1-11/+2
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo1-3/+0
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo1-2/+9
2011-12-21block: re-use existing 'reading' variable instead of checking direction againmajianpeng1-1/+1
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe1-0/+1
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-16block: recursive merge requestsShaohua Li1-4/+12
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo1-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo4-132/+110
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo1-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo5-55/+78
2011-12-14block, cfq: move icq cache management to block coreTejun Heo4-41/+52
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo3-40/+45
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo3-19/+12
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo2-145/+161
2011-12-14block: remove elevator_queue->opsTejun Heo2-43/+41
2011-12-14block: reorder elevator switch sequenceTejun Heo1-54/+37
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo4-54/+71
2011-12-14block, cfq: kill cic->keyTejun Heo1-21/+5
2011-12-14block, cfq: kill ioc_goneTejun Heo1-38/+5
2011-12-14block, cfq: remove delayed unlinkTejun Heo2-98/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo3-66/+146
2011-12-14block, cfq: fix cic lookup lockingTejun Heo1-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo1-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo3-20/+55
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo1-26/+32
2011-12-14block: misc updates to blk_get_queue()Tejun Heo4-8/+11
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo4-46/+81
2011-12-14block: misc ioc cleanupsTejun Heo1-36/+36
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo4-55/+26
2011-12-14block: add missing blk_queue_dead() checksTejun Heo2-2/+25
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo1-6/+18
2011-12-14block: add blk_queue_dead()Tejun Heo5-9/+9
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-48/+0
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo1-17/+28
2011-12-02cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu1-2/+9
2011-11-30cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng1-0/+5
2011-11-23block: initialize request_queue's numa node duringMike Snitzer1-11/+3
2011-11-16block: add missed trace_block_plugShaohua Li1-1/+3
2011-11-16block: avoid unnecessary plug list flushShaohua Li1-7/+9
2011-11-13block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings1-3/+4
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo1-71/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+3
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-327/+439
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo1-2/+7
2011-10-31block: Change module.h -> export.h in bsg-lib.cPaul Gortmaker1-1/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+71
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe1-1/+1
2011-10-25blk-throttle: Take blkcg->lock while traversing blkcg->policy_listVivek Goyal1-14/+40
2011-10-25blk-throttle: Free up policy node associated with deleted ruleVivek Goyal1-0/+1
2011-10-25block: warn if tag is greater than real_max_depth.Tao Ma1-2/+4
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe2-2/+3
2011-10-24block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-10-24blk-flush: move the queue kick intoJeff Moyer2-1/+2
2011-10-24blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer1-1/+1
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-3/+1
2011-10-24block: fix a typo in the blk-cgroup.h fileJie Liu1-1/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo5-29/+87
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo1-7/+21
2011-10-19block: make get_request[_wait]() fail if queue is deadTejun Heo1-16/+38
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo3-41/+22
2011-10-19block: reorganize queue drainingTejun Heo3-26/+40
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2-9/+2
2011-10-19block: pass around REQ_* flags instead of broken down booleans during request...Tejun Heo1-19/+17
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo2-1/+15
2011-10-19block: fix genhd refcounting in blkio_policy_parse_and_set()Tejun Heo1-33/+23
2011-10-19block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe12-54/+413
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke2-7/+11
2011-09-21blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao1-21/+16
2011-09-21block/blk-sysfs.c: fix kerneldoc referencesAndrew Morton1-3/+3
2011-09-21block: document blk-plugSuresh Jayaraman1-0/+14
2011-09-15block: refactor generic_make_requestChristoph Hellwig1-46/+49
2011-09-14block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_requestTao Ma1-1/+1
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-91/+62
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe1-3/+3
2011-09-12block: export __make_requestChristoph Hellwig1-3/+2
2011-09-12elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui1-1/+1
2011-08-29[SCSI] genhd: add a new attribute "alias" in gendiskNao Nishijima1-0/+71
2011-08-24block: simplify force plug flush code a little bitShaohua Li1-6/+7
2011-08-24block: change force plug flush call orderShaohua Li1-3/+3
2011-08-24block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen1-4/+6
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo2-3/+3
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-10/+10
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-14/+371
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe1-0/+18
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer3-6/+24
2011-08-11block: improve rq_affinity placementShaohua Li1-3/+13
2011-08-09allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSHJeff Moyer1-2/+3
2011-08-05block: Make rq_affinity = 1 work as expectedTao Ma1-5/+3
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita2-3/+8
2011-08-02block/genhd.c: remove useless cast in diskstats_show()Herbert Poetzl1-4/+4
2011-08-02bsg-lib: add module.h includeJens Axboe1-0/+1
2011-08-02cfq-iosched: Reduce linked group count upon group destructionVivek Goyal1-0/+3
2011-08-01blk-throttle: correctly determine sync bioShaohua Li1-2/+2
2011-07-31block: add bsg helper libraryMike Christie3-0/+308
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita1-14/+12
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe1-1/+1
2011-07-25Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+9
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-148/+145
2011-07-23block: strict rq_affinityDan Williams3-12/+18
2011-07-23block: fix patch import error in max_discard_sectors checkJens Axboe1-1/+1
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+10
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()James Bottomley2-0/+10
2011-07-20block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Lai Jiangshan1-9/+1
2011-07-12CFQ: add think time check for groupShaohua Li1-2/+17
2011-07-12CFQ: add think time check for service treeShaohua Li1-4/+30
2011-07-12CFQ: move think time check variables to a separate structShaohua Li1-16/+24
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-27/+1
2011-07-10cfq: Remove special treatment for metadata rqs.Justin TerAvest1-18/+0
2011-07-08block: avoid building too big plug listShaohua Li1-0/+5
2011-07-06block: eliminate potential for infinite loop in blkdev_issue_discardMike Snitzer1-1/+4
2011-07-01compat_ioctl: fix warning caused by qemuJohannes Stezenbach1-14/+0
2011-07-01block: flush MEDIA_CHANGE from drivers on close(2)Tejun Heo1-10/+12
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe3-45/+57
2011-06-27cfq-iosched: make code consistentShaohua Li1-1/+2
2011-06-27cfq-iosched: fix a rcu warningShaohua Li1-1/+4
2011-06-20bsg: fix address space warning from sparseNamhyung Kim1-6/+6
2011-06-20bsg: remove unnecessary conditional expressionsNamhyung Kim1-2/+2
2011-06-20bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim1-1/+1
2011-06-13blk-throttle: Make total_nr_queued unsignedJoe Perches1-4/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches2-7/+8
2011-06-13block:remove some spare spaces in genhd.cWanlong Gao1-3/+3
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches2-7/+8
2011-06-09block: make disk_block_events() properly wait for work cancellationTejun Heo1-0/+10
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo1-31/+24
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Tejun Heo1-3/+11
2011-06-06block: rename the return of two functionsPaul Bolle1-20/+20
2011-06-06CFQ: make two functions staticPaul Bolle1-3/+3
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer3-15/+5
2011-06-02block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle1-2/+2
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle1-3/+0
2011-05-31CFQ: Fix typo and remove unnecessary semicolonKyungmin Park1-4/+4
2011-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+3
2011-05-27block: export blk_{get,put}_queue()Jens Axboe1-0/+2
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-12/+6
2011-05-26block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti1-3/+0
2011-05-26block: always allocate genhd->ev if check_events is implementedTejun Heo1-1/+1
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim1-1/+5
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim1-2/+1
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim1-9/+5
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim1-1/+1
2011-05-23blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal1-0/+3
2011-05-23block: call elv_bio_merged() when mergedVivek Goyal1-0/+2
2011-05-23cfq-iosched: Make IO merge related stats per cpuVivek Goyal2-7/+19
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal1-0/+5
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe2-31/+0
2011-05-20Merge branch 'for-linus' into for-2.6.40/coreJens Axboe1-1/+3
2011-05-20blk-throttle: Make no throttling rule group processing locklessVivek Goyal1-4/+49
2011-05-20blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch statsVivek Goyal1-0/+28
2011-05-20blk-cgroup: Make 64bit per cpu stats safe on 32bit archVivek Goyal2-5/+24
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal4-42/+147