index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
z3fold.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
z3fold: fix possible reclaim races
Vitaly Wool
2018-11-18
1
-39
/
+62
*
z3fold: fix reclaim lock-ups
Vitaly Wool
2018-05-12
1
-12
/
+30
*
mm/z3fold.c: use gfpflags_allow_blocking
Matthew Wilcox
2018-04-11
1
-1
/
+1
*
z3fold: fix memory leak
Xidong Wang
2018-04-11
1
-2
/
+7
*
z3fold: limit use of stale list for allocation
Vitaly Wool
2018-04-06
1
-16
/
+19
*
mm: docs: fix parameter names mismatch
Mike Rapoport
2018-02-07
1
-2
/
+2
*
mm/z3fold.c: use kref to prevent page free/compact race
Vitaly Wool
2017-11-18
1
-2
/
+8
*
z3fold: fix stale list handling
Vitaly Wool
2017-10-04
1
-4
/
+2
*
z3fold: fix potential race in z3fold_reclaim_page
Vitaly Wool
2017-10-04
1
-1
/
+3
*
z3fold: use per-cpu unbuddied lists
Vitaly Wool
2017-09-07
1
-135
/
+344
*
z3fold: fix page locking in z3fold_alloc()
Vitaly Wool
2017-04-14
1
-2
/
+7
*
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
2017-03-17
1
-0
/
+1
*
z3fold: add kref refcounting
Vitaly Wool
2017-02-25
1
-86
/
+69
*
z3fold: use per-page spinlock
Vitaly Wool
2017-02-25
1
-42
/
+106
*
z3fold: extend compaction function
Vitaly Wool
2017-02-25
1
-1
/
+25
*
z3fold: fix header size related issues
Vitaly Wool
2017-02-25
1
-50
/
+64
*
z3fold: make pages_nr atomic
Vitaly Wool
2017-02-25
1
-11
/
+9
*
mm/z3fold.c: limit first_num to the actual range of possible buddy indexes
zhong jiang
2017-02-23
1
-3
/
+7
*
mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup
Vitaly Wool
2016-06-04
1
-10
/
+14
*
z3fold: the 3-fold allocator for compressed pages
Vitaly Wool
2016-05-21
1
-0
/
+792