aboutsummaryrefslogtreecommitdiff
path: root/mm/z3fold.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16mm/z3fold: don't try to use buddy slots after freeGravatar Vitaly Wool 1-1/+4
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Gravatar Henry Burns 1-1/+11
2019-06-01z3fold: fix sheduling while atomicGravatar Vitaly Wool 1-5/+6
2019-05-25zsfold: Convert zsfold to use the new mount APIGravatar David Howells 1-5/+5
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-21z3fold: don't bother with dentry_operationsGravatar David Howells 1-5/+1
2019-05-14mm/z3fold.c: support page migrationGravatar Vitaly Wool 1-10/+231
2019-05-14mm/z3fold.c: add structure for buddy handlesGravatar Vitaly Wool 1-40/+145
2019-05-14mm/z3fold.c: improve compression by extending searchGravatar Vitaly Wool 1-0/+36
2019-05-14mm/z3fold.c: introduce helper functionsGravatar Vitaly Wool 1-84/+100
2018-11-18z3fold: fix possible reclaim racesGravatar Vitaly Wool 1-39/+62
2018-05-11z3fold: fix reclaim lock-upsGravatar Vitaly Wool 1-12/+30
2018-04-11mm/z3fold.c: use gfpflags_allow_blockingGravatar Matthew Wilcox 1-1/+1
2018-04-11z3fold: fix memory leakGravatar Xidong Wang 1-2/+7
2018-04-05z3fold: limit use of stale list for allocationGravatar Vitaly Wool 1-16/+19
2018-02-06mm: docs: fix parameter names mismatchGravatar Mike Rapoport 1-2/+2
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceGravatar Vitaly Wool 1-2/+8
2017-10-03z3fold: fix stale list handlingGravatar Vitaly Wool 1-4/+2
2017-10-03z3fold: fix potential race in z3fold_reclaim_pageGravatar Vitaly Wool 1-1/+3
2017-09-06z3fold: use per-cpu unbuddied listsGravatar Vitaly Wool 1-135/+344
2017-04-13z3fold: fix page locking in z3fold_alloc()Gravatar Vitaly Wool 1-2/+7
2017-03-16z3fold: fix spinlock unlocking in page reclaimGravatar Vitaly Wool 1-0/+1
2017-02-24z3fold: add kref refcountingGravatar Vitaly Wool 1-86/+69
2017-02-24z3fold: use per-page spinlockGravatar Vitaly Wool 1-42/+106
2017-02-24z3fold: extend compaction functionGravatar Vitaly Wool 1-1/+25
2017-02-24z3fold: fix header size related issuesGravatar Vitaly Wool 1-50/+64
2017-02-24z3fold: make pages_nr atomicGravatar Vitaly Wool 1-11/+9
2017-02-22mm/z3fold.c: limit first_num to the actual range of possible buddy indexesGravatar zhong jiang 1-3/+7
2016-06-03mm/z3fold.c: avoid modifying HEADLESS page and minor cleanupGravatar Vitaly Wool 1-10/+14
2016-05-20z3fold: the 3-fold allocator for compressed pagesGravatar Vitaly Wool 1-0/+792