summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorLines
2007-10-21nobh: nobh_write_end fixNick Piggin-2/+1
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu-1/+0
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra-0/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman-1/+2
2007-10-16fs: restore nobhNick Piggin-79/+150
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin-20/+0
2007-10-16fs: new cont helpersNick Piggin-100/+94
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin-32/+169
2007-10-16fs: fix data-loss on errorNick Piggin-0/+2
2007-10-16fs: fix nobh error handlingNick Piggin-56/+82
2007-10-16mm: add end_buffer_read helper functionDmitry Monakhov-15/+17
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-5/+1
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