summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-27block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe1-5/+8
2008-08-04fs: rename buffer trylockNick Piggin1-2/+2
2008-07-30fs/buffer.c: uninline __remove_assoc_queue()Thomas Petazzoni1-1/+1
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-0/+46
2008-07-26Use WARN() in fs/Arjan van de Ven1-2/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-26mm: spinlock tree_lockNick Piggin1-2/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-11vfs: add hooks for ext4's delayed allocation supportAlex Tomas1-2/+5
2008-07-11vfs: Move mark_inode_dirty() from under page lock in generic_write_end()Jan Kara1-1/+11
2008-07-01Properly notify block layer of sync writesJens Axboe1-5/+8
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-29make fs/buffer.c:cont_expand_zero() staticAdrian Bunk1-2/+2
2008-04-29remove generic_commit_write()Adrian Bunk1-18/+0
2008-04-28Add balance_dirty_pages_ratelimited() to cont_expand_zero()OGAWA Hirofumi1-0/+2
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-4/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-3/+3
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+6
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-3/+3
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-4/+4
2008-04-28Remove set_migrateflags()Christoph Lameter1-2/+1
2008-04-04Be more careful about marking buffers dirtyLinus Torvalds1-1/+14
2008-03-28vfs: fix data leak in nobh_write_end()Dmitri Monakhov1-7/+6
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap1-2/+2
2008-03-04vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara1-1/+1
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap1-2/+1
2008-02-08buffer_head: fix private_list handlingJan Kara1-4/+19
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-3/+3
2008-02-08rewrite rdNick Piggin1-0/+1
2008-02-05bufferhead: revert constructor removalChristoph Lameter1-3/+15
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-30/+14
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V1-0/+44
2007-10-21nobh: nobh_write_end fixNick Piggin1-2/+1
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu1-1/+0
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra1-0/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+2
2007-10-16fs: restore nobhNick Piggin1-79/+150
2007-10-16With reiserfs no longer using the weird generic_cont_expand, remove it comple...Nick Piggin1-20/+0
2007-10-16fs: new cont helpersNick Piggin1-100/+94
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-32/+169
2007-10-16fs: fix data-loss on errorNick Piggin1-0/+2
2007-10-16fs: fix nobh error handlingNick Piggin1-56/+82
2007-10-16mm: add end_buffer_read helper functionDmitry Monakhov1-15/+17
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-5/+1
2007-07-20fix some conversion overflowsNick Piggin1-1/+1
2007-07-19[FS] Implement block_page_mkwrite.David Chinner1-0/+47
2007-07-17fs: introduce some page/buffer invariantsNick Piggin1-17/+37
2007-07-17Lumpy Reclaim V4Andy Whitcroft1-1/+1
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman1-1/+1