index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-switch.c
Age
Commit message (
Expand
)
Author
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2019-03-05
dm switch: use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-04-04
dm: remove fmode_t argument from .prepare_ioctl hook
Mike Snitzer
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-08-28
dm: constify argument arrays
Eric Biggers
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2015-10-31
dm switch: simplify conditional in alloc_region_table()
Tomohiro Kusumi
2015-10-31
dm: refactor ioctl handling
Christoph Hellwig
2014-08-01
dm switch: efficiently support repetitive patterns
Mikulas Patocka
2014-08-01
dm switch: factor out switch_region_table_read
Mikulas Patocka
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-07-10
dm: add switch target
Jim Ramsay