aboutsummaryrefslogtreecommitdiff
path: root/fs/ramfs/file-nommu.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-26ramfs: Remove quota callGravatar Jan Kara 1-6/+0
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsGravatar Johannes Weiner 1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedGravatar Enrik Berkhan 1-0/+3
2009-01-08NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()Gravatar David Howells 1-11/+10
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-2/+2
2008-10-02mm: tiny-shmem nommu fixGravatar Nick Piggin 1-1/+1
2008-07-04ramfs: enable splice writeGravatar Octavian Purdila 1-0/+1
2007-10-16implement simple fs aopsGravatar Nick Piggin 1-2/+2
2007-07-31NOMMU: Fix SYSV IPC SHMGravatar David Howells 1-1/+6
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-06-07RAMFS NOMMU: missed POSIX UID/GID inode attribute checkingGravatar Bryan Wu 1-0/+5
2007-05-30a bug in ramfs_nommu_resize function, passing old size to vmtruncateGravatar Bryan Wu 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2007-02-11[PATCH] convert ramfs to use __set_page_dirty_no_writebackGravatar Ken Chen 1-1/+1
2006-12-30[PATCH] ramfs breaks without CONFIG_BLOCKGravatar Dimitri Gorokhovik 1-1/+3
2006-12-08[PATCH] struct path: convert ramfsGravatar Josef Sipek 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+4
2006-07-10[PATCH] NOMMU: Fix execution off of ramfs with mmap()Gravatar David Howells 1-2/+2
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-22[PATCH] mm: nommu use compound pagesGravatar Nick Piggin 1-2/+1
2006-01-06[PATCH] NOMMU: Provide shared-writable mmap support on ramfsGravatar David Howells 1-0/+292