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
...
|
*
|
md/raid1: abort delayed writes when device fails.
NeilBrown
2016-11-07
1
-5
/
+15
|
*
|
md: perform async updates for metadata where possible.
NeilBrown
2016-11-07
1
-4
/
+12
|
*
|
raid5-cache: restrict the use area of the log_offset variable
JackieLiu
2016-11-07
1
-11
/
+8
|
*
|
md/raid5: change printk() to pr_*()
NeilBrown
2016-11-07
1
-121
/
+86
|
*
|
md/raid10: change printk() to pr_*()
NeilBrown
2016-11-07
1
-85
/
+56
|
*
|
md/raid1: change printk() to pr_*()
NeilBrown
2016-11-07
1
-58
/
+41
|
*
|
md/raid0: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-45
/
+44
|
*
|
md/multipath: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-57
/
+33
|
*
|
md/linear: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-8
/
+5
|
*
|
md/bitmap: change all printk() to pr_*()
NeilBrown
2016-11-07
1
-57
/
+50
|
*
|
md: change all printk() to pr_err() or pr_warn() etc.
NeilBrown
2016-11-07
1
-219
/
+170
|
*
|
md: fix some issues with alloc_disk_sb()
NeilBrown
2016-11-07
1
-10
/
+10
|
*
|
md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEM
Guoqing Jiang
2016-11-07
1
-1
/
+3
|
*
|
raid5: revert commit 11367799f3d1
Tomasz Majchrzak
2016-11-07
1
-3
/
+1
|
*
|
md: wake up personality thread after array state update
Tomasz Majchrzak
2016-11-07
1
-0
/
+1
|
*
|
md: don't fail an array if there are unacknowledged bad blocks
Tomasz Majchrzak
2016-11-07
1
-1
/
+3
|
*
|
md: add bad block support for external metadata
Tomasz Majchrzak
2016-11-07
2
-39
/
+42
|
|
/
*
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
20
-105
/
+57
|
\
\
|
|
/
|
/
|
|
*
bcache: debug: avoid accessing .bi_io_vec directly
Ming Lei
2016-11-22
1
-3
/
+8
|
*
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
11
-36
/
+16
|
*
dm: Fix a race condition related to stopping and starting queues
Bart Van Assche
2016-11-02
1
-12
/
+1
|
*
dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
2016-11-02
1
-15
/
+1
|
*
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
2016-11-02
1
-1
/
+1
|
*
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
2016-11-02
1
-2
/
+0
|
*
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
2016-11-02
1
-6
/
+1
|
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
12
-19
/
+19
|
*
bcache: use op_is_sync to check for synchronous requests
Christoph Hellwig
2016-11-01
2
-4
/
+3
|
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
1
-1
/
+1
|
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
1
-6
/
+6
*
|
Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2016-11-05
4
-19
/
+30
|
\
\
|
*
|
md: be careful not lot leak internal curr_resync value into metadata. -- (all)
NeilBrown
2016-10-28
1
-2
/
+2
|
*
|
raid1: handle read error also in readonly mode
Tomasz Majchrzak
2016-10-28
1
-9
/
+10
|
*
|
raid5-cache: correct condition for empty metadata write
Shaohua Li
2016-10-28
1
-1
/
+1
|
*
|
md: report 'write_pending' state when array in sync
Tomasz Majchrzak
2016-10-24
1
-3
/
+3
|
*
|
md/raid5: write an empty meta-block when creating log super-block
Zhengyuan Liu
2016-10-24
1
-0
/
+1
|
*
|
md/raid5: initialize next_checkpoint field before use
Zhengyuan Liu
2016-10-24
1
-0
/
+3
|
*
|
RAID10: ignore discard error
Shaohua Li
2016-10-24
1
-2
/
+5
|
*
|
RAID1: ignore discard error
Shaohua Li
2016-10-24
1
-2
/
+5
|
|
/
*
|
Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
2016-10-28
5
-44
/
+28
|
\
\
|
|
/
|
/
|
|
*
dm table: fix missing dm_put_target_type() in dm_table_add_target()
tang.junhui
2016-10-24
1
-15
/
+9
|
*
dm rq: clear kworker_task if kthread_run() returned an error
Mike Snitzer
2016-10-18
1
-2
/
+5
|
*
dm: free io_barrier after blk_cleanup_queue call
Tahsin Erdogan
2016-10-18
1
-2
/
+2
|
*
dm raid: fix activation of existing raid4/10 devices
Heinz Mauelshagen
2016-10-17
1
-5
/
+7
|
*
dm mirror: use all available legs on multiple failures
Heinz Mauelshagen
2016-10-14
1
-19
/
+2
|
*
dm mirror: fix read error on recovery after default leg failure
Heinz Mauelshagen
2016-10-14
1
-0
/
+1
|
*
dm raid: fix compat_features validation
Andy Whitcroft
2016-10-11
1
-1
/
+2
*
|
kthread: kthread worker API cleanup
Petr Mladek
2016-10-11
2
-5
/
+5
|
/
*
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-1
/
+0
|
\
|
*
blk-mq: remove ->map_queue
Christoph Hellwig
2016-09-15
1
-1
/
+0
|
*
Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
2016-09-15
8
-64
/
+121
|
|
\
[prev]
[next]