aboutsummaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2008-02-08buffer_head: fix private_list handlingJan Kara
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison
2008-02-08rewrite rdNick Piggin
2008-02-05bufferhead: revert constructor removalChristoph Lameter
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V
2007-10-21nobh: nobh_write_end fixNick Piggin
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16fs: restore nobhNick Piggin
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16fs: fix data-loss on errorNick Piggin
2007-10-16fs: fix nobh error handlingNick Piggin
2007-10-16mm: add end_buffer_read helper functionDmitry Monakhov
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-07-20fix some conversion overflowsNick Piggin
2007-07-19[FS] Implement block_page_mkwrite.David Chinner
2007-07-17fs: introduce some page/buffer invariantsNick Piggin
2007-07-17Lumpy Reclaim V4Andy Whitcroft
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman
2007-07-16buffer: kill old incorrect commentEric W. Biederman
2007-05-21Fix "fs: convert core functions to zero_user_page"OGAWA Hirofumi
2007-05-17Fix page allocation flags in grow_dev_page()Christoph Lameter
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09fs: convert core functions to zero_user_pageNate Diller
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08block_write_full_page(): report ENOSPCAndrew Morton
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-07mm: optimize kill_bdev()Peter Zijlstra
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-05-07fs: buffer don't PageUptodate without page lockedNick Piggin
2007-03-06[PATCH] fs: nobh_truncate_page() fixDave Kleikamp
2007-02-20[PATCH] fs: fix nobh data leakNick Piggin
2007-02-20[PATCH] fs: fix __block_write_full_page error case buffer submissionNick Piggin
2007-02-12[PATCH] warning fix: unsigned->signedTomasz Kvarsin
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner
2007-02-11[PATCH] buffer: memorder fixNick Piggin
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton
2007-01-29[PATCH] Fix try_to_free_buffer() lockingNick Piggin
2007-01-26Resurrect 'try_to_free_buffers()' VM hackeryLinus Torvalds
2007-01-11[PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner
2006-12-21Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds
2006-12-10[PATCH] io-accounting: write-cancel accountingAndrew Morton
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar