index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
z3fold.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-25
z3fold: prevent reclaim/free race for headless pages
Thomas Hebb
1
-1
/
+15
2021-02-26
mm: set the sleep_mapped to true for zbud and z3fold
Tian Tao
1
-0
/
+1
2021-02-24
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
1
-7
/
+1
2021-02-24
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
1
-2
/
+1
2020-12-15
z3fold: remove preempt disabled sections for RT
Vitaly Wool
1
-7
/
+10
2020-12-15
z3fold: stricter locking and more careful reclaim
Vitaly Wool
1
-58
/
+85
2020-12-15
z3fold: simplify freeing slots
Vitaly Wool
1
-42
/
+13
2020-10-13
mm/z3fold.c: use xx_zalloc instead xx_alloc and memset
Hui Su
1
-2
/
+1
2020-05-28
mm/z3fold: silence kmemleak false positives of slots
Qian Cai
1
-0
/
+3
2020-05-23
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
1
-5
/
+6
2020-03-06
mm/z3fold.c: do not include rwlock.h directly
Sebastian Andrzej Siewior
1
-1
/
+0
2019-12-01
mm/z3fold.c: add inter-page compaction
Vitaly Wool
1
-72
/
+303
2019-10-07
mm/z3fold.c: claim page in the beginning of free
Vitaly Wool
1
-2
/
+8
2019-09-24
z3fold: fix memory leak in kmem cache
Vitaly Wool
1
-6
/
+9
2019-09-24
z3fold: fix retry mechanism in page reclaim
Vitaly Wool
1
-15
/
+34
2019-09-24
Revert "mm/z3fold.c: fix race between migration and destruction"
Vitaly Wool
1
-90
/
+0
2019-08-30
mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolate
Gustavo A. R. Silva
1
-0
/
+1
2019-08-24
mm/z3fold.c: fix race between migration and destruction
Henry Burns
1
-0
/
+89
2019-08-13
mm/z3fold.c: fix z3fold_destroy_pool() race condition
Henry Burns
1
-1
/
+4
2019-08-13
mm/z3fold.c: fix z3fold_destroy_pool() ordering
Henry Burns
1
-1
/
+8
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-9
/
+5
2019-07-16
mm/z3fold.c: reinitialize zhdr structs after migration
Henry Burns
1
-0
/
+10
2019-07-16
mm/z3fold.c: remove z3fold_migration trylock
Henry Burns
1
-6
/
+0
2019-07-16
mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc
Henry Burns
1
-3
/
+5
2019-07-16
mm/z3fold: don't try to use buddy slots after free
Vitaly Wool
1
-1
/
+4
2019-07-12
mm/z3fold.c: lock z3fold page before __SetPageMovable()
Henry Burns
1
-1
/
+11
2019-06-01
z3fold: fix sheduling while atomic
Vitaly Wool
1
-5
/
+6
2019-05-25
zsfold: Convert zsfold to use the new mount API
David Howells
1
-5
/
+5
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
z3fold: don't bother with dentry_operations
David Howells
1
-5
/
+1
2019-05-14
mm/z3fold.c: support page migration
Vitaly Wool
1
-10
/
+231
2019-05-14
mm/z3fold.c: add structure for buddy handles
Vitaly Wool
1
-40
/
+145
2019-05-14
mm/z3fold.c: improve compression by extending search
Vitaly Wool
1
-0
/
+36
2019-05-14
mm/z3fold.c: introduce helper functions
Vitaly Wool
1
-84
/
+100
2018-11-18
z3fold: fix possible reclaim races
Vitaly Wool
1
-39
/
+62
2018-05-11
z3fold: fix reclaim lock-ups
Vitaly Wool
1
-12
/
+30
2018-04-11
mm/z3fold.c: use gfpflags_allow_blocking
Matthew Wilcox
1
-1
/
+1
2018-04-11
z3fold: fix memory leak
Xidong Wang
1
-2
/
+7
2018-04-05
z3fold: limit use of stale list for allocation
Vitaly Wool
1
-16
/
+19
2018-02-06
mm: docs: fix parameter names mismatch
Mike Rapoport
1
-2
/
+2
2017-11-17
mm/z3fold.c: use kref to prevent page free/compact race
Vitaly Wool
1
-2
/
+8
2017-10-03
z3fold: fix stale list handling
Vitaly Wool
1
-4
/
+2
2017-10-03
z3fold: fix potential race in z3fold_reclaim_page
Vitaly Wool
1
-1
/
+3
2017-09-06
z3fold: use per-cpu unbuddied lists
Vitaly Wool
1
-135
/
+344
2017-04-13
z3fold: fix page locking in z3fold_alloc()
Vitaly Wool
1
-2
/
+7
2017-03-16
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
1
-0
/
+1
2017-02-24
z3fold: add kref refcounting
Vitaly Wool
1
-86
/
+69
2017-02-24
z3fold: use per-page spinlock
Vitaly Wool
1
-42
/
+106
2017-02-24
z3fold: extend compaction function
Vitaly Wool
1
-1
/
+25
[next]