summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-05-201-2/+5
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-211-1/+1
* memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang2019-11-251-1/+1
* memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)2019-10-291-8/+10
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-12-051-2/+4
* mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-12-051-1/+5
* shmem: introduce shmem_inode_acct_blockMike Rapoport2018-12-051-40/+42
* shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport2018-12-051-13/+12
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-12-011-3/+1
* mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)2018-09-291-0/+2
* mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov2018-03-281-11/+20
* shmem: fix compilation warnings on unused functionsJérémy Lefaure2018-02-251-0/+2
* shmem: avoid maybe-uninitialized warningArnd Bergmann2018-02-251-3/+1
* mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-301-2/+2
* mm: fix list corruptions on shmem shrinklistCong Wang2017-08-161-2/+10
* shmem: fix sleeping from atomic contextKirill A. Shutemov2017-06-171-2/+9
* shmem: fix shm fallocate() list corruptionLinus Torvalds2016-12-061-1/+14
* shmem: fix pageflags after swapping DMA32 objectHugh Dickins2016-11-111-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-11/+11
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-3/+4
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-10/+10
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-15/+0
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-15/+0
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-1/+1
|\ \ \ \
| * | | | mm/shmem.c: constify anon_opsRasmus Villemoes2016-10-071-1/+1
| |/ / /
* / / / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-114/+1
|/ / /
* | | huge tmpfs: fix Committed_AS leakHugh Dickins2016-09-241-1/+2
* | | shmem: fix tmpfs to handle the huge= option properlyToshi Kani2016-09-241-1/+1
| |/ |/|
* | thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann2016-08-101-1/+3
|/
* shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven2016-08-031-1/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-7/+7
* shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2016-07-261-0/+175
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-261-13/+13
* khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-07-261-11/+45
* shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2016-07-261-24/+26
* shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2016-07-261-3/+17
* shmem: add huge pages supportKirill A. Shutemov2016-07-261-67/+313
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-0/+98
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-261-0/+161
* tmpfs: fix regression hang in fallocate undoHugh Dickins2016-07-101-3/+5
* tmpfs: don't undo fallocate past its last pageAnthony Romano2016-06-241-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+4
* tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla2016-05-191-27/+34
* tmpfs: preliminary minor tidyupsHugh Dickins2016-05-191-43/+26