aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2022-03-08block: move blk_exit_queue into disk_releaseMing Lei1-16/+0
2022-03-08block: move q_usage_counter release into blk_queue_releaseMing Lei1-0/+2
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei1-7/+0
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers1-0/+6
2022-02-28block: don't delete queue kobject before its childrenEric Biggers1-3/+5
2022-02-28block: simplify calling convention of elv_unregister_queue()Eric Biggers1-2/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-2/+1
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+1
2022-01-17block: cleanup q->srcuMing Lei1-0/+3
2022-01-17block: Remove unnecessary variable assignmentGuoYong Zheng1-1/+0
2021-12-20block: call blk_exit_queue() before freeing q->statsMing Lei1-2/+2
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-1/+2
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig1-0/+1
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig1-1/+1
2021-11-29block: remove elevator_exitChristoph Hellwig1-1/+1
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe1-1/+2
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei1-10/+0
2021-10-26block: Add independent access ranges supportDamien Le Moal1-8/+18
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig1-19/+4
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-0/+1
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig1-9/+0
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-7/+6
2021-08-16block: unexport blk_register_queueChristoph Hellwig1-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-14/+12
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei1-14/+15
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy1-8/+8
2021-04-06block: add sysfs entry for virt boundary maskMax Gurtovoy1-1/+8
2021-02-22block: fix potential IO hang when turning off io_pollJeffle Xu1-2/+5
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-0/+8
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang1-1/+8
2020-10-09block: get rid of unnecessary local variableYufen Yu1-3/+1
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu1-1/+0
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+2
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig1-19/+5
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig1-190/+58
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-1/+13
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+15
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-0/+9
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-21/+22
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+13
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche1-8/+0
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu1-1/+0
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei1-9/+4
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+31
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-08-27block: split .sysfs_lock into two locksMing Lei1-18/+28
2019-08-27block: add helper for checking if queue is registeredMing Lei1-2/+2