index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
2021-12-18
1
-1
/
+1
*
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
1
-2
/
+2
*
dax: remove dax_capable
Christoph Hellwig
2021-12-04
1
-21
/
+0
*
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-12-04
1
-2
/
+4
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
dm: fix alloc_dax error handling in alloc_dev
Christoph Hellwig
2021-12-04
1
-1
/
+3
*
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-09
1
-10
/
+0
|
\
|
*
dm: don't stop request queue after the dm device is suspended
Ming Lei
2021-11-02
1
-10
/
+0
*
|
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-09
1
-1
/
+1
|
\
\
|
*
|
dm: make workqueue names device-specific
Michał Mirosław
2021-11-01
1
-1
/
+1
|
*
|
dm: add add_disk() error handling
Luis Chamberlain
2021-11-01
1
-1
/
+3
*
|
|
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
dm: add add_disk() error handling
Luis Chamberlain
2021-10-21
1
-1
/
+3
*
|
|
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
2021-10-21
1
-4
/
+4
*
|
|
blk-crypto: rename keyslot-manager files to blk-crypto-profile
Eric Biggers
2021-10-21
1
-1
/
+1
|
/
/
*
/
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-18
/
+10
|
/
*
dm: fix mempool NULL pointer race when completing IO
Jiazi Li
2021-10-12
1
-7
/
+10
*
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-1
/
+1
|
\
|
*
dm: use fs_dax_get_by_bdev instead of dax_get_by_host
Christoph Hellwig
2021-08-27
1
-1
/
+1
*
|
dm ima: add a warning in dm_init if duplicate ima events are not measured
Tushar Sugandhi
2021-08-20
1
-3
/
+6
*
|
dm ima: measure data on table load
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
|
dm: delay registering the gendisk
Christoph Hellwig
2021-08-09
1
-12
/
+11
*
|
dm: move setting md->type into dm_setup_md_queue
Christoph Hellwig
2021-08-09
1
-2
/
+3
*
|
dm: cleanup cleanup_mapped_device
Christoph Hellwig
2021-08-09
1
-5
/
+1
|
/
*
Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-07-01
1
-153
/
+55
|
\
|
*
dm: introduce zone append emulation
Damien Le Moal
2021-06-04
1
-15
/
+23
|
*
dm: rearrange core declarations for extended use from dm-zone.c
Damien Le Moal
2021-06-04
1
-52
/
+7
|
*
dm: Forbid requeue of writes to zones
Damien Le Moal
2021-06-04
1
-6
/
+19
|
*
dm: move zone related code to dm-zone.c
Damien Le Moal
2021-06-04
1
-78
/
+0
|
*
dm: Fix dm_accept_partial_bio() relative to zone management commands
Damien Le Moal
2021-06-04
1
-2
/
+6
*
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-9
/
+7
|
\
\
|
*
|
dm: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-06-01
1
-9
/
+7
|
|
/
*
/
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
1
-3
/
+3
|
/
*
dm: unexport dm_{get,put}_table_device
Christoph Hellwig
2021-03-26
1
-2
/
+0
*
dm: remove useless loop in __split_and_process_bio
Mikulas Patocka
2021-03-26
1
-32
/
+29
*
dm: don't report "detected capacity change" on device creation
Mikulas Patocka
2021-03-22
1
-1
/
+4
*
dm: fix deadlock when swapping to encrypted device
Mikulas Patocka
2021-02-11
1
-0
/
+60
*
dm: add support for passing through inline crypto support
Satya Tangirala
2021-02-11
1
-1
/
+17
*
dm table: fix DAX iterate_devices based device capability checks
Jeffle Xu
2021-02-09
1
-1
/
+1
*
dm: cleanup of front padding calculation
Jeffle Xu
2021-02-03
1
-6
/
+10
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-25
1
-7
/
+7
*
dm: eliminate potential source of excessive kernel log noise
Mike Snitzer
2021-01-08
1
-1
/
+1
*
Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-22
1
-1
/
+1
|
\
|
*
dm: remove unnecessary current->bio_list check when submitting split bio
Jeffle Xu
2020-12-05
1
-1
/
+1
*
|
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-40
/
+18
|
\
\
|
|
/
|
/
|
|
*
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-12-04
1
-2
/
+1
|
*
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
2020-12-04
1
-1
/
+1
|
*
block: stop using bdget_disk for partition 0
Christoph Hellwig
2020-12-01
1
-14
/
+2
|
*
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
1
-2
/
+2
|
*
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
1
-2
/
+2
[next]