summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorLines
2007-07-20fix some conversion overflowsNick Piggin-1/+1
2007-07-19[FS] Implement block_page_mkwrite.David Chinner-0/+47
2007-07-17fs: introduce some page/buffer invariantsNick Piggin-17/+37
2007-07-17Lumpy Reclaim V4Andy Whitcroft-1/+1
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman-1/+1
2007-07-16buffer: kill old incorrect commentEric W. Biederman-5/+0
2007-05-21Fix "fs: convert core functions to zero_user_page"OGAWA Hirofumi-1/+1
2007-05-17Fix page allocation flags in grow_dev_page()Christoph Lameter-1/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-18/+4
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki-1/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller-44/+12
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-08block_write_full_page(): report ENOSPCAndrew Morton-0/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra-2/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra-6/+1
2007-05-07fs: buffer don't PageUptodate without page lockedNick Piggin-10/+1
2007-03-06[PATCH] fs: nobh_truncate_page() fixDave Kleikamp-0/+9
2007-02-20[PATCH] fs: fix nobh data leakNick Piggin-18/+3
2007-02-20[PATCH] fs: fix __block_write_full_page error case buffer submissionNick Piggin-1/+1
2007-02-12[PATCH] warning fix: unsigned->signedTomasz Kvarsin-6/+6
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner-1/+3
2007-02-11[PATCH] buffer: memorder fixNick Piggin-0/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton-1/+1
2007-01-29[PATCH] Fix try_to_free_buffer() lockingNick Piggin-1/+5
2007-01-26Resurrect 'try_to_free_buffers()' VM hackeryLinus Torvalds-1/+14
2007-01-11[PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner-3/+3
2006-12-21Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds-17/+1
2006-12-10[PATCH] io-accounting: write-cancel accountingAndrew Morton-1/+6
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton-1/+4
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton-13/+12
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar-2/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-10-17[PATCH] Fix IO error reporting on fsync()Jan Kara-2/+9
2006-10-11[PATCH] D-cache aliasing issue in __block_prepare_writeMonakhov Dmitriy-0/+2
2006-10-11[PATCH] grow_buffers() infinite loop fixAndrew Morton-2/+19
2006-10-09[PATCH] mm: bug in set_page_dirty_buffersNick Piggin-1/+4
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells-174/+0
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra-1/+1
2006-07-31[PATCH] invalidate_bdev() speedupAndrew Morton-1/+6
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-1/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig-1/+1
2006-06-27[PATCH] fs/buffer.c: cleanupsAdrian Bunk-2/+1
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe-2/+0
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-6/+3
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty-1/+8
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty-2/+4