aboutsummaryrefslogtreecommitdiff
path: root/mm/msync.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm/msync: use vma_find() instead of vma linked listGravatar Liam R. Howlett 1-1/+1
2021-04-30mm/msync: exit early when the flags is an MS_ASYNC and start < vm_startGravatar Nikita Ermakov 1-1/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2019-09-25mm: untag user pointers passed to memory syscallsGravatar Andrey Konovalov 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-11-05mm/msync: use offset_in_page macroGravatar Alexander Kuleshov 1-1/+1
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Gravatar Kirill A. Shutemov 1-4/+1
2014-07-03msync: fix incorrect fstart calculationGravatar Namjae Jeon 1-1/+2
2014-06-04mm/msync.c: sync only the requested range in msync()Gravatar Matthew Wilcox 1-1/+7
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-1/+1
2009-01-05add a vfs_fsync helperGravatar Christoph Hellwig 1-1/+1
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2006-09-26[PATCH] mm: msync() cleanupGravatar Peter Zijlstra 1-163/+33
2006-06-23[PATCH] Kill PF_SYNCWRITE flagGravatar Jens Axboe 1-3/+0
2006-03-24The comment describing how MS_ASYNC works in msync.c is confusingGravatar Amos Waterland 1-1/+1
2006-03-24[PATCH] msync(): use do_fsync()Gravatar Andrew Morton 1-15/+2
2006-03-24[PATCH] msync: fix return valueGravatar Andrew Morton 1-7/+7
2006-03-24[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingGravatar Andrew Morton 1-23/+26
2006-03-24[PATCH] msync(): perform dirty page levellingGravatar Andrew Morton 1-32/+61
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-1/+1
2005-11-28mm: re-architect the VM_UNPAGED logicGravatar Linus Torvalds 1-9/+3
2005-11-22[PATCH] unpaged: VM_UNPAGEDGravatar Hugh Dickins 1-2/+2
2005-10-29[PATCH] mm: pte_offset_map_lock loopsGravatar Hugh Dickins 1-15/+6
2005-10-29[PATCH] core remove PageReservedGravatar Nick Piggin 1-7/+10
2005-10-29[PATCH] mm: msync_pte_range progressGravatar Hugh Dickins 1-24/+14
2005-10-29[PATCH] mm/msync.c cleanupGravatar OGAWA Hirofumi 1-14/+14
2005-06-21[PATCH] msync: check pte dirty earlierGravatar Abhijit Karmarkar 1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+236