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
...
|
*
|
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2020-01-23
2
-19
/
+17
|
*
|
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
2020-01-23
1
-11
/
+11
|
*
|
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
2020-01-23
1
-15
/
+6
|
*
|
bcache: fix use-after-free in register_bcache()
Coly Li
2020-01-23
1
-1
/
+2
|
*
|
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-01-23
1
-1
/
+3
|
*
|
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-01-23
1
-30
/
+45
|
*
|
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2020-01-23
1
-3
/
+3
|
*
|
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-01-23
1
-0
/
+3
|
*
|
md/raid1: introduce wait_for_serialization
Guoqing Jiang
2020-01-13
1
-19
/
+22
|
*
|
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
2020-01-13
2
-8
/
+19
|
*
|
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
4
-63
/
+116
|
*
|
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
2020-01-13
1
-4
/
+8
|
*
|
raid1: serialize the overlap write
Guoqing Jiang
2020-01-13
1
-14
/
+13
|
*
|
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
2020-01-13
1
-29
/
+42
|
*
|
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
2020-01-13
2
-0
/
+53
|
*
|
md: prepare for enable raid1 io serialization
Guoqing Jiang
2020-01-13
2
-21
/
+46
|
*
|
md: fix a typo s/creat/create
Guoqing Jiang
2020-01-13
1
-3
/
+3
|
*
|
md: rename wb stuffs
Guoqing Jiang
2020-01-13
4
-77
/
+80
|
*
|
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
2020-01-13
1
-14
/
+7
|
*
|
md-bitmap: small cleanups
Zhiqiang Liu
2020-01-13
1
-3
/
+2
|
|
/
*
/
block: fix an integer overflow in logical block size
Mikulas Patocka
2020-01-15
2
-2
/
+2
|
/
*
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-12-13
3
-2
/
+3
|
\
|
*
md: make sure desc_nr less than MD_SB_DISKS
Yufen Yu
2019-12-11
1
-0
/
+1
|
*
md: raid1: check rdev before reference in raid1_sync_request func
Zhiqiang Liu
2019-12-11
1
-1
/
+1
|
*
raid5: need to set STRIPE_HANDLE for batch head
Guoqing Jiang
2019-12-11
1
-1
/
+1
*
|
Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-13
8
-83
/
+246
|
\
\
|
*
|
dm thin: Flush data device before committing metadata
Nikos Tsironis
2019-12-06
1
-2
/
+40
|
*
|
dm thin metadata: Add support for a pre-commit callback
Nikos Tsironis
2019-12-05
2
-0
/
+36
|
*
|
dm clone: Flush destination device before committing metadata
Nikos Tsironis
2019-12-05
1
-6
/
+40
|
*
|
dm clone metadata: Use a two phase commit
Nikos Tsironis
2019-12-05
3
-10
/
+60
|
*
|
dm clone metadata: Track exact changes per transaction
Nikos Tsironis
2019-12-05
1
-28
/
+62
|
*
|
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
2019-12-05
1
-1
/
+7
|
*
|
dm mpath: remove harmful bio-based optimization
Mike Snitzer
2019-11-26
1
-36
/
+1
*
|
|
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
|
|
/
|
/
|
*
|
block: don't handle bio based drivers in blk_revalidate_disk_zones
Christoph Hellwig
2019-12-03
1
-5
/
+7
*
|
block: simplify blkdev_nr_zones
Christoph Hellwig
2019-12-03
1
-1
/
+1
*
|
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-11-25
19
-409
/
+426
|
\
|
|
*
Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
Mike Snitzer
2019-11-20
1
-6
/
+3
|
*
dm: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-20
1
-27
/
+27
|
*
dm thin: wakeup worker only when deferred bios exist
Jeffle Xu
2019-11-18
1
-1
/
+4
|
*
dm integrity: fix excessive alignment of metadata runs
Mikulas Patocka
2019-11-15
1
-5
/
+23
|
*
dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layout
Nathan Chancellor
2019-11-07
1
-1
/
+0
|
*
dm zoned: reduce overhead of backing device checks
Dmitry Fomichev
2019-11-07
4
-32
/
+61
|
*
dm dust: add limited write failure mode
Bryan Gurney
2019-11-05
1
-7
/
+46
|
*
dm dust: change ret to r in dust_map_read and dust_map
Bryan Gurney
2019-11-05
1
-7
/
+7
|
*
dm dust: change result vars to r
Bryan Gurney
2019-11-05
1
-16
/
+16
|
*
dm cache: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
2019-11-05
1
-49
/
+28
|
*
dm bio prison: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
2019-11-05
2
-33
/
+20
|
*
dm thin: replace spin_lock_irqsave with spin_lock_irq
Mikulas Patocka
2019-11-05
1
-67
/
+46
|
*
dm clone: add bucket_lock_irq/bucket_unlock_irq helpers
Nikos Tsironis
2019-11-05
1
-15
/
+19
[prev]
[next]