aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 2-0/+10
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()Gravatar James Bottomley 2-0/+10
2011-07-20block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Gravatar Lai Jiangshan 1-9/+1
2011-06-27cfq-iosched: make code consistentGravatar Shaohua Li 1-1/+2
2011-06-27cfq-iosched: fix a rcu warningGravatar Shaohua Li 1-1/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutGravatar Joe Perches 2-7/+8
2011-06-09block: make disk_block_events() properly wait for work cancellationGravatar Tejun Heo 1-0/+10
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Gravatar Tejun Heo 1-31/+24
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Gravatar Tejun Heo 1-3/+11
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentGravatar Jens Axboe 1-1/+4
2011-06-02block: Use hlist_entry() for io_context.cic_list.firstGravatar Paul Bolle 1-2/+2
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathGravatar Paul Bolle 1-3/+0
2011-05-31CFQ: Fix typo and remove unnecessary semicolonGravatar Kyungmin Park 1-4/+4
2011-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-4/+3
2011-05-27block: export blk_{get,put}_queue()Gravatar Jens Axboe 1-0/+2
2011-05-26cgroups: add per-thread subsystem callbacksGravatar Ben Blum 1-12/+6
2011-05-26block: remove unused variable in bio_attempt_front_merge()Gravatar Luca Tettamanti 1-3/+0
2011-05-26block: always allocate genhd->ev if check_events is implementedGravatar Tejun Heo 1-1/+1
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsGravatar Namhyung Kim 1-1/+5
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Gravatar Namhyung Kim 1-2/+1
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Gravatar Namhyung Kim 1-9/+5
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Gravatar Namhyung Kim 1-1/+1
2011-05-23blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeGravatar Vivek Goyal 1-0/+3
2011-05-23block: call elv_bio_merged() when mergedGravatar Vivek Goyal 1-0/+2
2011-05-23cfq-iosched: Make IO merge related stats per cpuGravatar Vivek Goyal 2-7/+19
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupGravatar Vivek Goyal 1-0/+5
2011-05-20block: get rid of on-stack plugging debug checksGravatar Jens Axboe 2-31/+0
2011-05-20Merge branch 'for-linus' into for-2.6.40/coreGravatar Jens Axboe 1-1/+3
2011-05-20blk-throttle: Make no throttling rule group processing locklessGravatar Vivek Goyal 1-4/+49
2011-05-20blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch statsGravatar Vivek Goyal 1-0/+28
2011-05-20blk-cgroup: Make 64bit per cpu stats safe on 32bit archGravatar Vivek Goyal 2-5/+24
2011-05-20blk-throttle: Make dispatch stats per cpuGravatar Vivek Goyal 4-42/+147
2011-05-20blk-throttle: Free up a group only after one rcu grace periodGravatar Vivek Goyal 1-1/+21
2011-05-20blk-throttle: Use helper function to add root throtl group to listsGravatar Vivek Goyal 1-3/+1
2011-05-20blk-throttle: Introduce a helper function to fill in device detailsGravatar Vivek Goyal 1-12/+23
2011-05-20blk-throttle: Dynamically allocate root groupGravatar Vivek Goyal 1-15/+12
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupGravatar Vivek Goyal 3-67/+205
2011-05-20cfq-iosched: Fix a possible race with cfq cgroup removal codeGravatar Vivek Goyal 1-12/+36
2011-05-20cfq-iosched: Get rid of redundant function parameter "create"Gravatar Vivek Goyal 1-9/+9
2011-05-20blk-cgroup: move some fields of unaccounted_time file under right config optionGravatar Vivek Goyal 2-3/+6
2011-05-20blk-throttle: Do the new group initialization with the help of a functionGravatar Vivek Goyal 1-29/+35
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreGravatar Jens Axboe 9-44/+43
2011-05-18block: add proper state guards to __elv_next_requestGravatar James Bottomley 1-1/+2
2011-05-18block: don't delay blk_run_queue_asyncGravatar Shaohua Li 1-1/+3
2011-05-18block: Fix discard topology stacking and reportingGravatar Martin K. Petersen 2-2/+4
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupGravatar Vivek Goyal 4-11/+19
2011-05-06blkdev: Do not return -EOPNOTSUPP if discard is supportedGravatar Lukas Czerner 1-7/+2
2011-05-06blkdev: Simple cleanup in blkdev_issue_zeroout()Gravatar Lukas Czerner 1-14/+0
2011-05-06blkdev: Submit discard bio in batches in blkdev_issue_discard()Gravatar Lukas Czerner 1-40/+29
2011-05-06block: hold queue if flush is running for non-queueable flush driveGravatar shaohua.li@intel.com 2-6/+31