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