Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[linux-flexiantxendom0-3.2.10.git] / fs / direct-io.c
2012-02-23 Anton AltaparmakovRestore direct_io / truncate locking API
2012-01-13 Andi Kleendio: optimize cache misses in the submission path
2012-01-13 Tao Mafs/direct-io.c: calculate fs_count correctly in get_mor...
2011-10-28 Andi Kleendirect-io: merge direct_io_walker into __blockdev_direct_IO
2011-10-28 Andi Kleendirect-io: inline the complete submission path
2011-10-28 Andi Kleendirect-io: separate map_bh from dio
2011-10-28 Andi Kleendirect-io: use a slab cache for struct dio
2011-10-28 Andi Kleendirect-io: rearrange fields in dio/dio_submit to avoid...
2011-10-28 Andi Kleendirect-io: fix a wrong comment
2011-10-28 Andi Kleendirect-io: separate fields only used in the submission...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-07-21 Christoph Hellwigfs: move inode_dio_done to the end_io handler
2011-07-21 Christoph Hellwigfs: always maintain i_dio_count
2011-07-21 Christoph Hellwigfs: kill i_alloc_sem
2011-07-21 Christoph Hellwigfs: simplify handling of zero sized reads in __blockdev...
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-15 Jiri KosinaMerge branch 'master' into for-next
2011-01-21 David Dillowfs/direct-io.c: don't try to allocate more than BIO_MAX...
2011-01-19 Namhyung Kimdio: fix typos in comments
2010-10-26 Edward Shishkinfs/direct-io.c: fix truncation error in dio_complete...
2010-09-10 Jeff MoyerO_DIRECT: fix the splitting up of contiguous I/O
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-07-27 Christoph Hellwigdirect-io: move aio_complete into ->end_io
2010-07-26 Christoph Hellwigdirect-io: move aio_complete into ->end_io
2010-05-28 npiggin@suse.defs: introduce new truncate sequence
2010-05-25 Josef Bacikdirect-io: do not merge logically non-contiguous requests
2010-05-25 Josef Bacikdirect-io: add a hook for the fs to provide its own...
2009-12-17 Al Virodio: fix use-after-free
2009-12-16 Christoph Hellwigcleanup blockdev_direct_IO locking
2009-12-16 Christoph Hellwigdirect-io: cleanup blockdev_direct_IO locking
2009-12-16 Jeff Moyerdio: don't zero out the pages array inside struct dio
2009-11-26 Vivek GoyalFix regression in direct writes performance due to...
2009-10-28 Jeff Moyeraio: implement request batching
2009-10-28 Jeff Moyerblock: get rid of the WRITE_ODIRECT flag
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-04-15 Nikanth Karthikesandio: Remove code handling bio_alloc failure with __GFP_WAIT
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-01-06 Dmitri Monakhovfs: truncate blocks outside i_size after O_DIRECT write...
2008-10-16 Francois CamiRemove Andrew Morton's old email accounts
2008-07-26 Nick Piggindio: use get_user_pages_fast
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-10-16 Nick Pigginremove ZERO_PAGE
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-08-21 Zach Browndio: zero struct dio with kzalloc instead of manually
2007-08-11 Badari Pulavartydirect-io: fix error-path crashes
2007-07-04 Zach Browndio: remove bogus refcounting BUG_ON
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Nate Dillerfs: convert core functions to zero_user_page
2007-05-09 Robert P. J. DayFix misspellings collected by members of KJ list.
2006-12-10 Zach Brown[PATCH] dio: lock refcount operations
2006-12-10 Zach Brown[PATCH] dio: only call aio_complete() after returning...
2006-12-10 Zach Brown[PATCH] dio: remove duplicate bio wait code
2006-12-10 Zach Brown[PATCH] dio: formalize bio counters as a dio reference...
2006-12-10 Zach Brown[PATCH] dio: call blk_run_address_space() once per op
2006-12-10 Zach Brown[PATCH] dio: centralize completion in dio_complete()
2006-12-10 Andrew Morton[PATCH] io-accounting: direct-io
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate direct io
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-03-31 Eric SesterhennBUG_ON() Conversion in fs/direct-io.c
2006-03-28 Nathan ScottFixes a regression from the recent "remove ->get_blocks...
2006-03-26 Badari Pulavarty[PATCH] remove ->get_blocks() support
2006-03-25 Chen, Kenneth W[PATCH] direct-io: bug fix in dio handling write error
2006-03-15 Nathan ScottFix a direct I/O locking issue revealed by the new...
2006-02-03 Jeff Moyer[PATCH] fix O_DIRECT read of last block in a sparse...
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2005-10-30 Nick Piggin[PATCH] core remove PageReserved
2005-06-24 Christoph Hellwig[PATCH] pass iocb to dio_iodone_t
2005-04-16 Daniel McNeil[PATCH] Direct IO async short read fix
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2