aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Block: use a freezable workqueue for disk-event pollingAlan Stern1-5/+5
2019-07-22block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka1-13/+19
2019-07-22bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2019-07-22block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+45
2019-07-22block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+7
2019-07-22block: initialize request_queue's numa node duringMike Snitzer1-11/+3
2019-07-22cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu1-2/+9
2019-07-22cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng1-0/+5
2019-07-22block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings1-3/+4
2019-07-22block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2019-07-22block: Free queue resources at blk_release_queue()Hannes Reinecke2-7/+11
2019-07-22blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao1-21/+16
2019-07-22base code from marvellLubomir Rintel1-0/+17
2011-08-04fix crash in scsi_dispatch_cmd()James Bottomley2-0/+10
2011-06-27cfq-iosched: make code consistentShaohua Li1-1/+2
2011-06-27cfq-iosched: fix a rcu warningShaohua Li1-1/+4
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-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
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
2011-05-20blk-throttle: Free up a group only after one rcu grace periodVivek Goyal1-1/+21
2011-05-20blk-throttle: Use helper function to add root throtl group to listsVivek Goyal1-3/+1
2011-05-20blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal1-12/+23
2011-05-20blk-throttle: Dynamically allocate root groupVivek Goyal1-15/+12
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal3-67/+205
2011-05-20cfq-iosched: Fix a possible race with cfq cgroup removal codeVivek Goyal1-12/+36
2011-05-20cfq-iosched: Get rid of redundant function parameter "create"Vivek Goyal1-9/+9
2011-05-20blk-cgroup: move some fields of unaccounted_time file under right config optionVivek Goyal2-3/+6
2011-05-20blk-throttle: Do the new group initialization with the help of a functionVivek Goyal1-29/+35
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe9-44/+43
2011-05-18block: add proper state guards to __elv_next_requestJames Bottomley1-1/+2
2011-05-18block: don't delay blk_run_queue_asyncShaohua Li1-1/+3
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen2-2/+4
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal4-11/+19
2011-05-06blkdev: Do not return -EOPNOTSUPP if discard is supportedLukas Czerner1-7/+2
2011-05-06blkdev: Simple cleanup in blkdev_issue_zeroout()Lukas Czerner1-14/+0
2011-05-06blkdev: Submit discard bio in batches in blkdev_issue_discard()Lukas Czerner1-40/+29
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com2-6/+31
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com1-0/+6
2011-05-05iosched: remove redundant sprintfKees Cook1-6/+1
2011-05-05block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma1-1/+1
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo1-2/+6
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe1-1/+2
2011-04-19block: Remove the extra check in queue_requests_storeTao Ma1-2/+2
2011-04-19block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan1-1/+3
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe1-1/+0
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe2-10/+2
2011-04-19cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe1-14/+6
2011-04-18block: kill blk_flush_plug_list() exportJens Axboe1-1/+0
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig6-20/+33
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe2-19/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown1-0/+20
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+12
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe1-6/+7
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig1-18/+6
2011-04-13block, blk-sysfs: Use the variable directly instead of a function callLiu Yuan1-2/+1
2011-04-12block: move queue run on unplug to kblockdJens Axboe1-1/+1
2011-04-12block: kill queue_sync_plugs()Jens Axboe1-14/+0
2011-04-12block: readd plug trace eventJens Axboe1-1/+9
2011-04-12block: add callback function for unplug notificationJens Axboe2-0/+19
2011-04-12block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe1-0/+5
2011-04-12block: fixup block IO unplug trace callJens Axboe1-2/+13
2011-04-11block: splice plug list to local contextNeilBrown1-5/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds6-7/+7
2011-04-05block: fix request sorting at unplugKonstantin Khlebnikov1-1/+1
2011-04-05dm: improve block integrity supportMike Snitzer1-1/+11
2011-04-05blk-throttle: don't call xchg on boolAndreas Schwab1-2/+2
2011-04-05block: make the flush insertion use the tail of the dispatch listJens Axboe1-2/+2
2011-04-05block: get rid of elv_insert() interfaceJens Axboe2-22/+17
2011-04-05block: dump request state on seeing a corrupted request completionJens Axboe1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi6-7/+7
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe1-1/+1
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds17-656/+955
2011-03-23cfq-iosched: removing unnecessary think time checkingLi, Shaohua1-9/+4
2011-03-23cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest1-22/+17
2011-03-22blk-throttle: Reset group slice when limits are changedVivek Goyal1-1/+24
2011-03-22blk-cgroup: Only give unaccounted_time under debugJustin TerAvest1-10/+10
2011-03-22cfq-iosched: Don't set active queue in preemptJustin TerAvest1-16/+23
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe4-4/+58
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+20
2011-03-17cfq-iosched: Don't update group weights when on service treeJustin TerAvest1-12/+41
2011-03-12blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest4-14/+41
2011-03-11block: remove obsolete comments for blkdev_issue_zeroout.Tao Ma1-2/+0
2011-03-11block: fix mis-synchronisation in blkdev_issue_zeroout()Lukas Czerner1-12/+7
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe10-315/+323
2011-03-10blk-throttle: Use blk_plug in throttle dispatchVivek Goyal1-0/+3
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe10-233/+26
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe3-101/+277
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe1-0/+29
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Tejun Heo1-1/+1
2011-03-08blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest1-1/+1
2011-03-07blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal1-56/+40
2011-03-07blk-throttle: process limit change only through one functionVivek Goyal1-7/+1
2011-03-07Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux...Jens Axboe8-38/+49
2011-03-07cfq-iosched: Fix update_vdisktime logicGui Jianfeng1-4/+2
2011-03-07cfq-iosched: give busy sync queue no dispatch limitShaohua Li1-2/+24
2011-03-07cfq-iosched: fix race in cfq_set_request()Jens Axboe1-2/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo8-38/+49
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal3-6/+9
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2-8/+15
2011-03-02block/genhd: Change some numerals into macrosLiu Yuan1-8/+8
2011-03-02block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Tejun Heo1-3/+5
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo4-11/+12
2011-03-01cfq-iosched: Always provide group isolation.Justin TerAvest1-36/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe9-109/+650
2011-03-01block: fix kernel-doc format for blkdev_issue_zerooutBen Hutchings1-1/+1
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2-18/+18
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-02-24block: fix refcounting in BLKBSZSETMiklos Szeredi1-3/+5
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
2011-02-12[SCSI] block: improve detail in I/O error messagesHannes Reinecke1-3/+20
2011-02-11block: share request flush fields with elevator_privateMike Snitzer2-10/+10
2011-02-11block: skip elevator data initialization for flush requestsMike Snitzer1-4/+25
2011-02-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+16
2011-02-09cfq-iosched: Don't wait if queue already has requests.Justin TerAvest1-0/+4
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo4-150/+319
2011-01-25block: improve flush bio completionTejun Heo1-27/+21
2011-01-25block: add REQ_FLUSH_SEQTejun Heo3-3/+4
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-19blkio-throttle: Avoid calling blkiocg_lookup_group() for root groupVivek Goyal1-1/+9
2011-01-19cfq: rename a function to give it more appropriate nameVivek Goyal1-3/+3
2011-01-14block cfq: compensate preempted queue even if it has no slice assignedShaohua Li1-4/+15
2011-01-14block cfq: make queue preempt work for queues from different workloadShaohua Li1-0/+9
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-105/+614
2011-01-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe1-28/+516
2011-01-07block cfq: don't use atomic_t for cfq_groupShaohua Li1-11/+12
2011-01-07block cfq: don't use atomic_t for cfq_queueShaohua Li1-11/+16
2011-01-07block: add internal hd part table referencesJens Axboe3-5/+6
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand3-6/+24
2011-01-03block: make kblockd_workqueue smarterTejun Heo1-1/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina12-90/+97
2010-12-21block: Clean up exit_io_context() source code.Bart Van Assche1-3/+2
2010-12-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-49/+54
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang1-1/+1
2010-12-17block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang1-1/+1
2010-12-17cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng1-6/+0
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-6/+20
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen3-27/+6
2010-12-16implement in-kernel gendisk events handlingTejun Heo1-0/+429
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo1-3/+87
2010-12-16block: kill genhd_media_change_notify()Tejun Heo1-25/+0
2010-12-13block cfq: select new workload if priority changedShaohua Li writes1-0/+5
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart1-0/+8
2010-12-01blk-throttle: Correct the placement of smp_rmb()Vivek Goyal1-14/+9
2010-12-01blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal1-0/+16
2010-11-30cfq-iosched: Get rid of on_st flagGui Jianfeng1-4/+1
2010-11-30cfq-iosched: Get rid of st->activeGui Jianfeng1-14/+1
2010-11-29block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng1-2/+3
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-2/+3
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer1-5/+5
2010-11-16Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/coreJens Axboe1-4/+0
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe25-770/+2424
2010-11-15blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal1-4/+0
2010-11-15blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal1-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+3
2010-11-11block: remove unused copy_io_context()Jens Axboe1-14/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig2-9/+2
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-10block: read i_size with i_size_read()Mike Snitzer3-7/+7
2010-11-10block: take care not to overflow when calculating total iov lengthJens Axboe1-10/+24
2010-11-10block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe1-0/+2
2010-11-09cfq-iosched: don't schedule a dispatch for a non-idle queueShaohua Li1-18/+1
2010-11-08cfq-iosched: don't idle if a deep seek queue is slowShaohua Li1-0/+11
2010-11-08cfq-iosched: schedule dispatch for noidle queueShaohua Li1-1/+22
2010-11-08cfq-iosched: do cleanupShaohua Li1-8/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-31/+13
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe4-31/+13
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe2-2/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-5/+2