summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2005-06-25[PATCH] fix for generic_file_write iov problemBadari Pulavarty
2005-06-25[PATCH] Fix the error handling in direct I/OHifumi Hisashi
2005-06-24[PATCH] xip: fs/mm: execute in placeCarsten Otte
2005-06-23[PATCH] Remove f_error field from struct fileChristoph Lameter
2005-06-06[PATCH] broken fault_in_pages_readable call in generic_file_buffered_write()Martin Schwidefsky
2005-05-21[PATCH] fix for __generic_file_aio_read() to return 0 on EOFSuparna Bhattacharya
2005-05-05[PATCH] remove outdated comments from filemap.cChristoph Hellwig
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall
2005-05-01[PATCH] sync_page() smp_mb() commentWilliam Lee Irwin III
2005-05-01[PATCH] generic_file_buffered_write fixesakpm@osdl.org
2005-04-16[PATCH] filemap_getpage can block when MAP_NONBLOCK specifiedJeff Moyer
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells
2005-03-28Merge whitespace and __nocast changesLinus Torvalds
2005-03-28[PATCH] unused 'size' assignment in filemap_nopageJeff Moyer
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-07[PATCH] readahead: improve sequential read detectionOleg Nesterov
2005-03-04[PATCH] make mapping->tree_lock an rwlockbill.irwin@oracle.com
2005-03-04[PATCH] only unmap what intersects a direct_IO opZach Brown
2005-03-04[PATCH] write and wait on range before direct io readZach Brown
2005-03-04[PATCH] invalidate range of pages after direct IO writeZach Brown
2005-02-13[PATCH] block new writers on frozen filesystemsChristoph Hellwig
2005-02-07[PATCH] add MAP_POPULATE/sys_remap_file_pages support to XFSChristoph Hellwig
2005-01-20[PATCH] generic_file_buffered_write: handle partial DIO writes with multiple ...Daniel McNeil
2005-01-14[PATCH] mark-page-accessed in filemap.c not quite rightMiquel van Smoorenburg
2005-01-07[PATCH] invalidate_inode_pages2() mmap coherency fixAndrew Morton
2005-01-07[PATCH] readpage-vs-invalidate fixAndrew Morton
2005-01-04[PATCH] fix double sync_page_range() in generic_file_aio_write()Oleg Nesterov
2005-01-03[PATCH] mark_page_accessed() for read()s on non-page boundariesMiquel van Smoorenburg
2005-01-03[PATCH] Simplified readaheadSteven Pratt
2004-11-10[PATCH] Fix O_SYNC speedup for generic_file_write_nolockSuparna Bhattacharya
2004-11-07[PATCH] unexport lock_page()Andrew Morton
2004-11-03[PATCH] PG_writeback: fix waitqueue_active memory barrierAndrew Morton
2004-10-27[PATCH] make filemap_fdatawrite_range() staticArjan van de Ven
2004-10-18[PATCH] reduce number of parameters to __wait_on_bit() and __wait_on_bit_lock()William Lee Irwin III
2004-10-18[PATCH] consolidate bit waiting code patternsWilliam Lee Irwin III
2004-10-18[PATCH] standardize bit waiting data typeWilliam Lee Irwin III
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath
2004-09-10Fix off-by-one bug in page cache reading.Linus Torvalds
2004-09-07[PATCH] small wait_on_page_writeback_range() optimizationMarcelo Tosatti
2004-09-07[PATCH] filemap read() fixRam Pai
2004-08-30[PATCH] Fix a NULL pointer bug in do_generic_file_read()David Howells
2004-08-30[PATCH] tiny shmem/tmpfs replacementMatt Mackall
2004-08-29Merge http://oss.sgi.com:8090/xfs-linux-2.6Linus Torvalds
2004-08-28[XFS] Export sync_page_range to fix O_SYNC in XFS.Christoph Hellwig
2004-08-26[PATCH] Add a few might_sleep() checksIngo Molnar
2004-08-23[PATCH] rmaplock: mm lock orderingHugh Dickins
2004-08-22[PATCH] Concurrent O_SYNC write supportAndrew Morton
2004-08-22[PATCH] filemap_fdatawrite range interfaceSuparna Bhattacharya