Age | Commit message (Expand) | Author | Files | Lines |
2021-04-19 | dm: replace dm_vcalloc() | Matthew Wilcox (Oracle) | 1 | -24/+6 |
2021-03-22 | dm table: Fix zoned model check and zone sectors check | Shin'ichiro Kawasaki | 1 | -8/+25 |
2021-02-11 | dm: support key eviction from keyslot managers of underlying devices | Satya Tangirala | 1 | -0/+53 |
2021-02-11 | dm: add support for passing through inline crypto support | Satya Tangirala | 1 | -0/+162 |
2021-02-09 | dm table: remove needless request_queue NULL pointer checks | Jeffle Xu | 1 | -11/+11 |
2021-02-09 | dm table: fix zoned iterate_devices based device capability checks | Jeffle Xu | 1 | -32/+16 |
2021-02-09 | dm table: fix DAX iterate_devices based device capability checks | Jeffle Xu | 1 | -27/+10 |
2021-02-09 | dm table: fix iterate_devices based device capability checks | Jeffle Xu | 1 | -46/+51 |
2021-01-21 | dm: avoid filesystem lookup in dm_get_dev_t() | Hannes Reinecke | 1 | -3/+12 |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+1 |
2020-12-04 | dm: fix IO splitting | Mike Snitzer | 1 | -5/+0 |
2020-12-02 | block: remove i_bdev | Christoph Hellwig | 1 | -8/+1 |
2020-12-01 | dm table: Remove BUG_ON(in_interrupt()) | Thomas Gleixner | 1 | -6/+0 |
2020-10-08 | dm: remove special-casing of bio-based immutable singleton target on NVMe | Mike Snitzer | 1 | -30/+2 |
2020-09-29 | dm table: make 'struct dm_table' definition accessible to all of DM core | Mike Snitzer | 1 | -45/+2 |
2020-09-29 | dm table: stack 'chunk_sectors' limit to account for target-specific splitting | Mike Snitzer | 1 | -0/+5 |
2020-09-29 | Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10 | Mike Snitzer | 1 | -6/+37 |
2020-09-25 | dm: add support for REQ_NOWAIT and enable it for linear target | Konstantin Khlebnikov | 1 | -0/+32 |
2020-09-25 | block: add a bdev_is_partition helper | Christoph Hellwig | 1 | -1/+1 |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig | 1 | -3/+3 |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -2/+1 |
2020-09-20 | dm: Call proper helper to determine dax support | Jan Kara | 1 | -3/+7 |
2020-08-05 | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -20/+2 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-07-21 | block: remove bdev_stack_limits | Christoph Hellwig | 1 | -1/+2 |
2020-07-21 | block: inherit the zoned characteristics in blk_stack_limits | Christoph Hellwig | 1 | -19/+0 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-07-09 | writeback: remove bdi->congested_fn | Christoph Hellwig | 1 | -36/+1 |
2020-04-25 | dm: remove the make_request_fn check in device_area_is_invalid | Christoph Hellwig | 1 | -17/+0 |
2019-12-03 | block: don't handle bio based drivers in blk_revalidate_disk_zones | Christoph Hellwig | 1 | -5/+7 |
2019-11-05 | dm table: do not allow request-based DM to stack on partitions | Mike Snitzer | 1 | -19/+8 |
2019-08-23 | dm: make dm_table_find_target return NULL | Mikulas Patocka | 1 | -5/+3 |
2019-08-23 | dm table: fix invalid memory accesses with too high sector number | Mikulas Patocka | 1 | -1/+4 |
2019-07-31 | dm table: fix various whitespace issues with recent DAX code | Mike Snitzer | 1 | -7/+7 |
2019-07-31 | dm table: fix dax_dev NULL dereference in device_synchronous() | Pankaj Gupta | 1 | -1/+1 |
2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+18 |
2019-07-06 | dm: enable synchronous dax | Pankaj Gupta | 1 | -6/+18 |
2019-06-25 | dm table: don't copy from a NULL pointer in realloc_argv() | Jerome Marchand | 1 | -1/+1 |
2019-05-21 | dax: Arrange for dax_supported check to span multiple devices | Dan Williams | 1 | -6/+11 |
2019-04-01 | dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors | Ilya Dryomov | 1 | -0/+39 |
2019-02-15 | block: kill QUEUE_FLAG_NO_SG_MERGE | Ming Lei | 1 | -13/+0 |
2018-12-18 | dm: do not allow readahead to limit IO size | Jaegeuk Kim | 1 | -0/+3 |
2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 1 | -2/+2 |
2018-10-26 | Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -34/+12 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -0/+10 |
2018-10-18 | dm: add dm_table_device_name() | Michał Mirosław | 1 | -0/+6 |
2018-10-12 | dm table: require that request-based DM be layered on blk-mq devices | Mike Snitzer | 1 | -1/+17 |
2018-10-11 | dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED | Mike Snitzer | 1 | -6/+1 |
2018-10-11 | dm: remove legacy request-based IO path | Jens Axboe | 1 | -44/+5 |
2018-06-28 | dm: prevent DAX mounts if not supported | Ross Zwisler | 1 | -3/+4 |