aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: pohmelfs: kconfig/makefile and vfs changes.Evgeniy Polyakov2009-04-031-0/+2
* CacheFiles: Permit the page lock state to be monitoredDavid Howells2009-04-031-0/+18
* FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-0/+3
* x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar2009-03-021-7/+4
* x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar2009-02-251-4/+6
* [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-141-1/+8
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-1/+1
* memcg: revert gfp mask fixKAMEZAWA Hiroyuki2009-01-081-1/+1
* mm: pagecache gfp flags fixNick Piggin2009-01-061-2/+9
* mm: direct IO starvation improvementNick Piggin2009-01-061-11/+5
* mm: write_cache_pages integrity fixNick Piggin2009-01-061-1/+1
* mm: don't mark_page_accessed in fault pathNick Piggin2009-01-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-051-1/+1
|\
| * kill suid bit only for regular filesDmitri Monakhov2009-01-051-1/+1
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-041-4/+9
|/
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-238/+4
* memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki2008-10-201-1/+1
* mm: page lock use lock bitopsNick Piggin2008-10-201-8/+5
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-3/+19
* Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-7/+8
|\
| * do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsOleg Nesterov2008-10-141-7/+8
* | mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar2008-10-161-2/+1
|/
* VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2008-09-021-2/+9
* mm: rename page trylockNick Piggin2008-08-041-6/+6
* Fix off-by-one error in iov_iter_advance()Linus Torvalds2008-07-301-1/+1
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-2/+12
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-3/+4
* mm: spinlock tree_lockNick Piggin2008-07-261-5/+5
* mm: lockless pagecacheNick Piggin2008-07-261-45/+134
* mm: speculative page referencesNick Piggin2008-07-261-14/+18
* memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki2008-07-251-3/+3
* jbd: fix race between free buffer and commit transactionMingming Cao2008-07-251-2/+1
* generic_file_aio_read() cleanupsHugh Dickins2008-07-241-23/+19
* kill generic_file_direct_IO()Christoph Hellwig2008-07-241-66/+51
* vfs: export filemap_fdatawrite_range()Jan Kara2008-07-111-1/+2
* mm: fix infinite loop in filemap_faultMiklos Szeredi2008-05-141-0/+5
* vfs: splice remove_suid() cleanupMiklos Szeredi2008-05-071-1/+1
* mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-281-4/+6
* mm: fix various kernel-doc commentsRandy Dunlap2008-03-191-3/+17
* iov_iter_advance() fixNick Piggin2008-03-101-12/+10
* Do not include linux/backing-dev.h twiceJesper Juhl2008-03-091-1/+0
* remove final fastcall usersHarvey Harrison2008-02-131-1/+1
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-13/+5
* Use pgoff_t instead of unsigned longJan Kara2008-02-081-1/+1
* mem-controller gfp-mask fixBadari Pulavarty2008-02-071-1/+2
* memory controller BUG_ON()Balbir Singh2008-02-071-7/+6
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-1/+1
* Memory controller: add switch to control what type of pages to limitBalbir Singh2008-02-071-1/+1
* Memory controller: memory accountingBalbir Singh2008-02-071-1/+11
* mm: remove fastcall from mm/Harvey Harrison2008-02-051-5/+5