index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
dm raid: fix raid10 device size error on out-of-place reshape
Heinz Mauelshagen
2016-07-18
1
-0
/
+8
|
*
|
|
dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape
Heinz Mauelshagen
2016-07-18
1
-3
/
+15
|
*
|
|
dm raid: clarify and fix recovery
Heinz Mauelshagen
2016-07-18
1
-9
/
+55
|
*
|
|
dm raid: fix rs_set_capacity on growing reshape
Heinz Mauelshagen
2016-07-18
1
-6
/
+3
|
*
|
|
dm raid: make rs_set_capacity to work on shrinking reshape
Heinz Mauelshagen
2016-07-18
1
-4
/
+4
|
*
|
|
dm raid: enhance comments in takeover checks
Heinz Mauelshagen
2016-07-18
1
-2
/
+2
|
*
|
|
dm raid: remove bogus comment and fix comment typos
Heinz Mauelshagen
2016-07-18
1
-4
/
+2
|
*
|
|
dm raid: more restricting data_offset value checks
Heinz Mauelshagen
2016-07-18
1
-1
/
+2
|
*
|
|
dm raid: reject too many write_mostly devices
Heinz Mauelshagen
2016-07-18
1
-1
/
+7
|
*
|
|
dm raid: the sync_page_io() metadata_op argument is bool
Heinz Mauelshagen
2016-07-18
1
-3
/
+3
|
*
|
|
dm raid: prohibit to pass in both sync and nosync ctr flags
Heinz Mauelshagen
2016-07-18
1
-0
/
+6
|
*
|
|
dm raid: avoid superfluous memory barriers on static metadata
Heinz Mauelshagen
2016-07-18
1
-5
/
+0
|
*
|
|
dm rq: check kthread_run return for .request_fn request-based DM
Mike Snitzer
2016-07-06
1
-0
/
+2
|
*
|
|
dm verity fec: fix block calculation
Sami Tolvanen
2016-07-01
1
-3
/
+1
|
*
|
|
dm ioctl: Simplify parameter buffer management code
Bart Van Assche
2016-07-01
1
-12
/
+6
|
*
|
|
dm crypt: Fix sparse complaints
Bart Van Assche
2016-07-01
1
-2
/
+2
|
*
|
|
dm raid: don't use 'const' in function return
Arnd Bergmann
2016-06-16
1
-1
/
+1
|
*
|
|
dm raid: fix failed takeover/reshapes by keeping raid set frozen
Heinz Mauelshagen
2016-06-14
1
-29
/
+56
|
*
|
|
dm raid: support to change bitmap region size
Heinz Mauelshagen
2016-06-14
1
-0
/
+11
|
*
|
|
dm raid: add reshaping support to the target
Heinz Mauelshagen
2016-06-14
1
-58
/
+447
|
*
|
|
dm raid: add prerequisite functions and definitions for reshaping
Heinz Mauelshagen
2016-06-14
1
-22
/
+202
|
*
|
|
dm raid: inverse check for flags from invalid to valid flags
Heinz Mauelshagen
2016-06-14
1
-32
/
+56
|
*
|
|
dm raid: various code cleanups
Mike Snitzer
2016-06-14
1
-56
/
+43
|
*
|
|
dm raid: rename functions that alloc and free struct raid_set
Mike Snitzer
2016-06-14
1
-7
/
+7
|
*
|
|
dm raid: remove all the bitops wrappers
Mike Snitzer
2016-06-14
1
-125
/
+89
|
*
|
|
dm raid: rename _in_range to __within_range
Mike Snitzer
2016-06-14
1
-14
/
+14
|
*
|
|
dm raid: add missing "dm-raid0" module alias
Mike Snitzer
2016-06-14
1
-1
/
+2
|
*
|
|
dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag
Mike Snitzer
2016-06-14
1
-30
/
+30
|
*
|
|
dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it
Mike Snitzer
2016-06-14
1
-17
/
+20
|
*
|
|
dm raid: remove ti_error_* wrappers
Mike Snitzer
2016-06-14
1
-152
/
+249
|
*
|
|
dm raid: tabify appropriate whitespace
Mike Snitzer
2016-06-14
1
-62
/
+62
|
*
|
|
dm raid: enhance status interface and fixup takeover/raid0
Heinz Mauelshagen
2016-06-14
1
-181
/
+253
|
*
|
|
dm raid: add raid level takeover support
Heinz Mauelshagen
2016-06-14
1
-29
/
+426
|
*
|
|
dm raid: enhance super_sync() to support new superblock members
Heinz Mauelshagen
2016-06-14
1
-10
/
+65
|
*
|
|
dm raid: add new reshaping/raid10 format table line options to parameter parser
Heinz Mauelshagen
2016-06-14
1
-9
/
+39
|
*
|
|
dm raid: introduce extended superblock and new raid types to support takeover...
Heinz Mauelshagen
2016-06-14
1
-133
/
+471
|
*
|
|
dm raid: use rt_is_raid*() in all appropriate checks
Heinz Mauelshagen
2016-06-13
1
-12
/
+18
|
*
|
|
dm raid: more use of flag testing wrappers
Heinz Mauelshagen
2016-06-13
1
-25
/
+23
|
*
|
|
dm raid: check constructor arguments for invalid raid level/argument combinat...
Heinz Mauelshagen
2016-06-13
1
-1
/
+130
|
*
|
|
dm raid: cleanup / provide infrastructure
Heinz Mauelshagen
2016-06-13
1
-196
/
+228
|
*
|
|
dm raid: use dm_arg_set API in constructor
Heinz Mauelshagen
2016-06-13
1
-61
/
+84
|
*
|
|
dm raid: rename variable 'ret' to 'r' to conform to other dm code
Heinz Mauelshagen
2016-06-13
1
-32
/
+36
|
*
|
|
dm mpath: add optional "queue_mode" feature
Mike Snitzer
2016-06-10
6
-119
/
+143
|
*
|
|
dm mpath: remove bio-based bloat from struct dm_mpath_io
Mike Snitzer
2016-06-10
1
-12
/
+31
|
*
|
|
dm mpath: reinstate bio-based support
Mike Snitzer
2016-06-10
1
-22
/
+274
|
*
|
|
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-10
15
-1131
/
+1200
*
|
|
|
block: simplify and cleanup bvec pool handling
Christoph Hellwig
2016-07-20
1
-1
/
+0
*
|
|
|
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
6
-19
/
+23
*
|
|
|
bcache: Remove redundant block_size assignment
Yijing Wang
2016-07-05
1
-1
/
+0
*
|
|
|
bcache: update document info
Yijing Wang
2016-07-05
2
-2
/
+3
[prev]
[next]