aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* iosched: prevent aliased requests from starving other I/OJeff Moyer2012-09-28
* Apply k4412 kernel from HardKernel for ODROID-X.Christopher Kenna2012-09-28
* block: fix buffer overflow when printing partition UUIDsTejun Heo2012-06-01
* Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-19
* block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka2012-03-19
* bsg: fix sysfs link remove warningStanislaw Gruszka2012-03-12
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-01-25
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-25
* block: initialize request_queue's numa node duringMike Snitzer2012-01-06
* cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu2012-01-06
* cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng2012-01-06
* block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings2011-11-21
* block: make gendisk hold a reference to its queueTejun Heo2011-11-11
* block: Free queue resources at blk_release_queue()Hannes Reinecke2011-10-03
* blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao2011-10-03
* fix crash in scsi_dispatch_cmd()James Bottomley2011-08-05
* cfq-iosched: make code consistentShaohua Li2011-06-27
* cfq-iosched: fix a rcu warningShaohua Li2011-06-27
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-13
* block: make disk_block_events() properly wait for work cancellationTejun Heo2011-06-09
* block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo2011-06-09
* block: don't use non-syncing event blocking in disk_check_events()Tejun Heo2011-06-09
* cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-06-05
* block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle2011-06-02
* cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle2011-06-02
* CFQ: Fix typo and remove unnecessary semicolonKyungmin Park2011-05-31
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-27
|\
| * block: export blk_{get,put}_queue()Jens Axboe2011-05-27
| * block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti2011-05-26
| * block: always allocate genhd->ev if check_events is implementedTejun Heo2011-05-26
* | cgroups: add per-thread subsystem callbacksBen Blum2011-05-26
|/
* cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim2011-05-24
* cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim2011-05-24
* cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim2011-05-24
* cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim2011-05-24
* blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal2011-05-23
* block: call elv_bio_merged() when mergedVivek Goyal2011-05-23
* cfq-iosched: Make IO merge related stats per cpuVivek Goyal2011-05-23
* cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal2011-05-23
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-20
* Merge branch 'for-linus' into for-2.6.40/coreJens Axboe2011-05-20
|\
| * block: add proper state guards to __elv_next_requestJames Bottomley2011-05-18
* | blk-throttle: Make no throttling rule group processing locklessVivek Goyal2011-05-20
* | blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch statsVivek Goyal2011-05-20
* | blk-cgroup: Make 64bit per cpu stats safe on 32bit archVivek Goyal2011-05-20
* | blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-20
* | blk-throttle: Free up a group only after one rcu grace periodVivek Goyal2011-05-20
* | blk-throttle: Use helper function to add root throtl group to listsVivek Goyal2011-05-20
* | blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal2011-05-20
* | blk-throttle: Dynamically allocate root groupVivek Goyal2011-05-20