summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2008-08-04fs: rename buffer trylockNick Piggin
2008-07-30fs/buffer.c: uninline __remove_assoc_queue()Thomas Petazzoni
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi
2008-07-26Use WARN() in fs/Arjan van de Ven
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-26mm: spinlock tree_lockNick Piggin
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-11vfs: add hooks for ext4's delayed allocation supportAlex Tomas
2008-07-11vfs: Move mark_inode_dirty() from under page lock in generic_write_end()Jan Kara
2008-07-01Properly notify block layer of sync writesJens Axboe
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29make fs/buffer.c:cont_expand_zero() staticAdrian Bunk
2008-04-29remove generic_commit_write()Adrian Bunk
2008-04-28Add balance_dirty_pages_ratelimited() to cont_expand_zero()OGAWA Hirofumi
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman
2008-04-28Remove set_migrateflags()Christoph Lameter
2008-04-04Be more careful about marking buffers dirtyLinus Torvalds
2008-03-28vfs: fix data leak in nobh_write_end()Dmitri Monakhov
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap
2008-03-04vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap
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