[XFS] remove old vmap cache
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_buf.c
2009-01-06 Nick Piggin[XFS] remove old vmap cache
2008-12-12 Lachlan McIlroyMerge branch 'master' of git+ssh://git.melbourne.sgi...
2008-12-12 Lachlan McIlroy[XFS] set b_error from bio error in xfs_buf_bio_end_io
2008-12-11 Christoph Hellwig[XFS] replace b_fspriv with b_mount
2008-12-04 Christoph Hellwigkill xfs_buf_iostart
2008-10-10 Christoph HellwigFix barrier fail detection in XFS
2008-08-13 Lachlan McIlroy[XFS] Use KM_NOFS for debug trace buffers
2008-08-13 David Chinner[XFS] replace the XFS buf iodone semaphore with a compl...
2008-08-13 Lachlan McIlroy[XFS] Fix compile failure in xfs_buf_trace()
2008-08-13 Lachlan McIlroy[XFS] Do not access buffers after dropping reference...
2008-07-28 Christoph Hellwig[XFS] sort out opening and closing of the block devices
2008-07-28 Denys Vlasenko[XFS] Remove unused arg from kmem_free()
2008-05-23 Christoph Hellwig[XFS] Fix memory corruption with small buffer reads
2008-04-29 Stephen Rothwell[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG
2008-04-18 David Chinner[XFS] xfs_bdwrite() does not return errors.
2008-04-18 Harvey Harrison[XFS] replace remaining __FUNCTION__ occurrences
2008-02-08 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking (2nd attempt)
2008-02-07 Lachlan McIlroy[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a...
2008-02-07 Christoph Hellwig[XFS] kill superflous buffer locking
2008-02-07 Eric Sandeen[XFS] Remove spin.h
2008-02-05 Christoph Lameteris_vmalloc_addr(): Check if an address is within the...
2007-12-10 Rafael J. Wysocki[XFS] Make xfsbufd threads freezable
2007-12-10 Lachlan McIlroy[XFS] Clear XBF_READ_AHEAD flag on I/O completion.
2007-12-10 Lachlan McIlroy[XFS] Fixed a few bugs in xfs_buf_associate_memory()
2007-10-17 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17 Jeremy Fitzhardinge[XFS] eagerly remove vmap mappings to avoid upsetting Xen
2007-10-16 Jeremy Fitzhardingexfs: eagerly remove vmap mappings to avoid upsetting Xen
2007-10-15 David Chinner[XFS] Barriers need to be dynamically checked and switc...
2007-10-12 Al ViroFix up more bio fallout
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-14 David Chinner[XFS] Flush the block device before closing it on unmount.
2007-07-14 Andrew Morton[XFS] Use generic shrinker interfaces in XFS.
2007-07-14 Christoph Hellwig[XFS] Fix double free in xfs_buf_get_noaddr error handl...
2007-07-14 Christoph Hellwig[XFS] Only use refcounted pages for I/O
2007-05-08 Tim Shimmin[XFS] Export via a function xfs_buftarg_list for use...
2007-03-23 Rafael J. Wysocki[PATCH] Make XFS workqueues nonfreezable
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2007-02-10 David Chinner[XFS] Current usage of buftarg flags is incorrect.
2007-02-10 David Chinner[XFS] Fix a synchronous buftarg flush deadlock when...
2006-12-07 Rafael J. Wysocki[PATCH] Use freezeable workqueues in XFS
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-11 Vlad Apostolov[XFS] 956618: Linux crashes on boot with XFS-DMAPI...
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-09-28 Nathan Scott[XFS] Be more defensive with page flags (error/private...
2006-09-28 Nathan Scott[XFS] Add a debug flag for allocations which are known...
2006-09-28 Nathan Scott[XFS] When issuing metadata readahead, submit bio with...
2006-09-28 Nathan Scott[XFS] Improve xfsbufd delayed write submission patterns...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-04-11 Jeff Dike[PATCH] Add GFP_NOWAIT
2006-03-23 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-2.6
2006-03-22 Christoph Lameter[PATCH] page migration reorg
2006-03-14 Nathan Scott[XFS] Cleanup the use of zones/slabs, more consistent...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2006-02-01 Nathan Scott[XFS] Fix regression in xfs_buf_rele dealing with non...
2006-01-11 Nathan Scott[XFS] Fix up offset type inconsistencies and gcc warnin...
2006-01-11 Christoph Hellwig[XFS] fix up per-device xfsbufd
2006-01-11 Nathan Scott[XFS] Complete the pagebuf -> xfs_buf naming convention...
2006-01-11 David Chinner[XFS] Introduce per-filesystem delwri pagebuf flushing...
2005-11-03 Nathan Scott[XFS] Remove no-longer-used qsort source.
2005-11-02 Christoph Hellwig[XFS] Simplify pagebuf_rele Remove a conditional that...
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-01 Christoph Hellwig[XFS] only mark buffers done when all pages are uptodat...
2005-11-01 Christoph Hellwig[XFS] write barrier support Issue all log sync operati...
2005-11-01 Christoph Hellwig[XFS] fix PBF_NONE handling
2005-11-01 Christoph Hellwig[XFS] remove unused pagebuf flags
2005-11-01 Christoph Hellwig[XFS] Make sure the threads and shaker in xfs_buf are...
2005-10-30 Hugh Dickins[PATCH] mm: split page table lock
2005-10-28 Al Viro[PATCH] gfp_t: fs/*
2005-09-10 Nishanth Aravamudan[PATCH] fs: fix-up schedule_timeout() usage
2005-09-04 Christoph Hellwig[XFS] Switch kernel thread handling to the kthread_ API
2005-09-04 David Chinner[XFS] Fix racy access to pb_flags. pagebuf_rele()...
2005-09-04 Christoph Hellwig[XFS] remove some dead code from pagebuf
2005-09-02 Christoph Hellwig[XFS] Add infrastructure for tracking I/O completions
2005-09-02 Nathan Scott[XFS] Make metadata IO completion consistent with other...
2005-06-26 Christoph Lameter[PATCH] Cleanup patch for process freezing
2005-06-21 Christoph Hellwig[XFS] remove xfs_incore_relse
2005-06-21 Christoph Hellwig[XFS] Fix pagebuf slab initialization
2005-06-21 Christoph Hellwig[XFS] rename various pagebuf symbols to xfsbuf
2005-05-05 Nathan Scott[XFS] Resolve an issue with xfsbufd not getting along...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2