summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-2/+0
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
* block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
* block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-061-2/+0
* block: simplify disk_set_independent_access_rangesChristoph Hellwig2022-06-291-1/+1
* blk-mq: cleanup disk sysfs registrationChristoph Hellwig2022-06-281-5/+4
* block: use default groups to register the queue attributesChristoph Hellwig2022-06-281-6/+6
* block: remove a superflous queue kobject referenceChristoph Hellwig2022-06-281-5/+1
* block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-10/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-5/+0
* block: Directly use ida_alloc()/free()Bo Liu2022-06-271-1/+1
* block: export dma_alignment attributeKeith Busch2022-06-271-0/+7
* block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig2022-06-171-8/+8
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-11/+9
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-2/+1
|\
| * scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-2/+1
* | block: move blk_exit_queue into disk_releaseMing Lei2022-03-081-16/+0
* | block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-081-0/+2
* | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-081-7/+0
* | blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-281-0/+6
* | block: don't delete queue kobject before its childrenEric Biggers2022-02-281-3/+5
* | block: simplify calling convention of elv_unregister_queue()Eric Biggers2022-02-281-2/+1
* | block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
|/
* block: cleanup q->srcuMing Lei2022-01-171-0/+3
* block: Remove unnecessary variable assignmentGuoYong Zheng2022-01-171-1/+0
* block: call blk_exit_queue() before freeing q->statsMing Lei2021-12-201-2/+2
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-1/+2
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-0/+1
* block: remove the e argument to elevator_exitChristoph Hellwig2021-11-291-1/+1
* block: remove elevator_exitChristoph Hellwig2021-11-291-1/+1
* block: only allocate poll_stats if there's a user of themJens Axboe2021-11-291-1/+2
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-11-151-10/+0
* block: Add independent access ranges supportDamien Le Moal2021-10-261-8/+18
* block: don't allow writing to the poll queue attributeChristoph Hellwig2021-10-181-19/+4
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-0/+1
* block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2021-08-231-9/+0
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-7/+6
* block: unexport blk_register_queueChristoph Hellwig2021-08-161-1/+0
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-14/+12
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* block: mark queue init done at the end of blk_register_queueMing Lei2021-06-161-14/+15
* block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy2021-05-241-8/+8
* block: add sysfs entry for virt boundary maskMax Gurtovoy2021-04-061-1/+8
* block: fix potential IO hang when turning off io_pollJeffle Xu2021-02-221-2/+5
* block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-0/+8
* blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2020-10-091-1/+8
* block: get rid of unnecessary local variableYufen Yu2020-10-091-3/+1
* block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2020-10-091-1/+0
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+3
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+2