index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-11-21
dm-verity: fix unreliable memory allocation
Mikulas Patocka
1
-5
/
+1
2025-11-20
dm: fix failure when empty flush's bi_sector points beyond the device end
Mikulas Patocka
1
-1
/
+1
2025-11-18
dm-pcache: zero cache_info before default init
Li Chen
1
-1
/
+1
2025-11-18
dm-pcache: reuse meta_addr in pcache_meta_find_latest
Li Chen
1
-1
/
+1
2025-11-18
dm-pcache: allow built-in build and rename flush helper
Li Chen
4
-6
/
+6
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-10-03
Merge tag 'for-6.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
34
-177
/
+5613
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
27
-336
/
+2333
2025-09-29
Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Linus Torvalds
1
-2
/
+2
2025-09-23
dm raid: use proper md_ro_state enumerators
Heinz Mauelshagen
1
-6
/
+7
2025-09-23
dm-integrity: prefer synchronous hash interface
Mikulas Patocka
1
-23
/
+24
2025-09-23
dm-integrity: enable asynchronous hash interface
Mikulas Patocka
1
-44
/
+199
2025-09-23
dm-integrity: rename internal_hash
Mikulas Patocka
1
-8
/
+11
2025-09-23
dm-integrity: add the "offset" argument
Mikulas Patocka
1
-14
/
+35
2025-09-23
dm-integrity: allocate the recalculate buffer with kmalloc
Mikulas Patocka
1
-4
/
+4
2025-09-23
dm-integrity: introduce integrity_kmap and integrity_kunmap
Mikulas Patocka
1
-20
/
+17
2025-09-23
dm-integrity: replace bvec_kmap_local with kmap_local_page
Mikulas Patocka
1
-7
/
+6
2025-09-23
dm-integrity: use internal variable for digestsize
Mikulas Patocka
1
-11
/
+14
2025-09-23
dm vdo: return error on corrupted metadata in start_restoring_volume functions
Ivan Abramov
1
-2
/
+2
2025-09-23
dm vdo: Update code to use mem_is_zero
Bruce Johnston
1
-14
/
+3
2025-09-19
Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linux
Linus Torvalds
5
-0
/
+5
2025-09-18
dm: optimize REQ_PREFLUSH with data when using the linear target
Mikulas Patocka
2
-8
/
+25
2025-09-17
Merge tag 'for-6.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
3
-6
/
+12
2025-09-17
dm-raid: don't set io_min and io_opt for raid1
Mikulas Patocka
1
-2
/
+4
2025-09-17
md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
Zhang Yi
5
-0
/
+5
2025-09-10
md/md-llbitmap: Use DIV_ROUND_UP_SECTOR_T
Nathan Chancellor
1
-8
/
+8
2025-09-10
md/raid0: convert raid0_make_request() to use bio_submit_split_bioset()
Yu Kuai
1
-11
/
+2
2025-09-10
md/md-linear: convert to use bio_submit_split_bioset()
Yu Kuai
1
-12
/
+3
2025-09-10
md/raid5: convert to use bio_submit_split_bioset()
Yu Kuai
1
-6
/
+4
2025-09-10
md/raid10: convert read/write to use bio_submit_split_bioset()
Yu Kuai
1
-29
/
+13
2025-09-10
md/raid10: add a new r10bio flag R10BIO_Returned
Yu Kuai
2
-3
/
+7
2025-09-10
md/raid1: convert to use bio_submit_split_bioset()
Yu Kuai
2
-28
/
+14
2025-09-10
md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset()
Yu Kuai
1
-13
/
+6
2025-09-10
md: fix mssing blktrace bio split events
Yu Kuai
5
-0
/
+19
2025-09-09
Merge tag 'md-6.18-20250909' of gitolite.kernel.org:pub/scm/linux/kernel/git/mdraid/linux into for-6.18/block
Jens Axboe
13
-219
/
+2252
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
3
-7
/
+7
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
10
-13
/
+11
2025-09-08
dm-integrity: limit MAX_TAG_SIZE to 255
Mikulas Patocka
1
-1
/
+1
2025-09-06
md/md-llbitmap: introduce new lockless bitmap
Yu Kuai
7
-12
/
+1676
2025-09-06
md/md-bitmap: make method bitmap_ops->daemon_work optional
Yu Kuai
1
-1
/
+1
2025-09-06
md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
Yu Kuai
3
-5
/
+63
2025-09-06
md/md-bitmap: add a new method blocks_synced() in bitmap_operations
Yu Kuai
2
-4
/
+12
2025-09-06
md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
Yu Kuai
2
-0
/
+8
2025-09-06
md/md-bitmap: delay registration of bitmap_ops until creating bitmap
Yu Kuai
1
-37
/
+53
2025-09-06
md/md-bitmap: add a new sysfs api bitmap_type
Yu Kuai
1
-0
/
+81
2025-09-06
md: add a new mddev field 'bitmap_id'
Yu Kuai
2
-6
/
+33
2025-09-06
md/md-bitmap: support discard for bitmap ops
Yu Kuai
4
-8
/
+23
2025-09-06
md: factor out a helper raid_is_456()
Yu Kuai
2
-8
/
+7
2025-09-06
md: add a new parameter 'offset' to md_super_write()
Yu Kuai
3
-24
/
+36
[next]