| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: introduce the target flag mempool_needs_integrity | Mikulas Patocka | 2024-07-12 | 1 | -2/+5 |
* | dm: factor out helper function from dm_get_device | Benjamin Marzinski | 2024-07-10 | 1 | -9/+24 |
* | dm: optimize flushes | Mikulas Patocka | 2024-06-26 | 1 | -0/+4 |
* | Merge branch 'for-6.11/block-limits' into for-6.11/block | Jens Axboe | 2024-06-20 | 1 | -1/+0 |
|\ |
|
| * | block: remove the discard_alignment flag | Christoph Hellwig | 2024-06-20 | 1 | -1/+0 |
* | | Merge branch 'for-6.11/block-limits' into for-6.11/block | Jens Axboe | 2024-06-19 | 1 | -145/+41 |
|\| |
|
| * | block: move the zoned flag into the features field | Christoph Hellwig | 2024-06-19 | 1 | -5/+6 |
| * | block: move the poll flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -41/+13 |
| * | block: move the dax flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -2/+2 |
| * | block: move the nowait flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -15/+3 |
| * | block: move the stable_writes flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -19/+0 |
| * | block: move the io_stat flag setting to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -3/+9 |
| * | block: move the add_random flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -18/+0 |
| * | block: move the nonrot flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -12/+0 |
| * | block: move cache control settings out of queue->flags | Christoph Hellwig | 2024-06-19 | 1 | -31/+8 |
* | | dm: Call dm_revalidate_zones() after setting the queue limits | Damien Le Moal | 2024-06-16 | 1 | -4/+11 |
|/ |
|
* | block: move integrity information into queue_limits | Christoph Hellwig | 2024-06-14 | 1 | -134/+27 |
* | dm: make dm_set_zones_restrictions work on the queue limits | Christoph Hellwig | 2024-05-27 | 1 | -6/+6 |
* | dm: move setting zoned_enabled to dm_table_set_restrictions | Christoph Hellwig | 2024-05-27 | 1 | -3/+0 |
* | Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-05-15 | 1 | -15/+12 |
|\ |
|
| * | dm: use queue_limits_set | Christoph Hellwig | 2024-04-23 | 1 | -15/+12 |
* | | dm: Check that a zoned table leads to a valid mapped device | Damien Le Moal | 2024-05-01 | 1 | -1/+2 |
|/ |
|
* | Revert "dm: use queue_limits_set" | Linus Torvalds | 2024-03-12 | 1 | -12/+15 |
* | dm: use queue_limits_set | Christoph Hellwig | 2024-03-01 | 1 | -15/+12 |
* | dm: limit the number of targets and parameter size area | Mikulas Patocka | 2024-01-30 | 1 | -2/+7 |
* | block: remove support for the host aware zone model | Christoph Hellwig | 2023-12-20 | 1 | -25/+20 |
* | dm error: Add support for zoned block devices | Damien Le Moal | 2023-10-31 | 1 | -1/+22 |
* | dm: fix a race condition in retrieve_deps | Mikulas Patocka | 2023-09-14 | 1 | -8/+24 |
* | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 2023-06-12 | 1 | -5/+6 |
* | dm: only call early_lookup_bdev from early boot context | Christoph Hellwig | 2023-06-05 | 1 | -2/+7 |
* | dm: remove dm_get_dev_t | Christoph Hellwig | 2023-06-05 | 1 | -17/+5 |
* | init: improve the name_to_dev_t interface | Christoph Hellwig | 2023-06-05 | 1 | -2/+3 |
* | Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-04-26 | 1 | -1/+5 |
|\ |
|
| * | dm table: allow targets without devices to set ->io_hints | Mikulas Patocka | 2023-04-04 | 1 | -1/+5 |
* | | blk-crypto: make blk_crypto_evict_key() return void | Eric Biggers | 2023-03-16 | 1 | -14/+5 |
|/ |
|
* | dm: avoid split of quoted strings where possible | Heinz Mauelshagen | 2023-02-14 | 1 | -12/+6 |
* | dm: fix trailing statements | Heinz Mauelshagen | 2023-02-14 | 1 | -2/+1 |
* | dm: fix undue/missing spaces | Heinz Mauelshagen | 2023-02-14 | 1 | -1/+1 |
* | dm: address indent/space issues | Heinz Mauelshagen | 2023-02-14 | 1 | -2/+2 |
* | dm: avoid assignment in if conditions | Heinz Mauelshagen | 2023-02-14 | 1 | -1/+2 |
* | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 2023-02-14 | 1 | -13/+12 |
* | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 2023-02-14 | 1 | -0/+1 |
* | dm table: check that a dm device doesn't reference itself | Benjamin Marzinski | 2023-02-12 | 1 | -0/+2 |
* | blk-crypto: don't use struct request_queue for public interfaces | Christoph Hellwig | 2022-11-21 | 1 | -1/+1 |
* | dm: change from DMWARN to DMERR or DMCRIT for fatal errors | Mikulas Patocka | 2022-10-18 | 1 | -39/+39 |
* | block: replace blk_queue_nowait with bdev_nowait | Christoph Hellwig | 2022-09-27 | 1 | -3/+1 |
* | Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-08-02 | 1 | -172/+146 |
|\ |
|
| * | dm table: rename dm_target variable in dm_table_add_target() | Mike Snitzer | 2022-07-07 | 1 | -28/+28 |
| * | dm table: audit all dm_table_get_target() callers | Mike Snitzer | 2022-07-07 | 1 | -123/+77 |
| * | dm table: remove dm_table_get_num_targets() wrapper | Mike Snitzer | 2022-07-07 | 1 | -21/+16 |