aboutsummaryrefslogtreecommitdiffstats
path: root/fs/romfs/mmap-nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11make new_sync_{read,write}() staticAl Viro1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-0/+10
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2013-04-29romfs: fix nommu map length to keep inside filesystemGreg Ungerer1-1/+4
2012-01-09romfs: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-15/+13
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy1-1/+1
2011-06-27romfs: fix romfs_get_unmapped_area() argument checkBob Liu1-2/+6
2009-03-24NOMMU: Make it possible for RomFS to use MTD devices directlyDavid Howells1-0/+75