| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-02-07 | mem-controller gfp-mask fix | Badari Pulavarty | 1 | -1/+2 |
| 2008-02-07 | memory controller BUG_ON() | Balbir Singh | 1 | -7/+6 |
| 2008-02-07 | Memory controller: make charging gfp mask aware | Balbir Singh | 1 | -1/+1 |
| 2008-02-07 | Memory controller: add switch to control what type of pages to limit | Balbir Singh | 1 | -1/+1 |
| 2008-02-07 | Memory controller: memory accounting | Balbir Singh | 1 | -1/+11 |
| 2008-02-05 | mm: remove fastcall from mm/ | Harvey Harrison | 1 | -5/+5 |
| 2008-02-05 | radix-tree: avoid atomic allocations for preloaded insertions | Nick Piggin | 1 | -1/+0 |
| 2008-02-03 | fix writev regression: pan hanging unkillable and un-straceable | Nick Piggin | 1 | -2/+6 |
| 2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+21 |
| 2007-12-19 | Do dirty page accounting when removing a page from the page cache | Linus Torvalds | 1 | -0/+12 |
| 2007-12-06 | Use lock_page_killable | Matthew Wilcox | 1 | -4/+7 |
| 2007-12-06 | Add lock_page_killable | Matthew Wilcox | 1 | -0/+14 |
| 2007-10-31 | Remove broken ptrace() special-case code from file mapping | Linus Torvalds | 1 | -11/+2 |
| 2007-10-30 | dio: fix cache invalidation after sync writes | Zach Brown | 1 | -10/+6 |
| 2007-10-29 | Fix a build error when BLOCK=n | Emil Medve | 1 | -0/+1 |
| 2007-10-19 | kernel-api docbook: fix content problems | Randy Dunlap | 1 | -1/+1 |
| 2007-10-18 | Include <linux/backing-dev.h> in mm/filemap.c | Linus Torvalds | 1 | -0/+1 |
| 2007-10-17 | Implement file posix capabilities | Serge E. Hallyn | 1 | -4/+10 |
| 2007-10-17 | mm: document tree_lock->zone.lock lockorder | Nick Piggin | 1 | -0/+1 |
| 2007-10-16 | fs: remove some AOP_TRUNCATED_PAGE | Nick Piggin | 1 | -12/+4 |
| 2007-10-16 | fs: new cont helpers | Nick Piggin | 1 | -0/+5 |
| 2007-10-16 | mm: restore KERNEL_DS optimisations | Nick Piggin | 1 | -2/+9 |
| 2007-10-16 | fs: introduce write_begin, write_end, and perform_write aops | Nick Piggin | 1 | -27/+223 |
| 2007-10-16 | mm: buffered write iterator | Nick Piggin | 1 | -27/+117 |
| 2007-10-16 | mm: fix pagecache write deadlocks | Nick Piggin | 1 | -19/+103 |
| 2007-10-16 | mm: write iovec cleanup | Nick Piggin | 1 | -26/+10 |
| 2007-10-16 | mm: buffered write cleanup | Nick Piggin | 1 | -88/+55 |
| 2007-10-16 | mm: trim more holes | Nick Piggin | 1 | -40/+40 |
| 2007-10-16 | mm: debug write deadlocks | Nick Piggin | 1 | -0/+2 |
| 2007-10-16 | mm: clean up buffered write code | Andrew Morton | 1 | -17/+18 |
| 2007-10-16 | Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write" | Andrew Morton | 1 | -11/+7 |
| 2007-10-16 | Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segme... | Andrew Morton | 1 | -8/+1 |
| 2007-10-16 | mm: revert KERNEL_DS buffered write optimisation | Nick Piggin | 1 | -19/+13 |
| 2007-10-16 | mm: improve find_lock_page | Nick Piggin | 1 | -4/+5 |
| 2007-10-16 | filemap: convert some unsigned long to pgoff_t | Fengguang Wu | 1 | -16/+16 |
| 2007-10-16 | filemap: trivial code cleanups | Fengguang Wu | 1 | -3/+0 |
| 2007-10-16 | readahead: remove the local copy of ra in do_generic_mapping_read() | Fengguang Wu | 1 | -11/+9 |
| 2007-10-16 | readahead: combine file_ra_state.prev_index/prev_offset into prev_pos | Fengguang Wu | 1 | -6/+7 |
| 2007-10-16 | readahead: mmap read-around simplification | Fengguang Wu | 1 | -2/+2 |
| 2007-10-08 | fix page release issue in filemap_fault | Yan Zheng | 1 | -0/+1 |
| 2007-08-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -20/+0 |
| 2007-08-11 | readahead: docbook fix | Stephen Hemminger | 1 | -1/+1 |
| 2007-08-11 | [PATCH] remove mm/filemap.c:file_send_actor() | Adrian Bunk | 1 | -20/+0 |
| 2007-07-31 | fix filemap.c kernel-doc | Randy Dunlap | 1 | -1/+1 |
| 2007-07-19 | readahead: split ondemand readahead interface into two functions | Rusty Russell | 1 | -5/+5 |
| 2007-07-19 | readahead: convert filemap invocations | Fengguang Wu | 1 | -20/+31 |
| 2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -4/+2 |
| 2007-07-19 | mm: fault feedback #1 | Nick Piggin | 1 | -224/+25 |
| 2007-07-19 | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 1 | -36/+58 |
| 2007-07-19 | mm: fix fault vs invalidate race for linear mappings | Nick Piggin | 1 | -33/+20 |
| 2007-07-17 | Fix read/truncate race | NeilBrown | 1 | -44/+28 |
| 2007-07-16 | Only send SIGXFSZ when exceeding rlimits. | Micah Cowan | 1 | -2/+0 |
| 2007-07-16 | NeilBrown <neilb@suse.de> | akpm@linux-foundation.org | 1 | -0/+2 |
| 2007-07-16 | mm: debug check for the fault vs invalidate race | Nick Piggin | 1 | -0/+1 |
| 2007-07-10 | sendfile: kill generic_file_sendfile() | Jens Axboe | 1 | -20/+0 |
| 2007-07-08 | mm: double mark_page_accessed() in read_cache_page_async() | Peter Zijlstra | 1 | -1/+0 |
| 2007-05-16 | Fix: find_or_create_page skips cpuset memory spreading. | Christoph Lameter | 1 | -1/+2 |
| 2007-05-09 | Fix a bad error case handling in read_cache_page_async() | David Howells | 1 | -3/+3 |
| 2007-05-09 | AFS: export a couple of core functions for AFS write support | David Howells | 1 | -0/+2 |
| 2007-05-08 | Remove do_sync_file_range() | Mark Fasheh | 1 | -4/+4 |
| 2007-05-08 | mm: move common segment checks to separate helper function | Dmitriy Monakhov | 1 | -37/+45 |
| 2007-05-07 | readahead: code cleanup | Jan Kara | 1 | -3/+4 |
| 2007-05-07 | readahead: improve heuristic detecting sequential reads | Jan Kara | 1 | -3/+6 |
| 2007-05-07 | mm: simplify filemap_nopage | Nick Piggin | 1 | -24/+0 |
| 2007-05-07 | mm: make read_cache_page synchronous | Nick Piggin | 1 | -11/+38 |
| 2007-03-16 | [PATCH] dio: invalidate clean pages before dio write | Zach Brown | 1 | -11/+35 |
| 2007-02-16 | [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ... | NeilBrown | 1 | -13/+19 |
| 2007-02-11 | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 1 | -2/+2 |
| 2007-02-09 | [PATCH] mm: remove find_trylock_page | Nick Piggin | 1 | -20/+0 |
| 2006-12-10 | [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED | Zach Brown | 1 | -6/+3 |
| 2006-12-08 | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -1/+1 |
| 2006-12-07 | [PATCH] grab swap token reordered | Ashwin Chaugule | 1 | -1/+0 |
| 2006-12-01 | [PATCH] Export should_remove_suid() | Mark Fasheh | 1 | -0/+1 |
| 2006-10-28 | [PATCH] mm: clean up pagecache allocation | Nick Piggin | 1 | -18/+6 |
| 2006-10-21 | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -8/+22 |
| 2006-10-20 | [PATCH] mm: more commenting on lock ordering | Nick Piggin | 1 | -2/+2 |
| 2006-10-20 | [PATCH] direct-io: sync and invalidate file region when falling back to buffe... | Jeff Moyer | 1 | -6/+45 |
| 2006-10-19 | [PATCH] Add lockless helpers for remove_suid() | Jens Axboe | 1 | -8/+22 |
| 2006-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 | Linus Torvalds | 1 | -2/+4 |
| 2006-10-04 | [PATCH] mm: fix in kerneldoc | Henrik Kretzschmar | 1 | -2/+2 |
| 2006-10-02 | Merge branch 'master' into gfs2 | Steven Whitehouse | 1 | -133/+53 |
| 2006-10-01 | [PATCH] Streamline generic_file_* interfaces and filemap cleanups | Badari Pulavarty | 1 | -83/+4 |
| 2006-10-01 | [PATCH] Remove readv/writev methods and use aio_read/aio_write instead | Badari Pulavarty | 1 | -36/+0 |
| 2006-10-01 | [PATCH] Vectorize aio_read/aio_write fileop methods | Badari Pulavarty | 1 | -19/+20 |
| 2006-09-30 | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 1 | -0/+4 |
| 2006-09-30 | [PATCH] BLOCK: Move functions out of buffer code [try #6] | David Howells | 1 | -0/+30 |
| 2006-09-29 | [PATCH] mm: make filemap_nopage use NOPAGE_SIGBUS | Adam Litke | 1 | -3/+3 |
| 2006-09-28 | Merge branch 'master' into gfs2 | Steven Whitehouse | 1 | -4/+21 |
| 2006-09-27 | [GFS2] Fix typo in last patch | Steven Whitehouse | 1 | -1/+1 |
| 2006-09-27 | [GFS2] Fix direct i/o logic in filemap.c | Steven Whitehouse | 1 | -2/+3 |
| 2006-09-26 | [PATCH] update some mm/ comments | Nick Piggin | 1 | -4/+4 |
| 2006-09-26 | [PATCH] mm: non syncing lock_page() | Nick Piggin | 1 | -0/+17 |
| 2006-07-31 | Merge branch 'master' | Steven Whitehouse | 1 | -2/+0 |
| 2006-07-29 | [PATCH] MM: Remove rogue readahead printk | Andi Kleen | 1 | -2/+0 |
| 2006-07-25 | [GFS2] Alter direct I/O path | Steven Whitehouse | 1 | -2/+2 |
| 2006-07-03 | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steven Whitehouse | 1 | -78/+179 |
| 2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+0 |
| 2006-06-30 | [PATCH] Light weight event counters | Christoph Lameter | 1 | -2/+2 |
| 2006-06-30 | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter | Christoph Lameter | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-29 | [PATCH] generic_file_buffered_write(): handle zero-length iovec segments | Andrew Morton | 1 | -1/+8 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -2/+2 |
| 2006-06-27 | [PATCH] generic_file_buffered_write(): deadlock on vectored write | Vladimir V. Saveliev | 1 | -7/+11 |
| 2006-06-25 | [PATCH] readahead: backoff on I/O error | Wu Fengguang | 1 | -0/+28 |
| 2006-06-25 | [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes | NeilBrown | 1 | -6/+2 |
| 2006-06-23 | [PATCH] x86: cache pollution aware __copy_from_user_ll() | Hiro Yoshioka | 1 | -2/+2 |
| 2006-06-23 | [PATCH] kernel-doc for mm/filemap.c | Randy Dunlap | 1 | -53/+120 |
| 2006-06-23 | [PATCH] writeback: fix range handling | OGAWA Hirofumi | 1 | -3/+3 |
| 2006-06-21 | [GFS2] Make file_read_actor export _GPL | Steven Whitehouse | 1 | -1/+1 |
| 2006-05-12 | Merge branch 'master' | Steven Whitehouse | 1 | -0/+32 |
| 2006-04-27 | [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages() | Jens Axboe | 1 | -0/+32 |
| 2006-03-31 | Merge branch 'master' | Steven Whitehouse | 1 | -6/+37 |
| 2006-03-24 | [PATCH] fadvise(): write commands | Andrew Morton | 1 | -5/+5 |
| 2006-03-24 | [PATCH] filemap_fdatawrite_range() api: clarify -end parameter | Andrew Morton | 1 | -1/+7 |
| 2006-03-24 | [PATCH] cpuset memory spread page cache implementation and hooks | Paul Jackson | 1 | -0/+23 |
| 2006-03-22 | [PATCH] mm: make __put_page internal | Nick Piggin | 1 | -0/+2 |
| 2006-01-30 | [GFS2] Export file_read_actor | Steven Whitehouse | 1 | -0/+1 |
| 2006-01-18 | [PATCH] mm: migration page refcounting fix | Nick Piggin | 1 | -0/+1 |
| 2006-01-11 | [PATCH] move capable() to capability.h | Randy.Dunlap | 1 | -0/+1 |
| 2006-01-10 | [PATCH] replace inode_update_time with file_update_time | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -15/+15 |
| 2006-01-08 | [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) | OGAWA Hirofumi | 1 | -13/+27 |
| 2006-01-08 | [PATCH] export/change sync_page_range/_nolock() | OGAWA Hirofumi | 1 | -4/+4 |
| 2006-01-06 | [PATCH] find_lock_page(): call __lock_page() directly. | Nikita Danilov | 1 | -2/+3 |
| 2006-01-03 | [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE | Zach Brown | 1 | -23/+50 |
| 2005-11-14 | [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_t | Andi Kleen | 1 | -1/+1 |
| 2005-10-30 | [PATCH] fs: error case fix in __generic_file_aio_read | Tejun Heo | 1 | -2/+2 |
| 2005-10-29 | [PATCH] mm/filemap.c:filemap_populate(): move export. | Nikita Danilov | 1 | -1/+1 |
| 2005-10-29 | [PATCH] mm: update comments to pte lock | Hugh Dickins | 1 | -3/+3 |
| 2005-10-29 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -1/+1 |
| 2005-10-29 | [PATCH] mm: page fault handlers tidyup | Hugh Dickins | 1 | -1/+1 |
| 2005-10-28 | [PATCH] gfp_t: mm/* (easy parts) | Al Viro | 1 | -4/+4 |
| 2005-09-10 | [PATCH] mm/filemap.c: make two functions static | Adrian Bunk | 1 | -7/+10 |
| 2005-09-05 | [PATCH] shmem_populate: avoid an useless check, and some comments | Paolo 'Blaisorblade' Giarrusso | 1 | -0/+7 |
| 2005-09-05 | [PATCH] swap: swap_lock replace list+device | Hugh Dickins | 1 | -4/+3 |
| 2005-06-25 | [PATCH] fix for generic_file_write iov problem | Badari Pulavarty | 1 | -1/+3 |
| 2005-06-25 | [PATCH] Fix the error handling in direct I/O | Hifumi Hisashi | 1 | -2/+5 |
| 2005-06-24 | [PATCH] xip: fs/mm: execute in place | Carsten Otte | 1 | -72/+2 |
| 2005-06-23 | [PATCH] Remove f_error field from struct file | Christoph Lameter | 1 | -6/+0 |
| 2005-06-06 | [PATCH] broken fault_in_pages_readable call in generic_file_buffered_write() | Martin Schwidefsky | 1 | -1/+7 |
| 2005-05-21 | [PATCH] fix for __generic_file_aio_read() to return 0 on EOF | Suparna Bhattacharya | 1 | -1/+1 |
| 2005-05-05 | [PATCH] remove outdated comments from filemap.c | Christoph Hellwig | 1 | -5/+0 |
| 2005-05-01 | [PATCH] DocBook: fix some descriptions | Martin Waitz | 1 | -8/+9 |
| 2005-05-01 | [PATCH] Exterminate PAGE_BUG | Matt Mackall | 1 | -2/+1 |
| 2005-05-01 | [PATCH] sync_page() smp_mb() comment | William Lee Irwin III | 1 | -1/+19 |
| 2005-05-01 | [PATCH] generic_file_buffered_write fixes | akpm@osdl.org | 1 | -2/+4 |
| 2005-04-16 | [PATCH] filemap_getpage can block when MAP_NONBLOCK specified | Jeff Moyer | 1 | -1/+6 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+2306 |