summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-06-01block: fix buffer overflow when printing partition UUIDsTejun Heo
2012-03-19Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-19block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka
2012-03-12bsg: fix sysfs link remove warningStanislaw Gruszka
2012-01-25block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini
2012-01-25block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-06block: initialize request_queue's numa node duringMike Snitzer
2012-01-06cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu
2012-01-06cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng
2011-11-21block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings
2011-11-11block: make gendisk hold a reference to its queueTejun Heo
2011-10-03block: Free queue resources at blk_release_queue()Hannes Reinecke
2011-10-03blk-cgroup: be able to remove the record of unplugged deviceWanlong Gao
2011-08-04fix crash in scsi_dispatch_cmd()James Bottomley
2011-06-27cfq-iosched: make code consistentShaohua Li
2011-06-27cfq-iosched: fix a rcu warningShaohua Li
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches
2011-06-09block: make disk_block_events() properly wait for work cancellationTejun Heo
2011-06-09block: remove non-syncing __disk_block_events() and fold it into disk_block_e...Tejun Heo
2011-06-09block: don't use non-syncing event blocking in disk_check_events()Tejun Heo
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe
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