Commit Graph

1421 Commits (839a4fcc8af7412be2efd11f0bd0504757f79f08)

Author SHA1 Message Date
Tejun Heo facc31ddc3 block: Don't implicitly trigger event check on disk_unblock_events() 14 years ago
Justin TerAvest df457f845e blk-cgroup: Lower minimum weight from 100 to 10. 14 years ago
Vivek Goyal de701c74a3 blk-throttle: Some cleanups and race fixes in limit update code 14 years ago
Vivek Goyal 231d704b4a blk-throttle: process limit change only through one function 14 years ago
Gui Jianfeng a60327107b cfq-iosched: Fix update_vdisktime logic 14 years ago
Shaohua Li ef8a41df8c cfq-iosched: give busy sync queue no dispatch limit 14 years ago
Jens Axboe 93803e0140 cfq-iosched: fix race in cfq_set_request() 14 years ago
Vivek Goyal da52777000 block: Move blk_throtl_exit() call to blk_cleanup_queue() 14 years ago
Vivek Goyal c94a96ac93 block: Initialize ->queue_lock to internal lock at queue allocation time 14 years ago
Liu Yuan 53f22956ef block/genhd: Change some numerals into macros 14 years ago
Tejun Heo 255bb490c8 block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue() 14 years ago
Tejun Heo 1654e7411a block: add @force_kblockd to __blk_run_queue() 14 years ago
Justin TerAvest 0bbfeb8320 cfq-iosched: Always provide group isolation. 14 years ago
Ben Hutchings 291d24f6d9 block: fix kernel-doc format for blkdev_issue_zeroout 14 years ago
Vivek Goyal 450adcbe51 blk-throttle: Do not use kblockd workqueue for throtl work 14 years ago
Miklos Szeredi 3c522cedb5 block: fix refcounting in BLKBSZSET 14 years ago
NeilBrown 93b270f76e Fix over-zealous flush_disk when changing device size. 14 years ago
Hannes Reinecke 79775567e0 [SCSI] block: improve detail in I/O error messages 14 years ago
Mike Snitzer c186794dbb block: share request flush fields with elevator_private 14 years ago
Mike Snitzer 9d5a4e946c block: skip elevator data initialization for flush requests 14 years ago
Justin TerAvest 02a8f01b5a cfq-iosched: Don't wait if queue already has requests. 14 years ago
Tejun Heo ae1b153962 block: reimplement FLUSH/FUA to support merge 14 years ago
Tejun Heo 143a87f4c9 block: improve flush bio completion 14 years ago
Tejun Heo 414b4ff5ee block: add REQ_FLUSH_SEQ 14 years ago
David Rientjes 6a108a14fa kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 14 years ago
Vivek Goyal be2c6b1990 blkio-throttle: Avoid calling blkiocg_lookup_group() for root group 14 years ago
Vivek Goyal ba5bd520f6 cfq: rename a function to give it more appropriate name 14 years ago
Shaohua Li c553f8e335 block cfq: compensate preempted queue even if it has no slice assigned 14 years ago
Shaohua Li f8ae6e3eb8 block cfq: make queue preempt work for queues from different workload 14 years ago
Shaohua Li 329a67815b block cfq: don't use atomic_t for cfq_group 14 years ago
Shaohua Li 30d7b9448f block cfq: don't use atomic_t for cfq_queue 14 years ago
Jens Axboe 6c23a9681c block: add internal hd part table references 14 years ago
Jerome Marchand 09e099d4ba block: fix accounting bug on cross partition merges 14 years ago
Tejun Heo 89b90be2d8 block: make kblockd_workqueue smarter 14 years ago
Bart Van Assche 27667c996f block: Clean up exit_io_context() source code. 14 years ago
Yang Zhang e61eb2e93f fs/block: type signature of major_to_index(int) to major_to_index(unsigned) 14 years ago
Yang Zhang b9f985b6e0 block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p) 14 years ago
Gui Jianfeng 7278c9c19b cfq-iosched: don't check cfqg in choose_service_tree() 14 years ago
Mike Snitzer 72d4cd9f38 block: max hardware sectors limit wrapper 14 years ago
Martin K. Petersen e692cb668f block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead 14 years ago
Tejun Heo 77ea887e43 implement in-kernel gendisk events handling 14 years ago
Tejun Heo d2bf1b6723 block: move register_disk() and del_gendisk() to block/genhd.c 14 years ago
Tejun Heo dddd9dc340 block: kill genhd_media_change_notify() 14 years ago
Shaohua Li writes e4ea0c16a8 block cfq: select new workload if priority changed 14 years ago
James Smart c7a841f3ac [SCSI] bsg: correct fault if queue object removed while dev_t open 14 years ago
Vivek Goyal 04a6b516cd blk-throttle: Correct the placement of smp_rmb() 14 years ago
Vivek Goyal d1ae8ffdfa blk-throttle: Trim/adjust slice_end once a bio has been dispatched 14 years ago
Gui Jianfeng 760701bfe1 cfq-iosched: Get rid of on_st flag 14 years ago
Gui Jianfeng b54ce60eb7 cfq-iosched: Get rid of st->active 14 years ago
Xiaotian Feng 5478755616 block: check for proper length of iov entries earlier in blk_rq_map_user_iov() 14 years ago