Age | Commit message (Expand) | Author | Files | Lines |
2022-07-07 | dm table: audit all dm_table_get_target() callers | Mike Snitzer | 1 | -0/+7 |
2022-07-07 | dm: add two stage requeue mechanism | Ming Lei | 1 | -3/+12 |
2022-07-07 | dm: add dm_bio_rewind() API to DM core | Ming Lei | 1 | -0/+2 |
2022-06-29 | dm: refactor dm_md_mempool allocation | Christoph Hellwig | 1 | -0/+3 |
2022-06-23 | dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bio | Ming Lei | 1 | -0/+1 |
2022-06-08 | dm: fix bio_set allocation | Christoph Hellwig | 1 | -2/+9 |
2022-05-05 | dm: simplify bio-based IO accounting further | Mike Snitzer | 1 | -5/+1 |
2022-05-05 | dm: put all polled dm_io instances into a single list | Ming Lei | 1 | -1/+1 |
2022-05-05 | dm: don't grab target io reference in dm_zone_map_bio | Ming Lei | 1 | -7/+0 |
2022-05-05 | dm: improve bio splitting and associated IO accounting | Ming Lei | 1 | -1/+7 |
2022-05-05 | dm: conditionally enable branching for less used features | Mike Snitzer | 1 | -0/+5 |
2022-05-05 | dm: move hot dm_io members to same cacheline as dm_target_io | Mike Snitzer | 1 | -5/+7 |
2022-05-05 | dm: simplify dm_start_io_acct | Mike Snitzer | 1 | -0/+6 |
2022-04-01 | dm: fix dm_io and dm_target_io flags race condition on Alpha | Mikulas Patocka | 1 | -2/+2 |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2022-03-21 | dm: consolidate spinlocks in dm_io struct | Mike Snitzer | 1 | -2/+1 |
2022-03-21 | dm: reduce size of dm_io and dm_target_io structs | Mike Snitzer | 1 | -6/+6 |
2022-03-21 | dm: switch dm_target_io booleans over to proper flags | Mike Snitzer | 1 | -2/+19 |
2022-03-21 | dm: switch dm_io booleans over to proper flags | Mike Snitzer | 1 | -2/+20 |
2022-03-10 | dm: simplify dm_sumbit_bio_remap interface | Mike Snitzer | 1 | -0/+1 |
2022-03-09 | dm: support bio polling | Ming Lei | 1 | -0/+2 |
2022-02-22 | scsi: dm: Remove WRITE_SAME support | Christoph Hellwig | 1 | -1/+0 |
2022-02-21 | dm: add dm_submit_bio_remap interface | Mike Snitzer | 1 | -0/+2 |
2022-02-21 | dm: flag clones created by __send_duplicate_bios | Mike Snitzer | 1 | -1/+2 |
2022-02-21 | dm: reduce dm_io and dm_target_io struct sizes | Mike Snitzer | 1 | -3/+3 |
2022-02-21 | dm: record old_sector in dm_target_io before calling map function | Mike Snitzer | 1 | -0/+1 |
2022-02-21 | dm: reorder members in mapped_device struct | Mike Snitzer | 1 | -19/+19 |
2022-02-21 | dm: interlock pending dm_io and dm_wait_for_bios_completion | Mike Snitzer | 1 | -0/+2 |
2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
2021-10-21 | blk-crypto: rename blk_keyslot_manager to blk_crypto_profile | Eric Biggers | 1 | -1/+1 |
2021-10-21 | blk-crypto: rename keyslot-manager files to blk-crypto-profile | Eric Biggers | 1 | -1/+1 |
2021-08-10 | dm ima: measure data on table load | Tushar Sugandhi | 1 | -0/+5 |
2021-06-04 | dm: introduce zone append emulation | Damien Le Moal | 1 | -0/+13 |
2021-06-04 | dm: rearrange core declarations for extended use from dm-zone.c | Damien Le Moal | 1 | -0/+52 |
2021-02-11 | dm: fix deadlock when swapping to encrypted device | Mikulas Patocka | 1 | -0/+4 |
2021-02-11 | dm: add support for passing through inline crypto support | Satya Tangirala | 1 | -0/+5 |
2020-12-01 | dm: remove the block_device reference in struct mapped_device | Christoph Hellwig | 1 | -2/+0 |
2020-12-01 | fs: simplify freeze_bdev/thaw_bdev | Christoph Hellwig | 1 | -5/+0 |
2020-09-29 | dm table: make 'struct dm_table' definition accessible to all of DM core | Mike Snitzer | 1 | -2/+54 |
2019-04-04 | dm: disable DISCARD if the underlying storage no longer supports it | Mike Snitzer | 1 | -0/+1 |
2018-12-19 | dm: don't reuse bio for flushes | Jens Axboe | 1 | -3/+0 |
2018-12-10 | dm: remove the pending IO accounting | Mikulas Patocka | 1 | -2/+0 |
2018-10-11 | dm: remove legacy request-based IO path | Jens Axboe | 1 | -10/+0 |
2018-06-08 | dm: adjust structure members to improve alignment | Mike Snitzer | 1 | -19/+19 |
2018-05-30 | dm: convert to bioset_init()/mempool_init() | Kent Overstreet | 1 | -2/+2 |
2018-01-29 | dm: various cleanups to md->queue initialization code | Mike Snitzer | 1 | -2/+0 |
2017-12-16 | dm: remove now unused bio-based io_pool and _io_cache | Mike Snitzer | 1 | -2/+0 |
2017-12-16 | dm: improve performance by moving dm_io structure to per-bio-data | Mike Snitzer | 1 | -0/+1 |
2017-11-10 | dm: allocate struct mapped_device with kvzalloc | Mikulas Patocka | 1 | -1/+2 |
2017-09-25 | dm ioctl: fix alignment of event number in the device list | Mikulas Patocka | 1 | -0/+1 |