aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap_xip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-1/+1
2013-04-09lift sb_start_write() out of ->write()Al Viro1-3/+0
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-1/+3
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-2/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+2
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-2/+3
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara1-0/+1
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-02-03mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte1-1/+6
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-02mm: do_xip_mapping_read: fix length calculationMartin Schwidefsky1-2/+2
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-1/+1
2008-08-20mm: xip/ext2 fix block allocation raceNick Piggin1-1/+4
2008-08-20mm: xip fix fault vs sparse page invalidate raceNick Piggin1-14/+46
2008-08-20mm: dirty page tracking race fixNick Piggin1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-1/+2
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-04-28xip: support non-struct page backed memoryNick Piggin1-100/+100
2008-02-08Use pgoff_t instead of unsigned longJan Kara1-1/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-1/+1
2008-01-08xip: fix get_zeroed_page with __GFP_HIGHMEMAkinobu Mita1-4/+5
2007-12-05mm: fix XIP file writesNick Piggin1-1/+1
2007-10-16mm: write iovec cleanupNick Piggin1-10/+7
2007-07-19mm: fault feedback #2Nick Piggin1-1/+1
2007-07-19mm: fault feedback #1Nick Piggin1-23/+14
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-24/+30
2007-07-10xip sendfile removalCarsten Otte1-22/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-6/+1
2007-03-29[PATCH] mm: fix xip issue with /dev/zeroCarsten Otte1-11/+37
2007-01-30[PATCH] mm: mremap correct rmap accountingHugh Dickins1-2/+2
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-1/+1
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-8/+4
2005-10-29[PATCH] mm: xip_unmap ZERO_PAGE fixHugh Dickins1-1/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin1-3/+8
2005-07-15[PATCH] execute-in-place fixesCarsten Otte1-15/+8
2005-07-12[PATCH] mm/filemap_xip.c compilation fixGeert Uytterhoeven1-1/+1
2005-06-24[PATCH] xip: reduce code duplicationCarsten Otte1-190/+56
2005-06-24[PATCH] xip: fs/mm: execute in placeCarsten Otte1-0/+581