index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
z3fold.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
2020-05-27
1
-5
/
+6
*
mm/z3fold.c: do not include rwlock.h directly
Sebastian Andrzej Siewior
2020-03-06
1
-1
/
+0
*
mm/z3fold.c: add inter-page compaction
Vitaly Wool
2019-12-01
1
-72
/
+303
*
mm/z3fold.c: claim page in the beginning of free
Vitaly Wool
2019-10-07
1
-2
/
+8
*
z3fold: fix memory leak in kmem cache
Vitaly Wool
2019-09-24
1
-6
/
+9
*
z3fold: fix retry mechanism in page reclaim
Vitaly Wool
2019-09-24
1
-15
/
+34
*
Revert "mm/z3fold.c: fix race between migration and destruction"
Vitaly Wool
2019-09-24
1
-90
/
+0
*
mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolate
Gustavo A. R. Silva
2019-08-30
1
-0
/
+1
*
mm/z3fold.c: fix race between migration and destruction
Henry Burns
2019-08-24
1
-0
/
+89
*
mm/z3fold.c: fix z3fold_destroy_pool() race condition
Henry Burns
2019-08-13
1
-1
/
+4
*
mm/z3fold.c: fix z3fold_destroy_pool() ordering
Henry Burns
2019-08-13
1
-1
/
+8
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-9
/
+5
|
\
|
*
zsfold: Convert zsfold to use the new mount API
David Howells
2019-05-25
1
-5
/
+5
|
*
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
1
-1
/
+1
|
*
z3fold: don't bother with dentry_operations
David Howells
2019-05-21
1
-5
/
+1
*
|
mm/z3fold.c: reinitialize zhdr structs after migration
Henry Burns
2019-07-16
1
-0
/
+10
*
|
mm/z3fold.c: remove z3fold_migration trylock
Henry Burns
2019-07-16
1
-6
/
+0
*
|
mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc
Henry Burns
2019-07-16
1
-3
/
+5
*
|
mm/z3fold: don't try to use buddy slots after free
Vitaly Wool
2019-07-16
1
-1
/
+4
*
|
mm/z3fold.c: lock z3fold page before __SetPageMovable()
Henry Burns
2019-07-12
1
-1
/
+11
*
|
z3fold: fix sheduling while atomic
Vitaly Wool
2019-06-01
1
-5
/
+6
*
|
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
mm/z3fold.c: support page migration
Vitaly Wool
2019-05-14
1
-10
/
+231
*
mm/z3fold.c: add structure for buddy handles
Vitaly Wool
2019-05-14
1
-40
/
+145
*
mm/z3fold.c: improve compression by extending search
Vitaly Wool
2019-05-14
1
-0
/
+36
*
mm/z3fold.c: introduce helper functions
Vitaly Wool
2019-05-14
1
-84
/
+100
*
z3fold: fix possible reclaim races
Vitaly Wool
2018-11-18
1
-39
/
+62
*
z3fold: fix reclaim lock-ups
Vitaly Wool
2018-05-11
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-05
1
-16
/
+19
*
mm: docs: fix parameter names mismatch
Mike Rapoport
2018-02-06
1
-2
/
+2
*
mm/z3fold.c: use kref to prevent page free/compact race
Vitaly Wool
2017-11-17
1
-2
/
+8
*
z3fold: fix stale list handling
Vitaly Wool
2017-10-03
1
-4
/
+2
*
z3fold: fix potential race in z3fold_reclaim_page
Vitaly Wool
2017-10-03
1
-1
/
+3
*
z3fold: use per-cpu unbuddied lists
Vitaly Wool
2017-09-06
1
-135
/
+344
*
z3fold: fix page locking in z3fold_alloc()
Vitaly Wool
2017-04-13
1
-2
/
+7
*
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
2017-03-16
1
-0
/
+1
*
z3fold: add kref refcounting
Vitaly Wool
2017-02-24
1
-86
/
+69
*
z3fold: use per-page spinlock
Vitaly Wool
2017-02-24
1
-42
/
+106
*
z3fold: extend compaction function
Vitaly Wool
2017-02-24
1
-1
/
+25
*
z3fold: fix header size related issues
Vitaly Wool
2017-02-24
1
-50
/
+64
*
z3fold: make pages_nr atomic
Vitaly Wool
2017-02-24
1
-11
/
+9
*
mm/z3fold.c: limit first_num to the actual range of possible buddy indexes
zhong jiang
2017-02-22
1
-3
/
+7
*
mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup
Vitaly Wool
2016-06-03
1
-10
/
+14
*
z3fold: the 3-fold allocator for compressed pages
Vitaly Wool
2016-05-20
1
-0
/
+792