summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2008-05-14mm: fix infinite loop in filemap_faultMiklos Szeredi-0/+5
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi-1/+1
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi-4/+6
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap-3/+17
2008-03-10iov_iter_advance() fixNick Piggin-12/+10
2008-03-09Do not include linux/backing-dev.h twiceJesper Juhl-1/+0
2008-02-13remove final fastcall usersHarvey Harrison-1/+1
2008-02-08kill do_generic_mapping_readChristoph Hellwig-13/+5
2008-02-08Use pgoff_t instead of unsigned longJan Kara-1/+1
2008-02-07mem-controller gfp-mask fixBadari Pulavarty-1/+2
2008-02-07memory controller BUG_ON()Balbir Singh-7/+6
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh-1/+1
2008-02-07Memory controller: add switch to control what type of pages to limitBalbir Singh-1/+1
2008-02-07Memory controller: memory accountingBalbir Singh-1/+11
2008-02-05mm: remove fastcall from mm/Harvey Harrison-5/+5
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin-1/+0
2008-02-03fix writev regression: pan hanging unkillable and un-straceableNick Piggin-2/+6
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+21
2007-12-19Do dirty page accounting when removing a page from the page cacheLinus Torvalds-0/+12
2007-12-06Use lock_page_killableMatthew Wilcox-4/+7
2007-12-06Add lock_page_killableMatthew Wilcox-0/+14
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds-11/+2
2007-10-30dio: fix cache invalidation after sync writesZach Brown-10/+6
2007-10-29Fix a build error when BLOCK=nEmil Medve-0/+1
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap-1/+1
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds-0/+1
2007-10-17Implement file posix capabilitiesSerge E. Hallyn-4/+10
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin-0/+1
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin-12/+4
2007-10-16fs: new cont helpersNick Piggin-0/+5
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin-2/+9
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin-27/+223
2007-10-16mm: buffered write iteratorNick Piggin-27/+117
2007-10-16mm: fix pagecache write deadlocksNick Piggin-19/+103
2007-10-16mm: write iovec cleanupNick Piggin-26/+10
2007-10-16mm: buffered write cleanupNick Piggin-88/+55
2007-10-16mm: trim more holesNick Piggin-40/+40
2007-10-16mm: debug write deadlocksNick Piggin-0/+2
2007-10-16mm: clean up buffered write codeAndrew Morton-17/+18
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton-11/+7
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme...Andrew Morton-8/+1
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin-19/+13
2007-10-16mm: improve find_lock_pageNick Piggin-4/+5
2007-10-16filemap: convert some unsigned long to pgoff_tFengguang Wu-16/+16
2007-10-16filemap: trivial code cleanupsFengguang Wu-3/+0
2007-10-16readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu-11/+9
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu-6/+7
2007-10-16readahead: mmap read-around simplificationFengguang Wu-2/+2
2007-10-08fix page release issue in filemap_faultYan Zheng-0/+1
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-20/+0