summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorLines
2008-07-01Properly notify block layer of sync writesJens Axboe-5/+8
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-29make fs/buffer.c:cont_expand_zero() staticAdrian Bunk-2/+2
2008-04-29remove generic_commit_write()Adrian Bunk-18/+0
2008-04-28Add balance_dirty_pages_ratelimited() to cont_expand_zero()OGAWA Hirofumi-0/+2
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman-4/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman-3/+3
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman-4/+6
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman-3/+3
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman-4/+4
2008-04-28Remove set_migrateflags()Christoph Lameter-2/+1
2008-04-04Be more careful about marking buffers dirtyLinus Torvalds-1/+14
2008-03-28vfs: fix data leak in nobh_write_end()Dmitri Monakhov-7/+6
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap-2/+2
2008-03-04vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara-1/+1
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap-2/+1
2008-02-08buffer_head: fix private_list handlingJan Kara-4/+19
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison-3/+3
2008-02-08rewrite rdNick Piggin-0/+1
2008-02-05bufferhead: revert constructor removalChristoph Lameter-3/+15
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter-30/+14
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V-0/+44
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