bcache: make kobj_type structures constant
[platform/kernel/linux-starfive.git] / block /
2023-06-15 Yu Kuaiblock: fix blktrace debugfs entries leakage
2023-06-14 Ed Tsaiblk-mq: check on cpu id when there is only one ctx...
2023-06-12 Yu Kuaiblk-mq: fix potential io hang by wrong 'wake_batch'
2023-06-12 Christoph Hellwigblock: store the holder in file->private_data
2023-06-12 Christoph Hellwigblock: always use I_BDEV on file->f_mapping->host to...
2023-06-12 Christoph Hellwigblock: replace fmode_t with a block-specific type for...
2023-06-12 Christoph Hellwigblock: remove unused fmode_t arguments from ioctl handlers
2023-06-12 Christoph Hellwigblock: move a few internal definitions out of blkdev.h
2023-06-12 Christoph Hellwigscsi: replace the fmode_t argument to ->sg_io_fn with...
2023-06-12 Christoph Hellwigblock: use the holder as indication for exclusive opens
2023-06-12 Christoph Hellwigblock: rename blkdev_close to blkdev_release
2023-06-12 Christoph Hellwigblock: remove the unused mode argument to ->release
2023-06-12 Christoph Hellwigblock: pass a gendisk to ->open
2023-06-12 Christoph Hellwigblock: pass a gendisk on bdev_check_media_change
2023-06-12 Christoph Hellwigblock: also call ->open for incremental partition opens
2023-06-09 Christoph Hellwigblock: fix rootwait= again
2023-06-07 Christoph Hellwigblock: fix rootwait=
2023-06-07 Waiman Longblk-cgroup: Reinit blkg_iostat_set after clearing in...
2023-06-07 Yu Kuaiblk-ioc: fix recursive spin_lock/unlock_irq() in ioc_cl...
2023-06-07 Hou Taoblk-ioprio: Introduce promote-to-rt policy
2023-06-05 Li Nanblk-iocost: use spin_lock_irqsave in adjust_inuse_and_c...
2023-06-05 Christoph Hellwigblock: mark early_lookup_bdev as __init
2023-06-05 Christoph Hellwigblock: move more code to early-lookup.c
2023-06-05 Christoph Hellwigblock: move the code to do early boot lookup of block...
2023-06-05 Christoph Hellwigblock: add a mark_dead holder operation
2023-06-05 Christoph Hellwigblock: introduce holder ops
2023-06-05 Christoph Hellwigblock: remove blk_drop_partitions
2023-06-05 Christoph Hellwigblock: delete partitions later in del_gendisk
2023-06-05 Christoph Hellwigblock: unhash the inode earlier in delete_partition
2023-06-05 Christoph Hellwigblock: avoid repeated work in blk_mark_disk_dead
2023-06-05 Christoph Hellwigblock: consolidate the shutdown logic in blk_mark_disk_...
2023-06-05 Christoph Hellwigblock: turn bdev_lock into a mutex
2023-06-05 Christoph Hellwigblock: refactor bd_may_claim
2023-06-05 Christoph Hellwigblock: factor out a bd_end_claim helper from blkdev_put
2023-06-01 Azeem Shaikhblock: Replace all non-returning strlcpy with strscpy
2023-06-01 Yu Kuaiblk-ioc: protect ioc_destroy_icq() by 'queue_lock'
2023-06-01 Johannes Thumshirnblock: add bio_add_folio_nofail
2023-05-30 Thomas Weißschuhblock: constify the whole_disk device_attribute
2023-05-30 Thomas Weißschuhblock: constify struct part_attr_group
2023-05-30 Thomas Weißschuhblock: constify struct part_type part_type
2023-05-30 Thomas Weißschuhblock: constify partition prober array
2023-05-24 David Howellsblock: convert bio_map_user_iov to use iov_iter_extract...
2023-05-24 David Howellsblock: Convert bio_iov_iter_get_pages to use iov_iter_e...
2023-05-24 David Howellsblock: Add BIO_PAGE_PINNED and associated infrastructure
2023-05-24 Christoph Hellwigblock: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED...
2023-05-24 Jens AxboeMerge branch 'for-6.5/splice' into for-6.5/block
2023-05-24 David Howellssplice: Use filemap_splice_read() instead of generic_fi...
2023-05-24 Hengqi Chenblock: introduce block_io_start/block_io_done tracepoints
2023-05-23 Yu Kuaiblock/rq_qos: protect rq_qos apis with a new lock
2023-05-20 Christoph Hellwigblock: don't plug in blkdev_write_iter
2023-05-20 Bart Van Asscheblock: BFQ: Move an invariant check
2023-05-20 Christoph Hellwigblk-mq: don't use the requeue list to queue flush commands
2023-05-20 Christoph Hellwigblk-mq: do not do head insertions post-pre-flush commands
2023-05-20 Christoph Hellwigblk-mq: defer to the normal submission path for post...
2023-05-20 Bart Van Asscheblk-mq: use the I/O scheduler for writes from the flush...
2023-05-20 Christoph Hellwigblk-mq: defer to the normal submission path for non...
2023-05-20 Christoph Hellwigblk-mq: reflow blk_insert_flush
2023-05-20 Christoph Hellwigblk-mq: factor out a blk_rq_init_flush helper
2023-05-19 Bart Van Asscheblock: BFQ: Add several invariant checks
2023-05-19 Bart Van Asscheblock: mq-deadline: Fix handling of at-head zoned writes
2023-05-19 Bart Van Asscheblock: mq-deadline: Handle requeued requests correctly
2023-05-19 Bart Van Asscheblock: mq-deadline: Track the dispatch position
2023-05-19 Bart Van Asscheblock: mq-deadline: Reduce lock contention
2023-05-19 Bart Van Asscheblock: mq-deadline: Simplify deadline_skip_seq_writes()
2023-05-19 Bart Van Asscheblock: mq-deadline: Clean up deadline_check_fifo()
2023-05-19 Bart Van Asscheblock: Introduce blk_rq_is_seq_zoned_write()
2023-05-19 Bart Van Asscheblock: Simplify blk_req_needs_zone_write_lock()
2023-05-19 Bart Van Asscheblock: mq-deadline: Add a word in a source code comment
2023-05-19 Christoph Hellwigblk-mq: make sure elevator callbacks aren't called...
2023-05-19 Christoph Hellwigblk-mq: remove RQF_ELVPRIV
2023-05-19 Ming Leiblk-mq: don't queue plugged passthrough requests into...
2023-05-19 Bart Van Asscheblock: Decode all flag names in the debugfs output
2023-05-14 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2023-05-12 Linus TorvaldsMerge tag 'for-6.4-rc1-tag' of git://git./linux/kernel...
2023-05-11 Linus TorvaldsMerge tag 'xfs-6.4-rc1-fixes' of git://git./fs/xfs...
2023-05-11 Dave AirlieMerge tag 'drm-misc-fixes-2023-05-11' of git://anongit...
2023-05-11 Linus TorvaldsMerge tag 'net-6.4-rc2' of git://git./linux/kernel...
2023-05-10 Linus TorvaldsMerge tag 'fsnotify_for_v6.4-rc2' of git://git./linux...
2023-05-10 Linus TorvaldsMerge tag 'gfs2-v6.3-fix' of git://git./linux/kernel...
2023-05-09 Linus TorvaldsMerge tag 'for-6.4-rc1-tag' of git://git./linux/kernel...
2023-05-07 Linus TorvaldsMerge tag 'perf-tools-for-v6.4-3-2023-05-06' of git...
2023-05-07 Linus TorvaldsMerge tag 'core-debugobjects-2023-05-06' of git://git...
2023-05-07 Linus TorvaldsMerge tag 'v6.4-p2' of git://git./linux/kernel/git...
2023-05-07 Linus TorvaldsMerge tag '6.4-rc-smb3-client-fixes-part2' of git:...
2023-05-07 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2023-05-07 Linus TorvaldsMerge tag 'mailbox-v6.4' of git://git.linaro.org/landin...
2023-05-07 Linus TorvaldsMerge tag 'for-6.4/io_uring-2023-05-07' of git://git...
2023-05-06 Linus TorvaldsMerge tag 'mm-stable-2023-05-06-10-49' of git://git...
2023-05-06 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-05-06-10-45' of...
2023-05-06 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2023-05-06 Linus TorvaldsMerge tag 'for-6.4/block-2023-05-06' of git://git.kerne...
2023-05-06 Linus TorvaldsMerge tag 'pipe-nonblock-2023-05-06' of git://git.kerne...
2023-05-06 Linus TorvaldsMerge tag 'sound-fix-6.4-rc1' of git://git./linux/kerne...
2023-05-06 Linus TorvaldsMerge tag 'regulator-fix-v6.4' of git://git./linux...
2023-05-06 Linus TorvaldsMerge tag 'net-6.4-rc1' of git://git./linux/kernel...
2023-05-05 Linus TorvaldsMerge tag 'devicetree-fixes-for-6.4-1' of git://git...
2023-05-05 Linus TorvaldsMerge tag 'docs-6.4-2' of git://git.lwn.net/linux
2023-05-05 Linus TorvaldsMerge tag 'trace-v6.4-rc1' of git://git./linux/kernel...
2023-05-05 Linus TorvaldsMerge tag 'locking-core-2023-05-05' of git://git./linux...
2023-05-05 Linus TorvaldsMerge tag 'phy-fixes-6.4-1' of git://git./linux/kernel...
next