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
/
bcache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcache: improve bcache_reboot()
Coly Li
2019-04-24
1
-2
/
+10
*
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
2019-04-24
1
-0
/
+6
*
bcache: Add comments for blkdev_put() in registration code path
Coly Li
2019-04-24
1
-0
/
+8
*
bcache: add error check for calling register_bdev()
Coly Li
2019-04-24
1
-6
/
+10
*
bcache: return error immediately in bch_journal_replay()
Coly Li
2019-04-24
1
-3
/
+6
*
bcache: add comments for kobj release callback routine
Coly Li
2019-04-24
1
-0
/
+4
*
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-04-24
1
-5
/
+12
*
bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()
Coly Li
2019-04-24
1
-4
/
+7
*
bcache: move definition of 'int ret' out of macro read_bucket()
Coly Li
2019-04-24
1
-2
/
+3
*
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-24
1
-1
/
+1
*
bcache: Clean up bch_get_congested()
George Spelvin
2019-04-24
3
-15
/
+28
*
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
2019-04-24
1
-6
/
+4
*
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
2019-04-24
1
-2
/
+3
*
bcache: fix inaccurate result of unused buckets
Guoju Fang
2019-04-24
1
-2
/
+0
*
bcache: fix crashes stopping bcache device before read miss done
Guoju Fang
2019-04-24
1
-5
/
+21
*
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
1
-1
/
+2
*
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
2019-02-15
1
-1
/
+5
*
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
2019-02-09
1
-3
/
+4
*
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-02-09
1
-2
/
+11
*
bcache: fix input overflow to cache set io_error_limit
Coly Li
2019-02-09
1
-2
/
+1
*
bcache: fix input overflow to journal_delay_ms
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_rate_minimum
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_delay
Coly Li
2019-02-09
1
-1
/
+1
*
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
2019-02-09
1
-8
/
+8
*
bcache: add sysfs_strtoul_bool() for setting bit-field variables
Coly Li
2019-02-09
1
-0
/
+10
*
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input integer overflow of congested threshold
Coly Li
2019-02-09
1
-4
/
+6
*
bcache: improve sysfs_strtoul_clamp()
Coly Li
2019-02-09
1
-3
/
+10
*
bcache: treat stale && dirty keys as bad keys
Tang Junhui
2019-02-09
1
-6
/
+7
*
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
2019-02-09
1
-15
/
+15
*
bcache: export backing_dev_uuid via sysfs
Coly Li
2019-02-09
1
-0
/
+9
*
bcache: export backing_dev_name via sysfs
Coly Li
2019-02-09
1
-0
/
+8
*
bcache: not use hard coded memset size in bch_cache_accounting_clear()
Coly Li
2019-02-09
1
-1
/
+1
*
bcache: never writeback a discard operation
Daniel Axtens
2019-02-09
1
-0
/
+3
*
bcache: print number of keys in trace_bcache_journal_write
Guoju Fang
2018-12-13
1
-1
/
+1
*
bcache: set writeback_percent in a flexible range
Coly Li
2018-12-13
1
-1
/
+2
*
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
3
-2
/
+55
*
bcache: add MODULE_DESCRIPTION information
Coly Li
2018-12-13
1
-3
/
+4
*
bcache: option to automatically run gc thread after writeback
Coly Li
2018-12-13
4
-0
/
+52
*
bcache: introduce force_wake_up_gc()
Coly Li
2018-12-13
2
-15
/
+20
*
bcache: cannot set writeback_running via sysfs if no writeback kthread created
Shenghui Wang
2018-12-13
1
-2
/
+19
*
bcache: do not mark writeback_running too early
Shenghui Wang
2018-12-13
1
-1
/
+2
*
bcache: update comment in sysfs.c
Shenghui Wang
2018-12-13
1
-2
/
+2
*
bcache: update comment for bch_data_insert
Shenghui Wang
2018-12-13
1
-3
/
+3
*
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2018-12-13
2
-4
/
+2
*
bcache: add comment for cache_set->fill_iter
Shenghui Wang
2018-12-13
2
-1
/
+10
*
bcache: panic fix for making cache device
Dongbo Cao
2018-10-08
1
-0
/
+8
*
bcache: split combined if-condition code into separate ones
Dongbo Cao
2018-10-08
1
-14
/
+76
[prev]
[next]