Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-27blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig
2022-06-28blk-mq: cleanup disk sysfs registrationChristoph Hellwig
2022-06-28block: use default groups to register the queue attributesChristoph Hellwig
2022-06-28block: remove a superflous queue kobject referenceChristoph Hellwig
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-27block: Directly use ida_alloc()/free()Bo Liu
2022-06-27block: export dma_alignment attributeKeith Busch
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueChristoph Hellwig
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-09block: move blk_exit_queue into disk_releaseMing Lei
2022-03-09block: move q_usage_counter release into blk_queue_releaseMing Lei
2022-03-09block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers
2022-02-28block: don't delete queue kobject before its childrenEric Biggers
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers
2022-02-23scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-01-17block: cleanup q->srcuMing Lei
2022-01-17block: Remove unnecessary variable assignmentGuoYong Zheng
2021-12-21block: call blk_exit_queue() before freeing q->statsMing Lei
2021-12-04blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig
2021-11-29block: remove elevator_exitChristoph Hellwig
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe
2021-11-16blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-10-27block: Add independent access ranges supportDamien Le Moal
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig
2021-10-18block: move blk-throtl fast path inlineJens Axboe
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-16block: unexport blk_register_queueChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy
2021-04-06block: add sysfs entry for virt boundary maskMax Gurtovoy
2021-02-22block: fix potential IO hang when turning off io_pollJeffle Xu
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2020-10-09block: get rid of unnecessary local variableYufen Yu
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig