aboutsummaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30block: untangle request_queue refcounting from sysfsGravatar Christoph Hellwig 1-63/+23
2022-11-30block: fix error unwinding in blk_register_queueGravatar Christoph Hellwig 1-12/+16
2022-11-30block: factor out a blk_debugfs_remove helperGravatar Christoph Hellwig 1-7/+14
2022-11-30blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerGravatar Christoph Hellwig 1-2/+2
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetGravatar Christoph Hellwig 1-7/+2
2022-10-23blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledGravatar Yu Kuai 1-0/+3
2022-09-26blk-throttle: pass a gendisk to blk_throtl_register_queueGravatar Christoph Hellwig 1-1/+1
2022-08-02block: move ->bio_split to the gendiskGravatar Christoph Hellwig 1-2/+0
2022-07-06block: move zone related fields to struct gendiskGravatar Christoph Hellwig 1-1/+1
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesGravatar Christoph Hellwig 1-2/+2
2022-07-06block: call blk_queue_free_zone_bitmaps from disk_releaseGravatar Christoph Hellwig 1-2/+0
2022-06-29block: simplify disk_set_independent_access_rangesGravatar Christoph Hellwig 1-1/+1
2022-06-28blk-mq: cleanup disk sysfs registrationGravatar Christoph Hellwig 1-5/+4
2022-06-28block: use default groups to register the queue attributesGravatar Christoph Hellwig 1-6/+6
2022-06-28block: remove a superflous queue kobject referenceGravatar Christoph Hellwig 1-5/+1
2022-06-28block: simplify blktrace sysfs attribute creationGravatar Christoph Hellwig 1-10/+1
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-5/+0
2022-06-27block: Directly use ida_alloc()/free()Gravatar Bo Liu 1-1/+1
2022-06-27block: export dma_alignment attributeGravatar Keith Busch 1-0/+7
2022-06-17block: remove per-disk debugfs files in blk_unregister_queueGravatar Christoph Hellwig 1-8/+8
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexGravatar Christoph Hellwig 1-11/+9
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2022-03-08block: move blk_exit_queue into disk_releaseGravatar Ming Lei 1-16/+0
2022-03-08block: move q_usage_counter release into blk_queue_releaseGravatar Ming Lei 1-0/+2
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerGravatar Ming Lei 1-7/+0
2022-02-28blk-crypto: show crypto capabilities in sysfsGravatar Eric Biggers 1-0/+6
2022-02-28block: don't delete queue kobject before its childrenGravatar Eric Biggers 1-3/+5
2022-02-28block: simplify calling convention of elv_unregister_queue()Gravatar Eric Biggers 1-2/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-2/+1
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-1/+1
2022-01-17block: cleanup q->srcuGravatar Ming Lei 1-0/+3
2022-01-17block: Remove unnecessary variable assignmentGravatar GuoYong Zheng 1-1/+0
2021-12-20block: call blk_exit_queue() before freeing q->statsGravatar Ming Lei 1-2/+2
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 1-1/+2
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: remove the e argument to elevator_exitGravatar Christoph Hellwig 1-1/+1
2021-11-29block: remove elevator_exitGravatar Christoph Hellwig 1-1/+1
2021-11-29block: only allocate poll_stats if there's a user of themGravatar Jens Axboe 1-1/+2
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Gravatar Ming Lei 1-10/+0
2021-10-26block: Add independent access ranges supportGravatar Damien Le Moal 1-8/+18
2021-10-18block: don't allow writing to the poll queue attributeGravatar Christoph Hellwig 1-19/+4
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-0/+1
2021-08-23block: call blk_register_queue earlier in device_add_diskGravatar Christoph Hellwig 1-9/+0
2021-08-23block: add an explicit ->disk backpointer to the request_queueGravatar Christoph Hellwig 1-7/+6
2021-08-16block: unexport blk_register_queueGravatar Christoph Hellwig 1-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-14/+12
2021-08-09block: pass a gendisk to blk_queue_update_readaheadGravatar Christoph Hellwig 1-1/+1
2021-06-16block: mark queue init done at the end of blk_register_queueGravatar Ming Lei 1-14/+15
2021-05-24block: remove unneeded parenthesis from blk-sysfsGravatar Max Gurtovoy 1-8/+8
2021-04-06block: add sysfs entry for virt boundary maskGravatar Max Gurtovoy 1-1/+8