index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-sysfs.c
Age
Commit message (
Expand
)
Author
2023-02-09
block: make kobj_type structures constant
Thomas Weißschuh
2023-02-03
blk-wbt: move private information from blk-wbt.h to blk-wbt.c
Christoph Hellwig
2023-02-03
blk-wbt: pass a gendisk to wbt_init
Christoph Hellwig
2023-02-03
blk-wbt: pass a gendisk to wbt_{enable,disable}_default
Christoph Hellwig
2023-01-29
block: save user max_sectors limit
Keith Busch
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
2022-11-30
block: fix error unwinding in blk_register_queue
Christoph Hellwig
2022-11-30
block: factor out a blk_debugfs_remove helper
Christoph Hellwig
2022-11-30
blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}register
Christoph Hellwig
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
2022-10-23
blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
Yu Kuai
2022-09-26
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
2022-07-06
block: call blk_queue_free_zone_bitmaps from disk_release
Christoph Hellwig
2022-06-29
block: simplify disk_set_independent_access_ranges
Christoph Hellwig
2022-06-28
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
2022-06-28
block: use default groups to register the queue attributes
Christoph Hellwig
2022-06-28
block: remove a superflous queue kobject reference
Christoph Hellwig
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2022-06-27
block: Directly use ida_alloc()/free()
Bo Liu
2022-06-27
block: export dma_alignment attribute
Keith Busch
2022-06-17
block: remove per-disk debugfs files in blk_unregister_queue
Christoph Hellwig
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-08
block: move blk_exit_queue into disk_release
Ming Lei
2022-03-08
block: move q_usage_counter release into blk_queue_release
Ming Lei
2022-03-08
block: move blkcg initialization/destroy into disk allocation/release handler
Ming Lei
2022-02-28
blk-crypto: show crypto capabilities in sysfs
Eric Biggers
2022-02-28
block: don't delete queue kobject before its children
Eric Biggers
2022-02-28
block: simplify calling convention of elv_unregister_queue()
Eric Biggers
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
2022-02-11
block: partition include/linux/blk-cgroup.h
Ming Lei
2022-01-17
block: cleanup q->srcu
Ming Lei
2022-01-17
block: Remove unnecessary variable assignment
GuoYong Zheng
2021-12-20
block: call blk_exit_queue() before freeing q->stats
Ming Lei
2021-12-03
blk-mq: move srcu from blk_mq_hw_ctx to request_queue
Ming Lei
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2021-11-29
block: remove the e argument to elevator_exit
Christoph Hellwig
2021-11-29
block: remove elevator_exit
Christoph Hellwig
2021-11-29
block: only allocate poll_stats if there's a user of them
Jens Axboe
2021-11-15
blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()
Ming Lei
2021-10-26
block: Add independent access ranges support
Damien Le Moal
2021-10-18
block: don't allow writing to the poll queue attribute
Christoph Hellwig
2021-10-18
block: move blk-throtl fast path inline
Jens Axboe
2021-08-23
block: call blk_register_queue earlier in device_add_disk
Christoph Hellwig
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
2021-08-16
block: unexport blk_register_queue
Christoph Hellwig
[next]