summaryrefslogtreecommitdiffstats
path: root/fs/ext2/xip.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox1-15/+0
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox1-12/+0
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-45/+0
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-14/+0
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-18/+13
2013-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara1-0/+1
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro1-2/+0
2009-12-10ext2: Unify log messages in ext2Alexey Fisher1-2/+3
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-0/+1
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28xip: support non-struct page backed memoryNick Piggin1-22/+15
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-10/+14
2005-07-27[PATCH] fix xip sparse file handling in ext2Carsten Otte1-1/+1
2005-07-15[PATCH] execute-in-place fixesCarsten Otte1-34/+47
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte1-0/+80