index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemcheck.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-17
nullb: fix error return code in null_init()
Wei Yongjun
1
-1
/
+3
2017-10-16
block: fix Sphinx kernel-doc warning
Randy Dunlap
1
-1
/
+1
2017-10-16
bcache: writeback rate clamping: make 32 bit safe
Michael Lyle
1
-2
/
+2
2017-10-16
bcache: MAINTAINERS: set bcache to MAINTAINED
Michael Lyle
1
-1
/
+2
2017-10-16
bcache: Add Michael Lyle to MAINTAINERS
Kent Overstreet
1
-0
/
+1
2017-10-16
bcache: safeguard a dangerous addressing in closure_queue
Liang Chen
1
-0
/
+6
2017-10-16
bcache: rearrange writeback main thread ratelimit
Michael Lyle
1
-1
/
+4
2017-10-16
bcache: writeback rate shouldn't artifically clamp
Michael Lyle
3
-6
/
+7
2017-10-16
bcache: smooth writeback rate control
Michael Lyle
2
-3
/
+9
2017-10-16
bcache: implement PI controller for writeback rate
Michael Lyle
3
-52
/
+66
2017-10-16
bcache: don't write back data if reading it failed
Michael Lyle
1
-6
/
+14
2017-10-16
bcache: remove unused parameter
Yijing Wang
1
-6
/
+6
2017-10-16
bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
Eric Wheeler
2
-1
/
+11
2017-10-16
bcache: Remove redundant set_capacity
Yijing Wang
1
-3
/
+0
2017-10-16
bcache: rewrite multiple partitions support
Coly Li
1
-12
/
+25
2017-10-16
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
1
-1
/
+1
2017-10-16
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
1
-1
/
+2
2017-10-16
bcache: Avoid nested function definition
Peter Foley
1
-4
/
+6
2017-10-14
mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...
Yafang Shao
1
-1
/
+10
2017-10-13
null_blk: add usage hints for no_sched
weiping zhang
1
-0
/
+4
2017-10-13
null_blk: update usage hints for submit_queues
weiping zhang
1
-3
/
+3
2017-10-13
Revert "lightnvm: prevent bd removal if busy"
Jens Axboe
1
-14
/
+0
2017-10-13
lightnvm: implement generic path for sync I/O
Javier González
7
-123
/
+143
2017-10-13
lightnvm: fail fast on passthrough commands
Javier González
1
-2
/
+0
2017-10-13
lightnvm: pblk: avoid being reported as hung on rated GC
Javier González
1
-1
/
+7
2017-10-13
lightnvm: pblk: cleanup unused and static functions
Javier González
4
-111
/
+86
2017-10-13
lightnvm: pblk: remove spinlock when freeing line metadata
Hans Holmberg
1
-2
/
+0
2017-10-13
lightnvm: pblk: correct valid lba count calculation
Hans Holmberg
1
-3
/
+4
2017-10-13
lightnvm: pblk: gc all lines in the pipeline before exit
Hans Holmberg
4
-9
/
+32
2017-10-13
lightnvm: pblk: add l2p crc debug printouts
Hans Holmberg
1
-5
/
+34
2017-10-13
lightnvm: pblk: shut down gc gracefully during exit
Hans Holmberg
1
-8
/
+12
2017-10-13
lightnvm: pblk: consider bad sectors in emeta during recovery
Hans Holmberg
1
-14
/
+30
2017-10-13
lightnvm: pblk: start gc if needed during init
Hans Holmberg
4
-1
/
+12
2017-10-13
lightnvm: pblk: free full lines during recovery
Hans Holmberg
3
-12
/
+24
2017-10-13
lightnvm: pblk: recover partially written lines correctly
Hans Holmberg
1
-4
/
+4
2017-10-13
lightnvm: pblk: prevent gc kicks when gc is not operational
Hans Holmberg
2
-4
/
+6
2017-10-13
lightnvm: pblk: fix releases of kmem cache in error path
Rakesh Pandit
1
-5
/
+12
2017-10-13
lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
Rakesh Pandit
1
-6
/
+5
2017-10-13
lightnvm: remove stale extern and unused exported symbols
Rakesh Pandit
2
-72
/
+64
2017-10-13
lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
Rakesh Pandit
2
-18
/
+13
2017-10-13
lightnvm: pblk: remove useless line
Rakesh Pandit
1
-1
/
+0
2017-10-13
lightnvm: pblk: fix changing GC group list for a line
Rakesh Pandit
1
-2
/
+2
2017-10-13
lightnvm: pblk: ensure right bad block calculation
Javier González
1
-1
/
+1
2017-10-13
lightnvm: pblk: enable 1 LUN configuration
Javier González
4
-19
/
+29
2017-10-13
lightnvm: pblk: remove I/O dependency on write path
Javier González
1
-80
/
+65
2017-10-13
lightnvm: pblk: remove redundant check on read path
Javier González
1
-2
/
+2
2017-10-13
lightnvm: pblk: guarantee line integrity on reads
Javier González
4
-25
/
+118
2017-10-13
lightnvm: pblk: check lba sanity on read path
Javier González
2
-4
/
+51
2017-10-13
lightnvm: pblk: use rqd->end_io for completion
Javier González
2
-10
/
+2
2017-10-13
lightnvm: pblk: refactor rqd alloc/free
Javier González
5
-23
/
+32
[next]