Age | Commit message (Expand) | Author | Files | Lines |
2022-03-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
2022-03-09 | block: move blk_exit_queue into disk_release | Ming Lei | 1 | -16/+0 |
2022-03-09 | block: move q_usage_counter release into blk_queue_release | Ming Lei | 1 | -0/+2 |
2022-03-09 | block: move blkcg initialization/destroy into disk allocation/release handler | Ming Lei | 1 | -7/+0 |
2022-02-28 | blk-crypto: show crypto capabilities in sysfs | Eric Biggers | 1 | -0/+6 |
2022-02-28 | block: don't delete queue kobject before its children | Eric Biggers | 1 | -3/+5 |
2022-02-28 | block: simplify calling convention of elv_unregister_queue() | Eric Biggers | 1 | -2/+1 |
2022-02-23 | scsi: block: Remove REQ_OP_WRITE_SAME support | Christoph Hellwig | 1 | -2/+1 |
2022-02-11 | block: partition include/linux/blk-cgroup.h | Ming Lei | 1 | -1/+1 |
2022-01-17 | block: cleanup q->srcu | Ming Lei | 1 | -0/+3 |
2022-01-17 | block: Remove unnecessary variable assignment | GuoYong Zheng | 1 | -1/+0 |
2021-12-21 | block: call blk_exit_queue() before freeing q->stats | Ming Lei | 1 | -2/+2 |
2021-12-04 | blk-mq: move srcu from blk_mq_hw_ctx to request_queue | Ming Lei | 1 | -1/+2 |
2021-11-29 | block: don't include blk-mq-sched.h in blk.h | Christoph Hellwig | 1 | -0/+1 |
2021-11-29 | block: remove the e argument to elevator_exit | Christoph Hellwig | 1 | -1/+1 |
2021-11-29 | block: remove elevator_exit | Christoph Hellwig | 1 | -1/+1 |
2021-11-29 | block: only allocate poll_stats if there's a user of them | Jens Axboe | 1 | -1/+2 |
2021-11-16 | blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() | Ming Lei | 1 | -10/+0 |
2021-10-27 | block: Add independent access ranges support | Damien Le Moal | 1 | -8/+18 |
2021-10-18 | block: don't allow writing to the poll queue attribute | Christoph Hellwig | 1 | -19/+4 |
2021-10-18 | block: move blk-throtl fast path inline | Jens Axboe | 1 | -0/+1 |
2021-08-23 | block: call blk_register_queue earlier in device_add_disk | Christoph Hellwig | 1 | -9/+0 |
2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 1 | -7/+6 |
2021-08-16 | block: unexport blk_register_queue | Christoph Hellwig | 1 | -1/+0 |
2021-08-09 | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig | 1 | -14/+12 |
2021-08-09 | block: pass a gendisk to blk_queue_update_readahead | Christoph Hellwig | 1 | -1/+1 |
2021-06-16 | block: mark queue init done at the end of blk_register_queue | Ming Lei | 1 | -14/+15 |
2021-05-24 | block: remove unneeded parenthesis from blk-sysfs | Max Gurtovoy | 1 | -8/+8 |
2021-04-06 | block: add sysfs entry for virt boundary mask | Max Gurtovoy | 1 | -1/+8 |
2021-02-22 | block: fix potential IO hang when turning off io_poll | Jeffle Xu | 1 | -2/+5 |
2021-02-10 | block: introduce zone_write_granularity limit | Damien Le Moal | 1 | -0/+8 |
2020-10-09 | blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue | Yang Yang | 1 | -1/+8 |
2020-10-09 | block: get rid of unnecessary local variable | Yufen Yu | 1 | -3/+1 |
2020-10-09 | block: invoke blk_mq_exit_sched no matter whether have .exit_sched | Yufen Yu | 1 | -1/+0 |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -0/+3 |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -0/+2 |
2020-09-08 | block: make QUEUE_SYSFS_BIT_FNS more useful | Christoph Hellwig | 1 | -19/+5 |
2020-09-08 | block: add helper macros for queue sysfs entries | Christoph Hellwig | 1 | -190/+58 |
2020-07-15 | block: add max_active_zones to blk-sysfs | Niklas Cassel | 1 | -1/+13 |
2020-07-15 | block: add max_open_zones to blk-sysfs | Niklas Cassel | 1 | -0/+15 |
2020-06-24 | block: create the request_queue debugfs_dir on registration | Luis Chamberlain | 1 | -0/+9 |
2020-06-24 | block: revert back to synchronous request_queue removal | Luis Chamberlain | 1 | -21/+22 |
2020-05-13 | block: Introduce REQ_OP_ZONE_APPEND | Keith Busch | 1 | -0/+13 |
2019-10-07 | block: Remove "dying" checks from sysfs callbacks | Bart Van Assche | 1 | -8/+0 |
2019-09-27 | rq-qos: get rid of redundant wbt_update_limits() | Yufen Yu | 1 | -1/+0 |
2019-09-26 | block: don't release queue's sysfs lock during switching elevator | Ming Lei | 1 | -9/+4 |
2019-09-18 | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -19/+31 |
2019-09-12 | block: fix race between switching elevator and removing queues | Ming Lei | 1 | -3/+5 |
2019-08-27 | block: split .sysfs_lock into two locks | Ming Lei | 1 | -18/+28 |
2019-08-27 | block: add helper for checking if queue is registered | Ming Lei | 1 | -2/+2 |