summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-08kill do_generic_mapping_readChristoph Hellwig
2008-02-08Use pgoff_t instead of unsigned longJan Kara
2008-02-07mem-controller gfp-mask fixBadari Pulavarty
2008-02-07memory controller BUG_ON()Balbir Singh
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh
2008-02-07Memory controller: add switch to control what type of pages to limitBalbir Singh
2008-02-07Memory controller: memory accountingBalbir Singh
2008-02-05mm: remove fastcall from mm/Harvey Harrison
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin
2008-02-03fix writev regression: pan hanging unkillable and un-straceableNick Piggin
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2007-12-19Do dirty page accounting when removing a page from the page cacheLinus Torvalds
2007-12-06Use lock_page_killableMatthew Wilcox
2007-12-06Add lock_page_killableMatthew Wilcox
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds
2007-10-30dio: fix cache invalidation after sync writesZach Brown
2007-10-29Fix a build error when BLOCK=nEmil Medve
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap
2007-10-18Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17mm: document tree_lock->zone.lock lockorderNick Piggin
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16mm: restore KERNEL_DS optimisationsNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16mm: buffered write iteratorNick Piggin
2007-10-16mm: fix pagecache write deadlocksNick Piggin
2007-10-16mm: write iovec cleanupNick Piggin
2007-10-16mm: buffered write cleanupNick Piggin
2007-10-16mm: trim more holesNick Piggin
2007-10-16mm: debug write deadlocksNick Piggin
2007-10-16mm: clean up buffered write codeAndrew Morton
2007-10-16Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton
2007-10-16Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme...Andrew Morton
2007-10-16mm: revert KERNEL_DS buffered write optimisationNick Piggin
2007-10-16mm: improve find_lock_pageNick Piggin
2007-10-16filemap: convert some unsigned long to pgoff_tFengguang Wu
2007-10-16filemap: trivial code cleanupsFengguang Wu
2007-10-16readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu
2007-10-16readahead: mmap read-around simplificationFengguang Wu
2007-10-08fix page release issue in filemap_faultYan Zheng
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2007-08-11readahead: docbook fixStephen Hemminger
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk
2007-07-31fix filemap.c kernel-docRandy Dunlap
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell
2007-07-19readahead: convert filemap invocationsFengguang Wu
2007-07-19mm: fault feedback #2Nick Piggin