Commit Graph

1333 Commits (fed067da46ad3b9acedaf794a5f05d0bc153280b)

Author SHA1 Message Date
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
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Jens Axboe f253b86b4a Revert "block: fix accounting bug on cross partition merges" 15 years ago
Jens Axboe 7ad58c0286 block: fix use-after-free bug in blk throttle code 15 years ago
Andi Kleen e52eec13cd SYSFS: Allow boot time switching between deprecated and modern sysfs layout 15 years ago
Vivek Goyal b4627321e1 cfq-iosched: Fix a gcc 4.5 warning and put some comments 15 years ago
Yasuaki Ishimatsu 7681bfeecc block: fix accounting bug on cross partition merges 15 years ago
FUJITA Tomonori 478971600e [SCSI] bsg: fix incorrect device_status value 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Martin K. Petersen e817bf3f68 block: Fix double free in blk_integrity_unregister 15 years ago
Martin K. Petersen 892b6f90db block: Ensure physical block size is unsigned int 15 years ago
Jens Axboe 430c62fb29 elevator: fix oops on early call to elevator_change() 15 years ago
Arnd Bergmann 2a48fc0ab2 block: autoconvert trivial BKL users to private mutex 15 years ago
Vivek Goyal c49c06e496 blkio-throttle: Fix possible multiplication overflow in iops calculations 15 years ago
Vivek Goyal 9355aede5a blkio-throttle: limit max iops value to UINT_MAX 15 years ago