aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs/file-nommu.c
Commit message (Expand)AuthorAgeFilesLines
* ramfs: enable splice writeOctavian Purdila2008-07-041-0/+1
* implement simple fs aopsNick Piggin2007-10-161-2/+2
* NOMMU: Fix SYSV IPC SHMDavid Howells2007-07-311-1/+6
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* RAMFS NOMMU: missed POSIX UID/GID inode attribute checkingBryan Wu2007-06-071-0/+5
* a bug in ramfs_nommu_resize function, passing old size to vmtruncateBryan Wu2007-05-301-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] convert ramfs to use __set_page_dirty_no_writebackKen Chen2007-02-111-1/+1
* [PATCH] ramfs breaks without CONFIG_BLOCKDimitri Gorokhovik2006-12-301-1/+3
* [PATCH] struct path: convert ramfsJosef Sipek2006-12-081-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] NOMMU: Fix execution off of ramfs with mmap()David Howells2006-07-101-2/+2
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] mm: nommu use compound pagesNick Piggin2006-03-221-2/+1
* [PATCH] NOMMU: Provide shared-writable mmap support on ramfsDavid Howells2006-01-061-0/+292