index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
z3fold.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/z3fold: add kerneldoc fields for z3fold_pool
Mel Gorman
2021-07-01
1
-0
/
+2
*
mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
Miaohe Lin
2021-06-30
1
-1
/
+1
*
mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
Miaohe Lin
2021-06-30
1
-0
/
+1
*
mm/z3fold: remove unused function handle_to_z3fold_header()
Miaohe Lin
2021-06-30
1
-18
/
+4
*
mm/z3fold: remove magic number in z3fold_create_pool()
Miaohe Lin
2021-06-30
1
-1
/
+2
*
mm/z3fold: avoid possible underflow in z3fold_alloc()
Miaohe Lin
2021-06-30
1
-2
/
+5
*
mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
Miaohe Lin
2021-06-30
1
-1
/
+1
*
mm: fix some typos and code style problems
Shijie Luo
2021-05-07
1
-1
/
+1
*
z3fold: prevent reclaim/free race for headless pages
Thomas Hebb
2021-03-25
1
-1
/
+15
*
mm: set the sleep_mapped to true for zbud and z3fold
Tian Tao
2021-02-26
1
-0
/
+1
*
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
2021-02-24
1
-7
/
+1
*
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
2021-02-24
1
-2
/
+1
*
z3fold: remove preempt disabled sections for RT
Vitaly Wool
2020-12-15
1
-7
/
+10
*
z3fold: stricter locking and more careful reclaim
Vitaly Wool
2020-12-15
1
-58
/
+85
*
z3fold: simplify freeing slots
Vitaly Wool
2020-12-15
1
-42
/
+13
*
mm/z3fold.c: use xx_zalloc instead xx_alloc and memset
Hui Su
2020-10-13
1
-2
/
+1
*
mm/z3fold: silence kmemleak false positives of slots
Qian Cai
2020-05-28
1
-0
/
+3
*
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
2020-05-23
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
[next]