Age | Commit message (Expand) | Author |
2017-02-14 | elevator: fix loading wrong elevator type for blk-mq devices | Jens Axboe |
2017-02-13 | cciss: switch to pci_irq_alloc_vectors | Christoph Hellwig |
2017-02-13 | block/loop: fix race between I/O and set_status | Ming Lei |
2017-02-07 | gdrom: Add missing error code | Christophe JAILLET |
2017-02-06 | Fix SED-OPAL UAPI structs to prevent 32/64 bit size differences. | Scott Bauer |
2017-02-06 | nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls | Scott Bauer |
2017-02-06 | block: Add Sed-opal library | Scott Bauer |
2017-02-06 | Include: Uapi: Add user ABI for Sed/Opal | Scott Bauer |
2017-02-01 | block: queue lock must be acquired when iterating over rls | Tahsin Erdogan |
2017-02-01 | block: Update comments that refer to __bio_map_user() and bio_map_user() | Bart Van Assche |
2017-01-31 | blk-mq: don't fail allocating driver tag for stopped hw queue | Jens Axboe |
2017-01-31 | nvme/pci: Don't mark IOD as aborted if abort wasn't sent | Keith Busch |
2017-01-31 | lightnvm: allow targets to use sysfs | Javier González |
2017-01-31 | lightnvm: free properly on target creation error | Javier González |
2017-01-31 | lightnvm: Add CRC read error | Javier González |
2017-01-31 | lightnvm: use end_io callback instead of instance | Matias Bjørling |
2017-01-31 | lightnvm: add ioctls for vector I/Os | Matias Bjørling |
2017-01-31 | lightnvm: reduce number of nvm_id groups to one | Matias Bjørling |
2017-01-31 | lightnvm: cleanup nvm transformation functions | Matias Bjørling |
2017-01-31 | lightnvm: make nvm_map_* return void | Matias Bjørling |
2017-01-31 | lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl | Matias Bjørling |
2017-01-31 | lightnvm: remove nvm_submit_ppa* functions | Matias Bjørling |
2017-01-31 | lightnvm: collapse nvm_erase_ppa and nvm_erase_blk | Matias Bjørling |
2017-01-31 | lightnvm: merge gennvm with core | Matias Bjørling |
2017-01-27 | blk-mq: fix debugfs compilation issues | Omar Sandoval |
2017-01-27 | block: cleanup remaining manual checks for PREFLUSH|FUA | Jens Axboe |
2017-01-27 | blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() | Jens Axboe |
2017-01-27 | block: add a op_is_flush helper | Christoph Hellwig |
2017-01-27 | blk-mq-sched: change ->dispatch_requests() to ->dispatch_request() | Jens Axboe |
2017-01-27 | blk-mq-sched: fix starvation for multiple hardware queues and shared tags | Jens Axboe |
2017-01-27 | blk-mq: release driver tag on a requeue event | Jens Axboe |
2017-01-27 | blk-mq: fix potential race in queue restart and driver tag allocation | Jens Axboe |
2017-01-27 | blk-mq: improve scheduler queue sync/async running | Jens Axboe |
2017-01-27 | blk-mq: move hctx and ctx counters from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: add tags and sched_tags bitmaps to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move tags and sched_tags info from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: export software queue pending map to debugfs | Omar Sandoval |
2017-01-27 | sbitmap: add helpers for dumping to a seq_file | Omar Sandoval |
2017-01-27 | blk-mq: add extra request information to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: add hctx->{state,flags} to debugfs | Omar Sandoval |
2017-01-27 | blk-mq: create debugfs directory tree | Omar Sandoval |
2017-01-26 | blk-mq-sched: check for successful allocation before assigning tag | Jens Axboe |
2017-01-26 | blk-mq: don't lose flags passed in to blk_mq_alloc_request() | Jens Axboe |
2017-01-25 | blk-mq: only apply active queue tag throttling for driver tags | Jens Axboe |
2017-01-23 | cfq-iosched: Adjust one function call together with a variable assignment | Markus Elfring |
2017-01-23 | blk-throttle: Adjust two function calls together with a variable assignment | Markus Elfring |
2017-01-23 | block: Initialize cfqq->ioprio_class in cfq_get_queue() | Alexander Potapenko |
2017-01-20 | blk-mq: allow resize of scheduler requests | Jens Axboe |