summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] dio: invalidate clean pages before dio writeZach Brown2007-03-161-11/+35
* [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ...NeilBrown2007-02-161-13/+19
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-2/+2
* [PATCH] mm: remove find_trylock_pageNick Piggin2007-02-091-20/+0
* [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2006-12-101-6/+3
* [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] grab swap token reorderedAshwin Chaugule2006-12-071-1/+0
* [PATCH] Export should_remove_suid()Mark Fasheh2006-12-011-0/+1
* [PATCH] mm: clean up pagecache allocationNick Piggin2006-10-281-18/+6
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-211-8/+22
|\
| * [PATCH] Add lockless helpers for remove_suid()Jens Axboe2006-10-191-8/+22
* | [PATCH] mm: more commenting on lock orderingNick Piggin2006-10-201-2/+2
* | [PATCH] direct-io: sync and invalidate file region when falling back to buffe...Jeff Moyer2006-10-201-6/+45
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds2006-10-041-2/+4
|\
| * Merge branch 'master' into gfs2Steven Whitehouse2006-10-021-133/+53
| |\
| * \ Merge branch 'master' into gfs2Steven Whitehouse2006-09-281-4/+21
| |\ \
| * | | [GFS2] Fix typo in last patchSteven Whitehouse2006-09-271-1/+1
| * | | [GFS2] Fix direct i/o logic in filemap.cSteven Whitehouse2006-09-271-2/+3
| * | | Merge branch 'master'Steven Whitehouse2006-07-311-2/+0
| |\ \ \
| * | | | [GFS2] Alter direct I/O pathSteven Whitehouse2006-07-251-2/+2
| * | | | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse2006-07-031-78/+179
| |\ \ \ \
| * | | | | [GFS2] Make file_read_actor export _GPLSteven Whitehouse2006-06-211-1/+1
| * | | | | Merge branch 'master'Steven Whitehouse2006-05-121-0/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master'Steven Whitehouse2006-03-311-6/+37
| |\ \ \ \ \ \
| * | | | | | | [GFS2] Export file_read_actorSteven Whitehouse2006-01-301-0/+1
* | | | | | | | [PATCH] mm: fix in kerneldocHenrik Kretzschmar2006-10-041-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-83/+4
* | | | | | | [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-36/+0
* | | | | | | [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-19/+20
* | | | | | | [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+4
* | | | | | | [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+30
* | | | | | | [PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke2006-09-291-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | [PATCH] update some mm/ commentsNick Piggin2006-09-261-4/+4
* | | | | | [PATCH] mm: non syncing lock_page()Nick Piggin2006-09-261-0/+17
| |_|_|_|/ |/| | | |
* | | | | [PATCH] MM: Remove rogue readahead printkAndi Kleen2006-07-291-2/+0
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-301-1/+0
|\ \ \ \
| * | | | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* | | | | [PATCH] Light weight event countersChristoph Lameter2006-06-301-2/+2
* | | | | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-2/+2
|/ / / /
* | | | [PATCH] generic_file_buffered_write(): handle zero-length iovec segmentsAndrew Morton2006-06-291-1/+8
* | | | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-2/+2
* | | | [PATCH] generic_file_buffered_write(): deadlock on vectored writeVladimir V. Saveliev2006-06-271-7/+11
* | | | [PATCH] readahead: backoff on I/O errorWu Fengguang2006-06-251-0/+28
* | | | [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown2006-06-251-6/+2
* | | | [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-231-2/+2
* | | | [PATCH] kernel-doc for mm/filemap.cRandy Dunlap2006-06-231-53/+120
* | | | [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-231-3/+3
| |_|/ |/| |
* | | [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()Jens Axboe2006-04-271-0/+32
| |/ |/|
* | [PATCH] fadvise(): write commandsAndrew Morton2006-03-241-5/+5
* | [PATCH] filemap_fdatawrite_range() api: clarify -end parameterAndrew Morton2006-03-241-1/+7
OpenPOWER on IntegriCloud