summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-06-02block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle
2011-05-31CFQ: Fix typo and remove unnecessary semicolonKyungmin Park
2011-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-27block: export blk_{get,put}_queue()Jens Axboe
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2011-05-26block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti
2011-05-26block: always allocate genhd->ev if check_events is implementedTejun Heo
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim
2011-05-23blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal
2011-05-23block: call elv_bio_merged() when mergedVivek Goyal
2011-05-23cfq-iosched: Make IO merge related stats per cpuVivek Goyal
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe
2011-05-20Merge branch 'for-linus' into for-2.6.40/coreJens Axboe
2011-05-20blk-throttle: Make no throttling rule group processing locklessVivek Goyal
2011-05-20blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch statsVivek Goyal
2011-05-20blk-cgroup: Make 64bit per cpu stats safe on 32bit archVivek Goyal
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal
2011-05-20blk-throttle: Free up a group only after one rcu grace periodVivek Goyal
2011-05-20blk-throttle: Use helper function to add root throtl group to listsVivek Goyal
2011-05-20blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal
2011-05-20blk-throttle: Dynamically allocate root groupVivek Goyal
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal
2011-05-20cfq-iosched: Fix a possible race with cfq cgroup removal codeVivek Goyal
2011-05-20cfq-iosched: Get rid of redundant function parameter "create"Vivek Goyal
2011-05-20blk-cgroup: move some fields of unaccounted_time file under right config optionVivek Goyal
2011-05-20blk-throttle: Do the new group initialization with the help of a functionVivek Goyal
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe
2011-05-18block: add proper state guards to __elv_next_requestJames Bottomley
2011-05-18block: don't delay blk_run_queue_asyncShaohua Li
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal
2011-05-06blkdev: Do not return -EOPNOTSUPP if discard is supportedLukas Czerner
2011-05-06blkdev: Simple cleanup in blkdev_issue_zeroout()Lukas Czerner
2011-05-06blkdev: Submit discard bio in batches in blkdev_issue_discard()Lukas Czerner
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com
2011-05-05iosched: remove redundant sprintfKees Cook
2011-05-05block: Remove 'plug/unplug' comment in blk_execute_rq_nowaitTao Ma
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe
2011-04-19block: Remove the extra check in queue_requests_storeTao Ma
2011-04-19block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe
2011-04-19cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe