Remove SLAB_CTOR_CONSTRUCTOR
[safe/jmp/linux-2.6] / fs / buffer.c
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Nate Dillerfs: convert core functions to zero_user_page
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Andrew Mortonblock_write_full_page(): report ENOSPC
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Peter Zijlstramm: optimize kill_bdev()
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-05-07 Nick Pigginfs: buffer don't PageUptodate without page locked
2007-03-06 Dave Kleikamp[PATCH] fs: nobh_truncate_page() fix
2007-02-21 Nick Piggin[PATCH] fs: fix nobh data leak
2007-02-21 Nick Piggin[PATCH] fs: fix __block_write_full_page error case...
2007-02-12 Tomasz Kvarsin[PATCH] warning fix: unsigned->signed
2007-02-12 David Chinner[PATCH] Make BH_Unwritten a first class bufferhead...
2007-02-11 Nick Piggin[PATCH] buffer: memorder fix
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-01-30 Nick Piggin[PATCH] Fix try_to_free_buffer() locking
2007-01-26 Linus TorvaldsResurrect 'try_to_free_buffers()' VM hackery
2007-01-12 David Chinner[PATCH] Revert bd_mount_mutex back to a semaphore
2006-12-21 Linus TorvaldsClean up and make try_to_free_buffers() not race with...
2006-12-10 Andrew Morton[PATCH] io-accounting: write-cancel accounting
2006-12-10 Andrew Morton[PATCH] io-accounting: write accounting
2006-12-10 Andrew Morton[PATCH] clean up __set_page_dirty_nobuffers()
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-17 Jan Kara[PATCH] Fix IO error reporting on fsync()
2006-10-11 Monakhov Dmitriy[PATCH] D-cache aliasing issue in __block_prepare_write
2006-10-11 Andrew Morton[PATCH] grow_buffers() infinite loop fix
2006-10-10 Nick Piggin[PATCH] mm: bug in set_page_dirty_buffers
2006-09-30 David Howells[PATCH] BLOCK: Move functions out of buffer code [try #6]
2006-09-26 Peter Zijlstra[PATCH] mm: tracking shared dirty pages
2006-07-31 Andrew Morton[PATCH] invalidate_bdev() speedup
2006-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-30 Christoph Lameter[PATCH] zoned vm counters: conversion of nr_dirty to...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-28 Adrian Bunk[PATCH] fs/buffer.c: cleanups
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-03-27 KAMEZAWA Hiroyuki[PATCH] for_each_online_pgdat: renaming for_each_pgdat
2006-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-03-26 Badari Pulavarty[PATCH] pass b_size to ->get_block()
2006-03-26 Badari Pulavarty[PATCH] change buffer_head.b_size to size_t
2006-03-26 NeilBrown[PATCH] Make address_space_operations->invalidatepage...
2006-03-26 NeilBrown[PATCH] Make address_space_operations->sync_page return...
2006-03-26 Eric SesterhennBUG_ON() Conversion in fs/buffer.c
2006-03-25 OGAWA Hirofumi[PATCH] freeze_bdev() cleanup
2006-03-24 Andrew Morton[PATCH] fsync: extract internal code
2006-03-24 Andrew Morton[PATCH] set_page_dirty() return value fixes
2006-03-24 Eric Dumazet[PATCH] HOTPLUG_CPU: avoid hitting too many cachelines...
2006-03-24 Paul Jackson[PATCH] cpuset memory spread slab cache hooks
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: blockdev #2
2006-03-22 Christoph Lameter[PATCH] page migration reorg
2006-03-15 Christoph Lameter[PATCH] page migration: fail if page is in a vma flagge...
2006-02-03 OGAWA Hirofumi[PATCH] Trivial optimization of ll_rw_block()
2006-02-01 Chris Mason[PATCH] reiserfs: zero b_private when allocating buffer...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2006-01-16 Nathan ScottMake alloc_page_buffers() initialise buffer_heads using...
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (fs/)
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Andrew Morton[PATCH] fix possible PAGE_CACHE_SHIFT overflows
2006-01-09 OGAWA Hirofumi[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
2006-01-09 OGAWA Hirofumi[PATCH] fat: support a truncate() for expanding size...
2005-11-07 Coywolf Qi Hunt[PATCH] __find_get_block_slow() cleanup
2005-10-31 Andrew Morton[PATCH] __bread oops fix
2005-10-31 Jan Kara[PATCH] ext3: Fix unmapped buffers in transaction's...
2005-10-30 Hugh Dickins[PATCH] mm: split page table lock
2005-10-28 Al Viro[PATCH] gfp_t: fs/*
2005-10-28 Al Viro[PATCH] gfp_t: infrastructure
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-10 Ingo Molnar[PATCH] spinlock consolidation
2005-09-07 Jan Kara[PATCH] Make ll_rw_block() wait for buffer lock
2005-09-07 Coywolf Qi Hunt[PATCH] alloc_buffer_head() and free_buffer_head()...
2005-07-08 Nick Piggin[PATCH] page_uptodate locking scalability
2005-06-29 Pekka J Enberg[PATCH] rename wakeup_bdflush to wakeup_pdflush
2005-06-23 Anton Altaparmakov[PATCH] Bug in error recovery in fs/buffer.c::__block_p...
2005-06-23 Oleg Nesterov[PATCH] factor out common code in sys_fsync/sys_fdatasync
2005-06-22 Darren Hart[PATCH] vm: try_to_free_pages unused argument
2005-05-17 Andrew Morton[PATCH] block_read_full_page() get_block() error handli...
2005-05-05 Adrian Bunk[PATCH] make some things static
2005-05-05 Andrew Morton[PATCH] __block_write_full_page() simplification
2005-05-05 Andrew Morton[PATCH] __block_write_full_page speedup
2005-05-05 Nick Piggin[PATCH] __block_write_full_page race fix
2005-05-05 Nick Piggin[PATCH] fix race in __block_prepare_write
2005-05-05 Andrea Arcangeli[PATCH] avoid -ENOMEM due reclaimable slab caches
2005-05-01 Martin Waitz[PATCH] DocBook: fix some descriptions
2005-05-01 Matt Mackall[PATCH] Exterminate PAGE_BUG
2005-05-01 akpm@osdl.org[PATCH] use smp_mb/wmb/rmb where possible
2005-05-01 akpm@osdl.org[PATCH] drop_buffers() oops fix
2005-04-16 akpm@osdl.org[PATCH] end_buffer_write_sync() avoid pointless assignments
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2