aboutsummaryrefslogtreecommitdiffstats
path: root/mm/z3fold.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman1-0/+2
2021-06-30mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin1-1/+1
2021-06-30mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin1-0/+1
2021-06-30mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin1-18/+4
2021-06-30mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin1-1/+2
2021-06-30mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin1-2/+5
2021-06-30mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin1-1/+1
2021-05-07mm: fix some typos and code style problemsShijie Luo1-1/+1
2021-03-25z3fold: prevent reclaim/free race for headless pagesThomas Hebb1-1/+15
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao1-0/+1
2021-02-24z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin1-7/+1
2021-02-24z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin1-2/+1
2020-12-15z3fold: remove preempt disabled sections for RTVitaly Wool1-7/+10
2020-12-15z3fold: stricter locking and more careful reclaimVitaly Wool1-58/+85
2020-12-15z3fold: simplify freeing slotsVitaly Wool1-42/+13
2020-10-13mm/z3fold.c: use xx_zalloc instead xx_alloc and memsetHui Su1-2/+1
2020-05-28mm/z3fold: silence kmemleak false positives of slotsQian Cai1-0/+3
2020-05-23z3fold: fix use-after-free when freeing handlesUladzislau Rezki1-5/+6
2020-03-06mm/z3fold.c: do not include rwlock.h directlySebastian Andrzej Siewior1-1/+0
2019-12-01mm/z3fold.c: add inter-page compactionVitaly Wool1-72/+303
2019-10-07mm/z3fold.c: claim page in the beginning of freeVitaly Wool1-2/+8
2019-09-24z3fold: fix memory leak in kmem cacheVitaly Wool1-6/+9
2019-09-24z3fold: fix retry mechanism in page reclaimVitaly Wool1-15/+34
2019-09-24Revert "mm/z3fold.c: fix race between migration and destruction"Vitaly Wool1-90/+0
2019-08-30mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolateGustavo A. R. Silva1-0/+1
2019-08-24mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-13mm/z3fold.c: fix z3fold_destroy_pool() race conditionHenry Burns1-1/+4
2019-08-13mm/z3fold.c: fix z3fold_destroy_pool() orderingHenry Burns1-1/+8
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+5
2019-07-16mm/z3fold.c: reinitialize zhdr structs after migrationHenry Burns1-0/+10
2019-07-16mm/z3fold.c: remove z3fold_migration trylockHenry Burns1-6/+0
2019-07-16mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_allocHenry Burns1-3/+5
2019-07-16mm/z3fold: don't try to use buddy slots after freeVitaly Wool1-1/+4
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns1-1/+11
2019-06-01z3fold: fix sheduling while atomicVitaly Wool1-5/+6
2019-05-25zsfold: Convert zsfold to use the new mount APIDavid Howells1-5/+5
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21z3fold: don't bother with dentry_operationsDavid Howells1-5/+1
2019-05-14mm/z3fold.c: support page migrationVitaly Wool1-10/+231
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool1-40/+145
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool1-0/+36
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool1-84/+100
2018-11-18z3fold: fix possible reclaim racesVitaly Wool1-39/+62
2018-05-11z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingMatthew Wilcox1-1/+1
2018-04-11z3fold: fix memory leakXidong Wang1-2/+7
2018-04-05z3fold: limit use of stale list for allocationVitaly Wool1-16/+19
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport1-2/+2
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8