Commit Graph

1211 Commits (1e5554c8428bc7209a83e2d07ca724be4d981ce3)

Author SHA1 Message Date
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
Dmitry Monakhov f31e7e4022 blkdev: move blkdev_issue helper functions to separate file 15 years ago
Dmitry Monakhov f17e232e92 blkdev: allow async blkdev_issue_flush requests 15 years ago
Dmitry Monakhov fbd9b09a17 blkdev: generalize flags for blkdev_issue_fn functions 15 years ago
Vivek Goyal afc24d49c1 blk-cgroup: config options re-arrangement 15 years ago
Vivek Goyal e5ff082e8a blkio: Fix another BUG_ON() crash due to cfqq movement across groups 15 years ago
Vivek Goyal 7f1dc8a2d2 blkio: Fix blkio crash during rq stat update 15 years ago
Richard Kennedy a534dbe96e block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer 15 years ago
Divyesh Shah 8d2a91f896 blkio: Initialize blkg->stats_lock for the root cfqg too 15 years ago
Divyesh Shah b6ac23af2c blkio: fix for modular blk-cgroup build 15 years ago
Richard Kennedy c0d97e9ca2 block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer 15 years ago