aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06block: switch sync_dirty_buffer() over to WRITE_SYNCJens Axboe1-1/+1
2009-04-06block: fsync_buffers_list() should use SWRITE_SYNC_PLUGJens Axboe1-4/+16
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+3
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+33
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-1/+1
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+8
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+5
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-8/+1
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro1-1/+0
2009-03-27block_write_full_page: Use synchronous writes for WBC_SYNC_ALL writebacksTheodore Ts'o1-2/+3
2009-03-27fs: move bdev code out of buffer.cNick Piggin1-145/+0
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds1-12/+11
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-02-18mm: task dirty accounting fixNick Piggin1-0/+1
2009-02-18block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe1-1/+1
2009-02-06vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens1-1/+1
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato1-9/+65
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu1-1/+0
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-2/+2
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey1-4/+15
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara1-0/+1
2008-10-20fs: buffer lock use lock bitopsNick Piggin1-2/+1
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