index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
blk-mq: fix NULL dereference on q->elevator in blk_mq_elv_switch_none
Ming Lei
1
-3
/
+7
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
1
-2
/
+0
2023-06-16
scsi: block: Improve ioprio value validity checks
Damien Le Moal
1
-0
/
+1
2023-06-15
block: fix blktrace debugfs entries leakage
Yu Kuai
1
-1
/
+4
2023-06-14
blk-mq: check on cpu id when there is only one ctx mapping
Ed Tsai
1
-2
/
+3
2023-06-12
blk-mq: fix potential io hang by wrong 'wake_batch'
Yu Kuai
3
-8
/
+12
2023-06-12
block: store the holder in file->private_data
Christoph Hellwig
1
-6
/
+8
2023-06-12
block: always use I_BDEV on file->f_mapping->host to find the bdev
Christoph Hellwig
1
-10
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
6
-65
/
+68
2023-06-12
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
3
-12
/
+12
2023-06-12
block: move a few internal definitions out of blkdev.h
Christoph Hellwig
1
-2
/
+21
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2
-4
/
+6
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
4
-24
/
+29
2023-06-12
block: rename blkdev_close to blkdev_release
Christoph Hellwig
1
-2
/
+2
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-7
/
+7
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
1
-9
/
+9
2023-06-12
block: also call ->open for incremental partition opens
Christoph Hellwig
1
-10
/
+8
2023-06-12
blk-cgroup: Flush stats before releasing blkcg_gq
Ming Lei
1
-9
/
+31
2023-06-10
filemap: add a kiocb_write_and_wait helper
Christoph Hellwig
1
-15
/
+3
2023-06-09
block: fix rootwait= again
Christoph Hellwig
1
-1
/
+1
2023-06-07
block: fix rootwait=
Christoph Hellwig
1
-2
/
+2
2023-06-07
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Waiman Long
1
-0
/
+5
2023-06-07
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
1
-2
/
+2
2023-06-07
blk-ioprio: Introduce promote-to-rt policy
Hou Tao
1
-3
/
+20
2023-06-05
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
1
-3
/
+4
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
1
-10
/
+9
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
2
-92
/
+92
2023-06-05
block: move the code to do early boot lookup of block devices to block/
Christoph Hellwig
2
-1
/
+225
2023-06-05
block: add a mark_dead holder operation
Christoph Hellwig
1
-0
/
+24
2023-06-05
block: introduce holder ops
Christoph Hellwig
4
-16
/
+36
2023-06-05
block: remove blk_drop_partitions
Christoph Hellwig
1
-12
/
+4
2023-06-05
block: delete partitions later in del_gendisk
Christoph Hellwig
3
-13
/
+32
2023-06-05
block: unhash the inode earlier in delete_partition
Christoph Hellwig
1
-6
/
+6
2023-06-05
block: avoid repeated work in blk_mark_disk_dead
Christoph Hellwig
1
-1
/
+3
2023-06-05
block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
Christoph Hellwig
1
-14
/
+12
2023-06-05
block: turn bdev_lock into a mutex
Christoph Hellwig
1
-14
/
+13
2023-06-05
block: refactor bd_may_claim
Christoph Hellwig
1
-18
/
+22
2023-06-05
block: factor out a bd_end_claim helper from blkdev_put
Christoph Hellwig
1
-30
/
+33
2023-06-04
blk-mq: fix blk_mq_hw_ctx active request accounting
Tian Lan
1
-4
/
+4
2023-06-01
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-3
/
+3
2023-06-01
blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
Yu Kuai
1
-17
/
+13
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+8
2023-05-30
block: constify the whole_disk device_attribute
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify struct part_attr_group
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify partition prober array
Thomas Weißschuh
1
-1
/
+1
2023-05-29
block: fix revalidate performance regression
Damien Le Moal
1
-1
/
+2
2023-05-24
block: convert bio_map_user_iov to use iov_iter_extract_pages
David Howells
1
-12
/
+11
2023-05-24
block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
David Howells
1
-11
/
+12
[prev]
[next]