index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Lines
2024-02-29
md/raid1: fix choose next idle in read_balance()
Yu Kuai
-10
/
+22
2024-02-29
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
-7
/
+12
2024-02-29
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
-32
/
+53
2024-02-29
md: add a new helper rdev_has_badblock()
Yu Kuai
-72
/
+44
2024-02-27
md/raid5: fix atomicity violation in raid5_cache_count
Gui-Dong Han
-6
/
+8
2024-02-26
md/md-bitmap: fix incorrect usage for sb_index
Heming Zhao
-3
/
+6
2024-02-26
md: check mddev->pers before calling md_set_readonly()
Li Nan
-11
/
+11
2024-02-26
md: clean up openers check in do_md_stop() and md_set_readonly()
Li Nan
-23
/
+14
2024-02-26
md: sync blockdev before stopping raid or setting readonly
Li Nan
-0
/
+16
2024-02-26
md: factor out a helper to sync mddev
Li Nan
-11
/
+21
2024-02-26
md: Don't clear MD_CLOSING when the raid is about to stop
Li Nan
-4
/
+10
2024-02-26
md: return directly before setting did_set_md_closing
Li Nan
-17
/
+8
2024-02-26
md: clean up invalid BUG_ON in md_ioctl
Li Nan
-5
/
+0
2024-02-26
md: changed the switch of RAID_VERSION to if
Li Nan
-6
/
+2
2024-02-26
md: merge the check of capabilities into md_ioctl_valid()
Li Nan
-18
/
+12
2024-02-25
bcache: port block device access to files
Christian Brauner
-39
/
+39
2024-02-25
md: port block device access to file
Christian Brauner
-17
/
+20
2024-02-24
Merge tag 'for-6.8/dm-fix-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+6
2024-02-24
dm-integrity, dm-verity: reduce stack usage for recheck
Arnd Bergmann
-8
/
+6
2024-02-23
Merge tag 'for-6.8/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-38
/
+256
2024-02-22
bcache: use of hlist_count_nodes()
Pierre Gondois
-7
/
+1
2024-02-22
dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
Mathieu Desnoyers
-8
/
+9
2024-02-22
Merge tag 'block-6.8-2024-02-22' of git://git.kernel.dk/linux
Linus Torvalds
-67
/
+48
2024-02-20
dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list
Mike Snitzer
-17
/
+17
2024-02-20
dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing list
Mike Snitzer
-1
/
+1
2024-02-20
dm verity: set DM_TARGET_SINGLETON feature flag
Fan Wu
-1
/
+1
2024-02-20
dm crypt: Fix IO priority lost when queuing write bios
Hongyu Jin
-0
/
+1
2024-02-20
dm verity: Fix IO priority lost when reading FEC and hash
Hongyu Jin
-15
/
+25
2024-02-20
dm bufio: Support IO priority
Hongyu Jin
-19
/
+49
2024-02-20
dm io: Support IO priority
Hongyu Jin
-33
/
+36
2024-02-20
dm vdo logger: update logging to start with "device-mapper: vdo"
Mike Snitzer
-10
/
+8
2024-02-20
dm vdo logger: switch UDS_LOG_NOTICE to be alias for UDS_LOG_INFO
Mike Snitzer
-8
/
+1
2024-02-20
dm vdo: tweak wait_for_completion_interruptible callers
Mike Snitzer
-5
/
+6
2024-02-20
dm vdo delta-index: fix various small nits
Mike Snitzer
-14
/
+11
2024-02-20
dm vdo chapter_index: fix a few small nits
Mike Snitzer
-4
/
+5
2024-02-20
dm vdo: cleanup style for comments in structs
Mike Snitzer
-163
/
+163
2024-02-20
dm vdo dedupe: fix various small nits
Mike Snitzer
-4
/
+7
2024-02-20
dm vdo string-utils: remove unnecessary includes
Mike Snitzer
-6
/
+0
2024-02-20
dm vdo message-stats: reformat to remove excessive newlines
Ken Raeburn
-615
/
+172
2024-02-20
dm vdo: use #define for NO_CHAPTER and NO_CHAPTER_INDEX_ENTRY
Mike Snitzer
-5
/
+3
2024-02-20
dm vdo: move encoding constants to encodings.c
Susan LeGendre-McGhee
-9
/
+9
2024-02-20
dm vdo: add documentation details on zones and locking
Matthew Sakai
-5
/
+35
2024-02-20
dm vdo recovery-journal: fix sparse 'mixed bitwiseness' warning
Mike Snitzer
-2
/
+2
2024-02-20
dm vdo dedupe: silence sparse warnings about locking context imbalances
Mike Snitzer
-0
/
+2
2024-02-20
dm vdo data-vio: silence sparse warnings about locking context imbalances
Mike Snitzer
-14
/
+21
2024-02-20
dm vdo: fix various blk_opf_t sparse warnings
Mike Snitzer
-10
/
+10
2024-02-20
dm vdo: fix sparse 'warning: Using plain integer as NULL pointer'
Mike Snitzer
-5
/
+6
2024-02-20
dm vdo: fix sparse warnings about missing statics
Mike Snitzer
-21
/
+5
2024-02-20
dm vdo: rename struct configuration to uds_configuration
Mike Snitzer
-42
/
+42
2024-02-20
dm vdo: rename struct geometry to index_geometry
Mike Snitzer
-120
/
+121
[prev]
[next]