summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)Author
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-06-06Fix nobh_truncate_page() to not pass stack garbage to get_block()Theodore Ts'o
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-02mm: close page_mkwrite racesNick Piggin
2009-05-12vfs: Add BUG_ON for delayed and unwritten flags in submit_bh()Aneesh Kumar K.V
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason
2009-04-15buffer: switch do_emergency_thaw() away from pdflush_operation()Jens Axboe
2009-04-08block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUGTheodore Ts'o
2009-04-06block: switch sync_dirty_buffer() over to WRITE_SYNCJens Axboe
2009-04-06block: fsync_buffers_list() should use SWRITE_SYNC_PLUGJens Axboe
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro
2009-03-27block_write_full_page: Use synchronous writes for WBC_SYNC_ALL writebacksTheodore Ts'o
2009-03-27fs: move bdev code out of buffer.cNick Piggin
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-02-18mm: task dirty accounting fixNick Piggin
2009-02-18block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe
2009-02-06vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2009-01-06block_write_begin(): remove useless gotoFranck Bui-Huu
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara
2008-10-20fs: buffer lock use lock bitopsNick Piggin
2008-08-27block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe
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