Age | Commit message (Expand) | Author | Files | Lines |
2022-09-26 | blk-throttle: pass a gendisk to blk_throtl_register_queue | Christoph Hellwig | 1 | -1/+1 |
2022-08-02 | block: move ->bio_split to the gendisk | Christoph Hellwig | 1 | -2/+0 |
2022-07-06 | block: move zone related fields to struct gendisk | Christoph Hellwig | 1 | -1/+1 |
2022-07-06 | block: remove queue_max_open_zones and queue_max_active_zones | Christoph Hellwig | 1 | -2/+2 |
2022-07-06 | block: call blk_queue_free_zone_bitmaps from disk_release | Christoph Hellwig | 1 | -2/+0 |
2022-06-29 | block: simplify disk_set_independent_access_ranges | Christoph Hellwig | 1 | -1/+1 |
2022-06-28 | blk-mq: cleanup disk sysfs registration | Christoph Hellwig | 1 | -5/+4 |
2022-06-28 | block: use default groups to register the queue attributes | Christoph Hellwig | 1 | -6/+6 |
2022-06-28 | block: remove a superflous queue kobject reference | Christoph Hellwig | 1 | -5/+1 |
2022-06-28 | block: simplify blktrace sysfs attribute creation | Christoph Hellwig | 1 | -10/+1 |
2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 1 | -5/+0 |
2022-06-27 | block: Directly use ida_alloc()/free() | Bo Liu | 1 | -1/+1 |
2022-06-27 | block: export dma_alignment attribute | Keith Busch | 1 | -0/+7 |
2022-06-17 | block: remove per-disk debugfs files in blk_unregister_queue | Christoph Hellwig | 1 | -8/+8 |
2022-06-17 | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig | 1 | -11/+9 |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
2022-03-08 | block: move blk_exit_queue into disk_release | Ming Lei | 1 | -16/+0 |
2022-03-08 | block: move q_usage_counter release into blk_queue_release | Ming Lei | 1 | -0/+2 |
2022-03-08 | 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-22 | 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-20 | block: call blk_exit_queue() before freeing q->stats | Ming Lei | 1 | -2/+2 |
2021-12-03 | 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-15 | blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() | Ming Lei | 1 | -10/+0 |
2021-10-26 | 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 |