aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "fs: convert core functions to zero_user_page"OGAWA Hirofumi2007-05-211-1/+1
* Fix page allocation flags in grow_dev_page()Christoph Lameter2007-05-171-1/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-18/+4
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* fs: convert core functions to zero_user_pageNate Diller2007-05-091-44/+12
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* block_write_full_page(): report ENOSPCAndrew Morton2007-05-081-0/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* mm: optimize kill_bdev()Peter Zijlstra2007-05-071-2/+1
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-6/+1
* fs: buffer don't PageUptodate without page lockedNick Piggin2007-05-071-10/+1
* [PATCH] fs: nobh_truncate_page() fixDave Kleikamp2007-03-061-0/+9
* [PATCH] fs: fix nobh data leakNick Piggin2007-02-201-18/+3
* [PATCH] fs: fix __block_write_full_page error case buffer submissionNick Piggin2007-02-201-1/+1
* [PATCH] warning fix: unsigned->signedTomasz Kvarsin2007-02-121-6/+6
* [PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner2007-02-121-1/+3
* [PATCH] buffer: memorder fixNick Piggin2007-02-111-0/+1
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] Fix try_to_free_buffer() lockingNick Piggin2007-01-291-1/+5
* Resurrect 'try_to_free_buffers()' VM hackeryLinus Torvalds2007-01-261-1/+14
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-111-3/+3
* Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds2006-12-211-17/+1
* [PATCH] io-accounting: write-cancel accountingAndrew Morton2006-12-101-1/+6
* [PATCH] io-accounting: write accountingAndrew Morton2006-12-101-1/+4
* [PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton2006-12-101-13/+12
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] Fix IO error reporting on fsync()Jan Kara2006-10-171-2/+9
* [PATCH] D-cache aliasing issue in __block_prepare_writeMonakhov Dmitriy2006-10-111-0/+2
* [PATCH] grow_buffers() infinite loop fixAndrew Morton2006-10-111-2/+19
* [PATCH] mm: bug in set_page_dirty_buffersNick Piggin2006-10-091-1/+4
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-174/+0
* [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-261-1/+1
* [PATCH] invalidate_bdev() speedupAndrew Morton2006-07-311-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-301-1/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
|/
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] fs/buffer.c: cleanupsAdrian Bunk2006-06-271-2/+1
* [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-2/+0
* [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-6/+3
|\
| * BUG_ON() Conversion in fs/buffer.cEric Sesterhenn2006-03-261-6/+3
* | [PATCH] pass b_size to ->get_block()Badari Pulavarty2006-03-261-1/+8
* | [PATCH] change buffer_head.b_size to size_tBadari Pulavarty2006-03-261-2/+4
* | [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-10/+8
* | [PATCH] Make address_space_operations->sync_page return voidNeilBrown2006-03-261-2/+1
|/
* [PATCH] freeze_bdev() cleanupOGAWA Hirofumi2006-03-251-19/+11
* [PATCH] fsync: extract internal codeAndrew Morton2006-03-241-20/+23
* [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-1/+1