summaryrefslogtreecommitdiff
path: root/mm/msync.c
AgeCommit message (Expand)Author
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-05add a vfs_fsync helperChristoph Hellwig
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2006-09-26[PATCH] mm: msync() cleanupPeter Zijlstra
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe
2006-03-24The comment describing how MS_ASYNC works in msync.c is confusingAmos Waterland
2006-03-24[PATCH] msync(): use do_fsync()Andrew Morton
2006-03-24[PATCH] msync: fix return valueAndrew Morton
2006-03-24[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingAndrew Morton
2006-03-24[PATCH] msync(): perform dirty page levellingAndrew Morton
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-10-29[PATCH] mm: msync_pte_range progressHugh Dickins
2005-10-29[PATCH] mm/msync.c cleanupOGAWA Hirofumi
2005-06-21[PATCH] msync: check pte dirty earlierAbhijit Karmarkar
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins
2005-03-13[PATCH] ptwalk: sync_page_rangeHugh Dickins
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins
2005-01-07[PATCH] sched: mm: fix scheduling latencies in filemap_sync()Ingo Molnar
2005-01-04[PATCH] msync(): set PF_SYNCWRITEAndrew Morton
2005-01-04[PATCH] Reduce i_sem usage during file sync operationsAndrew Morton
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-06-02[PATCH] hugetlbpage msync() fixAndrew Morton
2004-01-18[PATCH] s390: superflous flush_tlb_range calls.Andrew Morton
2004-01-18[PATCH] s390: physical dirty/referenced bits.Andrew Morton
2004-01-18[PATCH] s390: tlb flush optimization.Andrew Morton
2004-01-18[PATCH] bdev: use correct mapping's i_semAndrew Morton
2003-04-08[PATCH] Make msync(MS_ASYNC) no longer start the I/OAndrew Morton
2002-10-31[PATCH] uninline some things in mm/*.cAndrew Morton
2002-10-15[PATCH] make filemap_sync staticAndrew Morton
2002-10-13[PATCH] msync correctness fixesAndrew Morton
2002-08-30[PATCH] writeback correctness and efficiency changesAndrew Morton
2002-07-14[PATCH] error code for msync()Hirofumi Ogawa
2002-06-17[PATCH] msync(bad address) should return -ENOMEMAndrew Morton
2002-05-03[PATCH] 2.5.13: remove VALID_PAGERoman Zippel
2002-04-29[PATCH] page writeback locking updateAndrew Morton
2002-03-24Break an include loop by moving cache flushing routines fromRichard Henderson
2002-03-07msync cleanupsLinus Torvalds
2002-03-07Split out "msync" logic into a file of its own. No actual codeLinus Torvalds