summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-03-23Merge 4.9.165 into android-4.9Greg Kroah-Hartman122-432/+918
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2018-12-05Merge 4.9.143 into android-4.9Greg Kroah-Hartman40-318/+423
2018-12-05mm: use swp_offset as key in shmem_replace_page()Yu Zhao1-2/+4
2018-12-05mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+8
2018-12-05shmem: introduce shmem_inode_acct_blockMike Rapoport1-40/+42
2018-12-05shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport1-13/+12
2018-12-01Merge 4.9.142 into android-4.9Greg Kroah-Hartman86-462/+1317
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-09-29Merge 4.9.130 into android-4.9Greg Kroah-Hartman42-123/+225
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-03-29Merge 4.9.91 into android-4.9Greg Kroah-Hartman64-291/+545
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov1-11/+20
2018-02-26Merge 4.9.84 into android-4.9Greg Kroah-Hartman180-677/+1120
2018-02-25shmem: fix compilation warnings on unused functionsJérémy Lefaure1-0/+2
2018-02-25shmem: avoid maybe-uninitialized warningArnd Bergmann1-3/+1
2017-08-30Merge 4.9.46 into android-4.9Greg Kroah-Hartman82-387/+701
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-16Merge 4.9.44 into android-4.9Greg Kroah-Hartman42-454/+512
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-06-27Merge 4.9.33 into android-4.9Greg Kroah-Hartman115-808/+1690
2017-06-17shmem: fix sleeping from atomic contextKirill A. Shutemov1-2/+9
2016-12-14ANDROID: ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz3-18/+16
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds1-1/+14
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds195-1698/+2522
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-08mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro16-605/+58
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann1-1/+3
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2-1/+180
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov4-17/+500
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2-26/+28
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2-17/+22
[next]