summaryrefslogtreecommitdiff
path: root/drivers/md/dm-log-writes.c
AgeCommit message (Expand)Author
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-11-16dm-log-writes: set dma_alignment limit in io_hintsKeith Busch
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-04dm-log-writes: add a log_writes_dax_pgoff helperChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm log writes: use memcpy_from_bvec in log_writes_mapChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
2019-07-09dm log writes: fix incorrect comment about the logged sequence exampleQu Wenruo
2019-07-09dm log writes: use struct_size() to calculate size of pending_blockZhengyuan Liu
2019-06-25dm log writes: make sure super sector log updates are written in orderzhangyi (F)
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-03dm log writes: record metadata flag for better flags recordQu Wenruo
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao
2017-11-10dm log writes: add support for DAXRoss Zwisler
2017-11-10dm log writes: add support for inline data buffersRoss Zwisler
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang
2016-08-30dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy
2016-08-30dm log writes: fix bug with too large biosMikulas Patocka
2016-08-30dm log writes: move IO accounting earlier to fix error pathMikulas Patocka
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07dm: use bio op accessorsMike Christie