Commit Graph

1350 Commits (e795b71799ff0b27365020c9ddaa25d0d83f99c8)

Author SHA1 Message Date
Lukas Czerner 0aeea18964 block: fix mis-synchronisation in blkdev_issue_zeroout() 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
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
Justin TerAvest 02a8f01b5a cfq-iosched: Don't wait if queue already has requests. 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
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Mike Snitzer d07335e51d block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. 14 years ago
Vivek Goyal bdc85df7a8 blk-cgroup: Allow creation of hierarchical cgroups 14 years ago
Vivek Goyal c2f6805d47 blk-throttle: Fix calculation of max number of WRITES to be dispatched 14 years ago
Tejun Heo e525fd89d3 block: make blkdev_get/put() handle exclusive access 14 years ago
Jens Axboe cedb4a7d9f block: remove unused copy_io_context() 14 years ago
Christoph Hellwig 02e031cbc8 block: remove REQ_HARDBARRIER 14 years ago
Vasiliy Kulikov a014741c0a block: ioctl: fix information leak to userland 14 years ago
Mike Snitzer 77304d2aba block: read i_size with i_size_read() 14 years ago
Jens Axboe 9f864c8091 block: take care not to overflow when calculating total iov length 14 years ago
Jens Axboe 9284bcf4e3 block: check for proper length of iov entries in blk_rq_map_user_iov() 14 years ago
Shaohua Li 2b9408a459 cfq-iosched: don't schedule a dispatch for a non-idle queue 14 years ago
Shaohua Li 8e1ac66551 cfq-iosched: don't idle if a deep seek queue is slow 14 years ago
Shaohua Li d2d59e18a1 cfq-iosched: schedule dispatch for noidle queue 14 years ago
Shaohua Li c1e44756fd cfq-iosched: do cleanup 14 years ago