summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin2008-02-051-1/+0
* fix writev regression: pan hanging unkillable and un-straceableNick Piggin2008-02-031-2/+6
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+21
|\
| * Use lock_page_killableMatthew Wilcox2007-12-061-4/+7
| * Add lock_page_killableMatthew Wilcox2007-12-061-0/+14
* | Do dirty page accounting when removing a page from the page cacheLinus Torvalds2007-12-191-0/+12
|/
* Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
* Fix a build error when BLOCK=nEmil Medve2007-10-291-0/+1
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-1/+1
* Include <linux/backing-dev.h> in mm/filemap.cLinus Torvalds2007-10-181-0/+1
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-4/+10
* mm: document tree_lock->zone.lock lockorderNick Piggin2007-10-171-0/+1
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-161-12/+4
* fs: new cont helpersNick Piggin2007-10-161-0/+5
* mm: restore KERNEL_DS optimisationsNick Piggin2007-10-161-2/+9
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-27/+223
* mm: buffered write iteratorNick Piggin2007-10-161-27/+117
* mm: fix pagecache write deadlocksNick Piggin2007-10-161-19/+103
* mm: write iovec cleanupNick Piggin2007-10-161-26/+10
* mm: buffered write cleanupNick Piggin2007-10-161-88/+55
* mm: trim more holesNick Piggin2007-10-161-40/+40
* mm: debug write deadlocksNick Piggin2007-10-161-0/+2
* mm: clean up buffered write codeAndrew Morton2007-10-161-17/+18
* Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"Andrew Morton2007-10-161-11/+7
* Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme...Andrew Morton2007-10-161-8/+1
* mm: revert KERNEL_DS buffered write optimisationNick Piggin2007-10-161-19/+13
* mm: improve find_lock_pageNick Piggin2007-10-161-4/+5
* filemap: convert some unsigned long to pgoff_tFengguang Wu2007-10-161-16/+16
* filemap: trivial code cleanupsFengguang Wu2007-10-161-3/+0
* readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu2007-10-161-11/+9
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-161-6/+7
* readahead: mmap read-around simplificationFengguang Wu2007-10-161-2/+2
* fix page release issue in filemap_faultYan Zheng2007-10-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-08-111-20/+0
|\