index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-log-writes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
1
-13
/
+1
*
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-04-11
1
-1
/
+1
*
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-04-11
1
-6
/
+1
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-5
/
+5
*
dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
Heinz Mauelshagen
2023-02-14
1
-6
/
+6
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm-log-writes: set dma_alignment limit in io_hints
Keith Busch
2022-11-16
1
-0
/
+1
*
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-27
1
-2
/
+13
|
\
|
*
dax: add .recovery_write dax_operation
Jane Chu
2022-05-16
1
-0
/
+10
|
*
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
2022-05-16
1
-2
/
+3
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-2
/
+1
|
/
*
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-13
/
+8
*
dm: bio_alloc can't fail if it is allowed to sleep
Christoph Hellwig
2022-02-02
1
-18
/
+0
*
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
2021-12-18
1
-80
/
+0
*
dm-log-writes: add a log_writes_dax_pgoff helper
Christoph Hellwig
2021-12-04
1
-25
/
+17
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-09
1
-4
/
+2
|
\
|
*
dm log writes: use memcpy_from_bvec in log_writes_map
Christoph Hellwig
2021-11-01
1
-4
/
+2
*
|
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-2
/
+2
|
/
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+4
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-5
/
+5
*
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-20
1
-1
/
+1
*
dm,dax: Add dax zero_page_range operation
Vivek Goyal
2020-04-02
1
-0
/
+17
*
dm log writes: fix incorrect comment about the logged sequence example
Qu Wenruo
2019-07-09
1
-1
/
+1
*
dm log writes: use struct_size() to calculate size of pending_block
Zhengyuan Liu
2019-07-09
1
-1
/
+1
*
dm log writes: make sure super sector log updates are written in order
zhangyi (F)
2019-06-25
1
-2
/
+21
*
dax: Introduce a ->copy_to_iter dax operation
Dan Williams
2018-05-22
1
-0
/
+15
*
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-10
1
-45
/
+50
|
\
|
*
dax, dm: allow device-mapper to operate without dax support
Dan Williams
2018-04-03
1
-45
/
+50
*
|
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-04
1
-1
/
+1
*
|
dm log writes: record metadata flag for better flags record
Qu Wenruo
2018-04-03
1
-4
/
+8
*
|
dm: allow targets to return output from messages they are sent
Mike Snitzer
2018-04-03
1
-1
/
+2
|
/
*
dm log writes: fix max length used for kstrndup
Ma Shimiao
2018-01-17
1
-1
/
+1
*
dm log writes: add support for DAX
Ross Zwisler
2017-11-10
1
-1
/
+87
*
dm log writes: add support for inline data buffers
Ross Zwisler
2017-11-10
1
-3
/
+84
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-12
/
+32
|
\
|
*
dm log writes: fix >512b sectorsize support
Josef Bacik
2017-09-11
1
-11
/
+31
|
*
dm log writes: don't use all the cpu while waiting to log blocks
Josef Bacik
2017-09-11
1
-1
/
+1
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-4
/
+4
|
/
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-3
/
+4
*
dm: change ->end_io calling convention
Christoph Hellwig
2017-06-09
1
-2
/
+2
*
dm: don't return errnos from ->map
Christoph Hellwig
2017-06-09
1
-2
/
+2
*
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-07
1
-5
/
+1
|
\
|
*
block: export bio_free_pages to other modules
Guoqing Jiang
2016-09-22
1
-5
/
+1
*
|
dm log writes: fix check of kthread_run() return value
Vladimir Zapolskiy
2016-08-30
1
-2
/
+2
*
|
dm log writes: fix bug with too large bios
Mikulas Patocka
2016-08-30
1
-2
/
+2
*
|
dm log writes: move IO accounting earlier to fix error path
Mikulas Patocka
2016-08-30
1
-1
/
+1
|
/
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-2
/
+2
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-1
/
+1
*
dm: use bio op accessors
Mike Christie
2016-06-07
1
-4
/
+4
[next]