Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -0/+1 |
2020-09-04 | blk-mq: Use pointers for blk_mq_tags bitmap tags | John Garry | 1 | -4/+4 |
2020-09-04 | blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED | Ming Lei | 1 | -1/+1 |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+1 |
2020-07-01 | blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq() | Hou Tao | 1 | -2/+1 |
2020-06-29 | blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags | Hou Tao | 1 | -0/+3 |
2020-06-24 | block: create the request_queue debugfs_dir on registration | Luis Chamberlain | 1 | -5/+0 |
2020-05-29 | blk-mq: drain I/O when all CPUs in a hctx are offline | Ming Lei | 1 | -0/+2 |
2020-04-22 | block: remove RQF_COPY_USER | Christoph Hellwig | 1 | -1/+0 |
2019-07-09 | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -29/+13 |
2019-07-06 | blk-mq: fix up placement of debugfs directory of queue files | Greg Kroah-Hartman | 1 | -0/+7 |
2019-06-20 | block: use blk_op_str() in blk-mq-debugfs.c | Chaitanya Kulkarni | 1 | -20/+4 |
2019-06-20 | block: code cleanup queue_poll_stat_show() | Chaitanya Kulkarni | 1 | -5/+5 |
2019-06-20 | block: use right format specifier for op | Chaitanya Kulkarni | 1 | -1/+1 |
2019-06-20 | block: get rid of redundant else | Chaitanya Kulkarni | 1 | -2/+2 |
2019-06-17 | block: use req_op() to maintain consistency | Chaitanya Kulkarni | 1 | -1/+1 |
2019-06-15 | blk-mq/debugfs: Fix improper print qualifier | Pavel Begunkov | 1 | -1/+1 |
2019-06-13 | blk-mq: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -111/+34 |
2019-05-01 | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 1 | -12/+1 |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
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-02-06 | scsi: block: remove bidi support | Christoph Hellwig | 1 | -1/+0 |
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 |