summaryrefslogtreecommitdiffstats
path: root/mm/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-201-0/+4
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi2008-09-021-2/+2
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* mm: dont clear PG_uptodate on truncate/invalidateMiklos Szeredi2008-08-021-2/+0
* mm: spinlock tree_lockNick Piggin2008-07-261-3/+3
* fix invalidate_inode_pages2_range() to not clear retHisashi Hifumi2008-04-281-3/+8
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-2/+1
* page migraton: handle orphaned pagesShaohua Li2008-02-051-1/+1
* Fix dirty page accounting leak with ext3 data=journalBjorn Steinbrink2008-02-051-2/+2
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-1/+1
* do_invalidatepage() comment typo fixFengguang Wu2008-02-031-1/+1
* Drop some headers from mm.hAlexey Dobriyan2007-10-171-0/+1
* mm: count reclaimable pages per BDIPeter Zijlstra2007-10-171-0/+2
* mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-1/+1
* mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-191-1/+12
* fs: introduce some page/buffer invariantsNick Piggin2007-07-171-1/+1
* invalidate_mapping_pages(): add cond_reschedAndrew Morton2007-07-161-15/+23
* vmscan: fix comments related to shrink_list()Anderson Briglia2007-07-161-2/+2
* fs: convert core functions to zero_user_pageNate Diller2007-05-091-1/+2
* [PATCH] VM: invalidate_inode_pages2_range() should not exit earlyTrond Myklebust2007-03-011-2/+2
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-2/+2
* [PATCH] Export invalidate_mapping_pages() to modulesAnton Altaparmakov2007-02-111-6/+1
* [PATCH] MM: Remove [PATCH] invalidate_inode_pages2_range() debugTrond Myklebust2007-01-261-1/+0
* Resurrect 'try_to_free_buffers()' VM hackeryLinus Torvalds2007-01-261-7/+14
* [PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust2007-01-111-1/+11
* Clean up and export cancel_dirty_page() to modulesLinus Torvalds2006-12-231-4/+8
* [PATCH] truncate: dirty memory accounting fixAndrew Morton2006-12-221-1/+2
* [PATCH] truncate: clear page dirtiness before running try_to_free_buffers()Andrew Morton2006-12-211-4/+5
* VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds2006-12-211-8/+17
* [PATCH] io-accounting: write-cancel accountingAndrew Morton2006-12-101-1/+3
* [PATCH] invalidate: remove_mapping() fixAndrew Morton2006-10-171-1/+0
* [PATCH] VM: Fix the gfp_mask in invalidate_complete_page2Trond Myklebust2006-10-111-1/+1
* [PATCH] invalidate_inode_pages2_range() debugAndrew Morton2006-10-111-0/+1
* [PATCH] invalidate_inode_pages2(): ignore page refcountsAndrew Morton2006-10-011-2/+32
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+2
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+24
* [PATCH] page invalidation cleanupNick Piggin2006-09-271-17/+8
* [PATCH] invalidate_complete_page() race fixAndrew Morton2006-09-081-4/+7
* [PATCH] Remove semi-softlockup from invalidate_mapping_pagesNeilBrown2006-06-231-6/+16
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-1/+1
* [PATCH] drop-pagecacheAndrew Morton2006-01-081-1/+0
* [PATCH] reiser4: vfs: add truncate_inode_pages_range()Hans Reiser2006-01-061-7/+37
* [PATCH] 32bit integer overflow in invalidate_inode_pages2()Oleg Drokin2005-11-231-3/+3
* [PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara2005-10-301-10/+1
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+336