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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
dm: factor out helper function from dm_get_device
Benjamin Marzinski
2
-9
/
+29
2024-07-10
dm-verity: fix dm_is_verity_target() when dm-verity is builtin
Eric Biggers
1
-8
/
+8
2024-07-10
dm: Remove max_secure_erase_granularity
Damien Le Moal
2
-8
/
+0
2024-07-10
dm: Remove max_write_zeroes_granularity
Damien Le Moal
2
-8
/
+0
2024-07-10
dm vdo indexer: use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2024-07-10
dm vdo: remove unused struct 'uds_attribute'
Dr. David Alan Gilbert
1
-5
/
+0
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
11
-20
/
+20
2024-07-10
dm-crypt: limit the size of encryption requests
Mikulas Patocka
2
-3
/
+40
2024-07-03
dm verity: add support for signature verification with platform keyring
Luca Boccassi
2
-0
/
+17
2024-07-03
dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
Benjamin Marzinski
1
-2
/
+3
2024-07-03
dm-verity: hash blocks with shash import+finup when possible
Eric Biggers
2
-57
/
+130
2024-07-03
dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
Eric Biggers
3
-16
/
+13
2024-07-03
dm-verity: always "map" the data blocks
Eric Biggers
4
-180
/
+42
2024-07-03
dm-verity: provide dma_alignment limit in io_hints
Eric Biggers
1
-0
/
+8
2024-07-03
dm-verity: make real_digest and want_digest fixed-length
Eric Biggers
2
-12
/
+8
2024-07-03
dm-verity: move data hash mismatch handling into its own function
Eric Biggers
1
-28
/
+36
2024-07-02
dm-verity: move hash algorithm setup into its own function
Eric Biggers
1
-31
/
+39
2024-07-02
dm init: Handle minors larger than 255
Benjamin Marzinski
1
-1
/
+3
2024-07-02
dm cache metadata: remove unused struct 'thunk'
Dr. David Alan Gilbert
1
-9
/
+0
2024-07-02
dm io: remove code duplication between sync_io and aysnc_io
Benjamin Marzinski
1
-36
/
+23
2024-07-02
dm io: don't call the async_io notify.fn on invalid num_regions
Benjamin Marzinski
1
-19
/
+12
2024-07-02
dm io: bump num_bvecs to handle offset memory
Benjamin Marzinski
1
-1
/
+1
2024-06-26
dm: optimize flushes
Mikulas Patocka
6
-12
/
+61
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
2
-10
/
+10
2024-06-24
block: fix the blk_queue_nonrot polarity
Christoph Hellwig
1
-1
/
+1
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-23
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-21
block: Cleanup block device zone helpers
Damien Le Moal
1
-32
/
+12
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
2
-19
/
+5
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-21
nvme: Atomic write support
Alan Adamson
1
-0
/
+52
2024-06-21
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-06-21
scsi: sd: Atomic write support
John Garry
5
-1
/
+124
2024-06-21
block: Add fops atomic write support
John Garry
1
-3
/
+17
2024-06-21
block: Add atomic write support for statx
Prasad Singamsetty
3
-19
/
+39
2024-06-21
block: Add core atomic write support
John Garry
8
-5
/
+304
2024-06-21
fs: Add initial atomic write support info to statx
Prasad Singamsetty
4
-2
/
+50
2024-06-21
fs: Initial atomic write support
Prasad Singamsetty
6
-14
/
+45
2024-06-21
block: Generalize chunk_sectors support as boundary support
John Garry
3
-13
/
+22
2024-06-21
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
3
-4
/
+7
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
9
-51
/
+29
2024-06-20
rust: block: do not use removed queue flag API
Andreas Hindborg
1
-14
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
4
-9
/
+8
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
5
-14
/
+0
2024-06-20
block: move the misaligned flag into the features field
Christoph Hellwig
2
-11
/
+13
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
2
-6
/
+6
2024-06-20
block: fix spelling and grammar for in writeback_cache_control.rst
Christoph Hellwig
1
-3
/
+3
2024-06-20
block: remove the unused blk_bounce enum
Christoph Hellwig
1
-9
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
61
-730
/
+576
[next]