Commit Graph

1221 Commits (40d24ff9b4309d37999bc0ae91a271f57651d9dd)

Author SHA1 Message Date
Brian King be14eb6191 block: Range check cpu in blk_cpu_to_group 15 years ago
Jens Axboe 5dd531a03a block: add function call to switch the IO scheduler from a driver 15 years ago
Jiri Slaby 5e00d1b5b4 BLOCK: fix bio.bi_rw handling 15 years ago
Xiaotian Feng c87ffbb812 block: put dev->kobj in blk_register_queue fail path 15 years ago
Vivek Goyal c4e7893ebc cfq-iosched: blktrace print per slice sector stats 15 years ago
Vivek Goyal 80bdf0c78f cfq-iosched: Implement tunable group_idle 15 years ago
Vivek Goyal 02b35081fc cfq-iosched: Do group share accounting in IOPS when slice_idle=0 15 years ago
Vivek Goyal b6508c1618 cfq-iosched: Do not idle if slice_idle=0 15 years ago
Ciju Rajan K 96aa1b419d blkio: Fix return code for mkdir calls 15 years ago
Adrian Hunter 8d57a98ccd block: add secure discard 15 years ago
Dmitry Monakhov 18edc8eaa6 blkdev: fix blkdev_issue_zeroout return value 15 years ago
ike Snitzer 3383977fad block: update request stacking methods to support discards 15 years ago
FUJITA Tomonori 16f2319fd6 block: set up rq->rq_disk properly for flush requests 15 years ago
FUJITA Tomonori 28e18d0188 block: set REQ_TYPE_FS on flush requests 15 years ago
Jens Axboe 10d1f9e2cc block: fix problem with sending down discard that isn't of correct granularity 15 years ago
Dave Chinner f10d9f617a blkdev: check for valid request queue before issuing flush 15 years ago
Arnd Bergmann 15392efb9d block: remove BKL from partition ioctls 15 years ago
Arnd Bergmann 6de4370310 block: remove BKL from BLKROSET and BLKFLSBUF 15 years ago
Arnd Bergmann 62c2a7d969 block: push BKL into blktrace ioctls 15 years ago
Arnd Bergmann 8a6cfeb6de block: push down BKL into .locked_ioctl 15 years ago
FUJITA Tomonori 00fff26539 block: remove q->prepare_flush_fn completely 15 years ago
FUJITA Tomonori b6a903151d block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn 15 years ago
FUJITA Tomonori 8749534fe6 block: introduce REQ_FLUSH flag 15 years ago
James Bottomley 28018c242a block: implement an unprep function corresponding directly to prep 15 years ago
Jens Axboe 3ffb52e73b block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD 15 years ago
Andi Kleen 2c8919dee6 gcc-4.6: block: fix unused but set variables in blk-merge 15 years ago
Christoph Hellwig 66ac028019 block: don't allocate a payload for discard request 15 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
Christoph Hellwig 33659ebbae block: remove wrappers for request type/flags 15 years ago
Jens Axboe 956bcb7c1a block: add helpers for the trivial queue flag sysfs show/store entries 15 years ago
Jens Axboe e2e1a148bc block: add sysfs knob for turning off disk entropy contributions 15 years ago
Tao Ma 1b99973f1c block: Don't count_vm_events for discard bio in submit_bio. 15 years ago
Jens Axboe 9e495db1a1 cfq: fix recursive call in cfq_blkiocg_update_completion_stats() 15 years ago
Vivek Goyal e98ef89b30 cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n 15 years ago
Jeff Moyer c10b61f091 cfq: Don't allow queue merges for queues that have no process references 15 years ago
Christoph Hellwig fbbf055692 block: fix DISCARD_BARRIER requests 15 years ago
Mike Snitzer 1abec4fdbb block: make blk_init_free_list and elevator_init idempotent 15 years ago
Mike Snitzer c86d1b8ae6 block: avoid unconditionally freeing previously allocated request_queue 15 years ago
Shaohua Li d02a2c077f cfq-iosched: fix an oops caused by slab leak 15 years ago
Mike Snitzer e36f724b4a block: Adjust elv_iosched_show to return "none" for bio-based DM 15 years ago
Konstantin Khlebnikov 80b15c7389 cfq-iosched: compact io_context radix_tree 15 years ago
Konstantin Khlebnikov bca4b914b5 cfq-iosched: remove dead_key from cfq_io_context 15 years ago
Paul E. McKenney f1ac2502e1 block: remove all rcu head initializations 15 years ago
Mike Snitzer 01effb0dc1 block: allow initialization of previously allocated request_queue 15 years ago
Li Zefan 0341509fdf blk-cgroup: Fix an RCU warning in blkiocg_create() 15 years ago
Vivek Goyal dcf097b247 blk-cgroup: Fix RCU correctness warning in cfq_init_queue() 15 years ago
Jens Axboe 0f3942a39e block: kill some useless goto's in blk-cgroup.c 15 years ago
Jens Axboe 0341aafb7f block: fix bad use of min() on different types 15 years ago
Dmitry Monakhov 50eaeb323a cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=n 15 years ago
Dmitry Monakhov 3f14d792f9 blkdev: add blkdev_issue_zeroout helper function 15 years ago