Age | Commit message (Expand) | Author | Files | Lines |
2019-02-15 | Merge tag 'v5.0-rc6' into for-5.1/block | Jens Axboe | 1 | -0/+3 |
2019-02-15 | block: kill BLK_MQ_F_SG_MERGE | Ming Lei | 1 | -1/+0 |
2019-02-15 | block: kill QUEUE_FLAG_NO_SG_MERGE | Ming Lei | 1 | -1/+0 |
2019-02-10 | block: kill QUEUE_FLAG_FLUSH_NQ | Jens Axboe | 1 | -1/+0 |
2019-02-08 | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
2019-01-31 | blk-mq: protect debugfs_create_files() from failures | Greg Kroah-Hartman | 1 | -0/+3 |
2019-01-24 | blk-mq: fix the cmd_flag_name array | Jianchao Wang | 1 | -1/+2 |
2018-12-17 | blk-mq: fix dispatch from sw queue | Ming Lei | 1 | -30/+39 |
2018-12-17 | blk-mq: export hctx->type in debugfs instead of sysfs | Ming Lei | 1 | -0/+16 |
2018-12-17 | blk-mq-debugfs: support rq_qos | Ming Lei | 1 | -0/+54 |
2018-11-15 | block: remove QUEUE_FLAG_BYPASS and ->bypass | Christoph Hellwig | 1 | -1/+0 |
2018-11-08 | blk-mq-tag: change busy_iter_fn to return whether to continue or not | Jens Axboe | 1 | -2/+5 |
2018-11-07 | blk-mq: cache request hardware queue mapping | Jens Axboe | 1 | -3/+1 |
2018-11-07 | blk-mq: pass in request/bio flags to queue mapping | Jens Axboe | 1 | -1/+3 |
2018-11-07 | block: remove legacy rq tagging | Jens Axboe | 1 | -2/+0 |
2018-10-25 | block: add a report_zones method | Christoph Hellwig | 1 | -1/+0 |
2018-10-05 | blk-mq-debugfs: Also show requests that have not yet been started | Bart Van Assche | 1 | -2/+1 |
2018-09-27 | block, scsi: Change the preempt-only flag into a counter | Bart Van Assche | 1 | -1/+9 |
2018-07-09 | blk-mq: dequeue request one by one from sw queue if hctx is busy | Ming Lei | 1 | -0/+9 |
2018-07-09 | block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n | Bart Van Assche | 1 | -15/+0 |
2018-07-09 | block: Inline blk_queue_nr_zones() | Bart Van Assche | 1 | -1/+1 |
2018-06-20 | blk-mq-debugfs: Off by one in blk_mq_rq_state_name() | Dan Carpenter | 1 | -1/+1 |
2018-05-29 | blk-mq: Remove generation seqeunce | Keith Busch | 1 | -1/+0 |
2018-04-10 | blk-mq: remove blk_mq_delay_queue() | Ming Lei | 1 | -1/+0 |
2018-03-17 | blk-mq-debugfs: Show more request state information | Bart Van Assche | 1 | -1/+15 |
2018-02-28 | blk-mq-debugfs: Show zone locking information | Bart Van Assche | 1 | -0/+16 |
2018-02-28 | blk-mq-debugfs: Reorder queue show and store methods | Bart Van Assche | 1 | -65/+65 |
2018-01-24 | blk-mq-debugfs: don't allow write on attributes with seq_operations set | Eryu Guan | 1 | -1/+5 |
2018-01-13 | blk-mq: add missing RQF_STARTED to debugfs | Jens Axboe | 1 | -0/+1 |
2018-01-10 | block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit | Jens Axboe | 1 | -8/+1 |
2018-01-10 | block: remove REQ_ATOM_POLL_SLEPT | Jens Axboe | 1 | -1/+1 |
2018-01-10 | blk-mq: add a few missing debugfs RQF_ flags | Jens Axboe | 1 | -0/+2 |
2018-01-09 | blk-mq: remove REQ_ATOM_STARTED | Tejun Heo | 1 | -3/+1 |
2017-11-15 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
2017-11-11 | block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag | Bart Van Assche | 1 | -0/+1 |
2017-11-11 | blk-mq: fix issue with shared tag queue re-running | Jens Axboe | 1 | -1/+0 |
2017-10-06 | block: remove QUEUE_FLAG_STACKABLE | Christoph Hellwig | 1 | -1/+0 |
2017-10-04 | blk-mq-debugfs: fix device sched directory for default scheduler | Omar Sandoval | 1 | -1/+5 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+1 |
2017-08-25 | blk-mq-debugfs: Add names for recently added flags | Bart Van Assche | 1 | -0/+3 |
2017-08-18 | blk-mq-debugfs: Declare a local symbol static | Bart Van Assche | 1 | -1/+1 |
2017-08-10 | block: remove unused syncfull/asyncfull queue flags | Jens Axboe | 1 | -2/+0 |
2017-06-27 | blk-mq: expose write hints through debugfs | Jens Axboe | 1 | -0/+24 |
2017-06-01 | blk-mq-debugfs: Add 'kick' operation | Bart Van Assche | 1 | -1/+3 |
2017-06-01 | blk-mq-debugfs: Show busy requests | Bart Van Assche | 1 | -0/+31 |
2017-06-01 | blk-mq-debugfs: Show requeue list | Bart Van Assche | 1 | -0/+32 |
2017-06-01 | blk-mq-debugfs: Show atomic request flags | Bart Van Assche | 1 | -0/+10 |
2017-05-04 | mq-deadline: add debugfs attributes | Omar Sandoval | 1 | -2/+7 |
2017-05-04 | kyber: add debugfs attributes | Omar Sandoval | 1 | -1/+2 |
2017-05-04 | blk-mq-debugfs: allow schedulers to register debugfs attributes | Omar Sandoval | 1 | -9/+65 |