index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
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
2022-07-14
dm/dm-zoned: Use the enum req_op type
Bart Van Assche
2
-3
/
+4
2022-07-14
dm/zone: Use the enum req_op type
Bart Van Assche
1
-1
/
+1
2022-07-14
dm-snap: Combine request operation type and flags
Bart Van Assche
1
-12
/
+12
2022-07-14
dm mirror log: Use the new blk_opf_t type
Bart Van Assche
1
-1
/
+1
2022-07-14
dm/dm-integrity: Combine request operation and flags
Bart Van Assche
1
-29
/
+34
2022-07-14
dm/dm-flakey: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+6
2022-07-14
dm/ebs: Change 'int rw' into 'enum req_op op'
Bart Van Assche
1
-7
/
+8
2022-07-14
dm/core: Combine request operation type and flags
Bart Van Assche
3
-33
/
+32
2022-07-14
dm/core: Rename kcopyd_job.rw into kcopyd.op
Bart Van Assche
1
-12
/
+13
2022-07-14
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
8
-43
/
+27
2022-07-14
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
1
-0
/
+2
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
1
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
3
-3
/
+3
2022-07-08
dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation
Matthias Kaehlcke
1
-6
/
+1
2022-07-08
dm: Add verity helpers for LoadPin
Matthias Kaehlcke
4
-1
/
+116
2022-07-07
dm snapshot: fix typo in snapshot_map() comment
Zhang Jiaming
1
-1
/
+1
2022-07-07
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
1
-1
/
+1
2022-07-07
dm cache: fix typo in 2 comment blocks
Steven Lung
2
-2
/
+2
2022-07-07
dm verity: fix checkpatch close brace error
JeongHyeon Lee
1
-4
/
+3
2022-07-07
dm table: rename dm_target variable in dm_table_add_target()
Mike Snitzer
1
-28
/
+28
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
6
-143
/
+97
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
5
-28
/
+23
2022-07-07
dm: add two stage requeue mechanism
Ming Lei
3
-31
/
+130
2022-07-07
dm: add dm_bio_rewind() API to DM core
Ming Lei
3
-1
/
+146
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-39
/
+35
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
2
-7
/
+7
2022-07-06
dm-zoned: cleanup dmz_fixup_devices
Christoph Hellwig
1
-12
/
+12
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2
-4
/
+3
2022-07-06
block: use bdev_is_zoned instead of open coding it
Christoph Hellwig
3
-3
/
+3
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
4
-4
/
+7
2022-06-29
dm raid: fix KASAN warning in raid5_add_disks
Mikulas Patocka
1
-0
/
+1
2022-06-29
dm raid: fix KASAN warning in raid5_remove_disk
Mikulas Patocka
1
-1
/
+4
2022-06-29
dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handling
Ming Lei
1
-25
/
+45
2022-06-29
dm: refactor dm_md_mempool allocation
Christoph Hellwig
4
-71
/
+44
2022-06-29
dm: unexport dm_get_reserved_rq_based_ios
Christoph Hellwig
1
-1
/
+0
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
3
-4
/
+4
2022-06-27
dm raid: fix accesses beyond end of raid member array
Heinz Mauelshagen
1
-16
/
+18
2022-06-27
dm: open code blk_max_size_offset in max_io_len
Christoph Hellwig
1
-11
/
+6
2022-06-23
dm mirror log: clear log bits up to BITS_PER_LONG boundary
Mikulas Patocka
1
-1
/
+1
2022-06-23
dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bio
Ming Lei
2
-4
/
+8
2022-06-21
dm: do not return early from dm_io_complete if BLK_STS_AGAIN without polling
Mike Snitzer
1
-1
/
+3
2022-06-21
dm era: commit metadata in postsuspend after worker stops
Nikos Tsironis
1
-1
/
+7
2022-06-17
Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-13
/
+9
2022-06-16
dm mirror log: round up region bitmap size to BITS_PER_LONG
Mikulas Patocka
1
-2
/
+1
2022-06-16
dm: fix narrow race for REQ_NOWAIT bios being issued despite no support
Mikulas Patocka
1
-1
/
+6
2022-06-16
dm: fix use-after-free in dm_put_live_table_bio
Mikulas Patocka
1
-6
/
+7
2022-06-15
md/raid5-ppl: Fix argument order in bio_alloc_bioset()
Logan Gunthorpe
1
-2
/
+2
2022-06-15
Revert "md: don't unregister sync_thread with reconfig_mutex held"
Guoqing Jiang
3
-11
/
+7
2022-06-15
dm: fix race in dm_start_io_acct
Benjamin Marzinski
1
-0
/
+4
2022-06-10
dm: fix zoned locking imbalance due to needless check in clone_endio
Mike Snitzer
1
-15
/
+11
[prev]
[next]