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.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-stripe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-11-01
1
-1
/
+1
|
\
|
*
dm: shortcut the calls to linear_map and stripe_map
Mikulas Patocka
2023-10-06
1
-1
/
+1
*
|
dm: Annotate struct stripe_c with __counted_by
Kees Cook
2023-10-02
1
-1
/
+1
|
/
*
dm: remove unnecessary (void*) conversions
Yu Zhe
2023-04-11
1
-2
/
+2
*
dm: update targets using system workqueues to use a local workqueue
Tetsuo Handa
2023-02-14
1
-2
/
+10
*
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
2023-02-14
1
-4
/
+4
*
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
1
-8
/
+4
*
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
2023-02-14
1
-6
/
+4
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-5
/
+5
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
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
*
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
1
-3
/
+1
*
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
2021-12-18
1
-20
/
+0
*
dm-stripe: add a stripe_dax_pgoff helper
Christoph Hellwig
2021-12-04
1
-48
/
+15
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+15
*
dm: add support for REQ_NOWAIT to various targets
Jeffle Xu
2020-12-04
1
-1
/
+1
*
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
/
+23
*
dm stripe: use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-11-05
1
-14
/
+1
*
dax: Introduce a ->copy_to_iter dax operation
Dan Williams
2018-05-22
1
-0
/
+21
*
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-10
1
-0
/
+6
|
\
|
*
dax, dm: allow device-mapper to operate without dax support
Dan Williams
2018-04-03
1
-0
/
+6
*
|
dm: add support for secure erase forwarding
Denis Semakin
2018-04-03
1
-0
/
+2
*
|
dm stripe: get rid of a Variable Length Array (VLA)
Tycho Andersen
2018-04-03
1
-5
/
+5
|
/
*
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
1
-20
/
+0
|
\
|
*
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
2017-09-11
1
-20
/
+0
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-6
/
+4
|
/
*
Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-07-07
1
-0
/
+40
|
\
|
*
dm: add ->flush() dax operation support
Dan Williams
2017-06-15
1
-0
/
+20
|
*
dm: add ->copy_from_iter() dax operation support
Dan Williams
2017-06-09
1
-0
/
+20
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-2
/
+3
*
|
dm: change ->end_io calling convention
Christoph Hellwig
2017-06-09
1
-7
/
+7
*
|
dm: fix REQ_RAHEAD handling
Christoph Hellwig
2017-06-09
1
-1
/
+1
|
/
*
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-05
1
-15
/
+14
|
\
|
*
dm: teach dm-targets to use a dax_device + dax_operations
Dan Williams
2017-04-25
1
-15
/
+14
*
|
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-03
1
-0
/
+1
|
\
\
|
*
|
dm: mark targets that pass integrity data
Mikulas Patocka
2017-04-24
1
-0
/
+1
|
|
/
*
/
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-0
/
+2
|
/
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-2
/
+2
*
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-28
1
-1
/
+1
|
\
*
|
dm stripe: add DAX support
Toshi Kani
2016-07-20
1
-1
/
+25
*
|
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
-2
/
+2
|
/
*
Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2015-09-02
1
-3
/
+5
|
\
|
*
dm: do not override error code returned from dm_get_device()
Vivek Goyal
2015-08-12
1
-3
/
+5
*
|
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
1
-21
/
+0
*
|
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-1
/
+1
|
/
*
dm stripe: drop useless exit point from dm_stripe_init()
Luis Henriques
2015-05-29
1
-3
/
+1
[next]