Update to 3.4-final.
[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-06-23 Jeff Mahoney- patches.fixes/direct-io-add-a-hook-for-the-fs-to...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
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-15 Badari Pulavartydirect-io: fix error-path crashes
2007-08-11 Badari Pulavartydirect-io: fix error-path crashes
2007-07-04 Zach Browndio: remove bogus refcounting BUG_ON
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate direct io
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-06-01 Jens Axboe- patches.fixes/fsync-block-hint: Update to more boring...
2006-06-01 Jens Axboe- patches.fixes/cfq-queueing-fixes: Delete.
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
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-11 Christoph Hellwig[PATCH] Direct write vs truncate deadlock
2004-12-13 Andrew Morton[PATCH] direct-io: set PF_SYNCWRITE
2004-12-02 Andrew Morton[PATCH] revert the "dio handle eof" fix
2004-12-01 Nathan Scott[PATCH] Fix an XFS direct I/O deadlock
2004-11-11 Jens Axboe[PATCH] direct-IO: handle EOF
2004-11-03 Jens AxboePatch error
2004-10-29 Toshihiro Iwamoto[PATCH] direct IO write memory leak fix
2004-10-25 Jens Axboe- Bug in O_DIRECT io path if there's nothing left to do.
2004-10-20 Jens Axboe- Fix O_DIRECT/raw issue with reading the last bit...
2004-09-24 Nathan Scott[PATCH] Fix generic direct IO code for XFS
2004-09-24 Badari Pulavarty[PATCH] dio fine alignment and pages in io
2004-09-08 Badari Pulavarty[PATCH] AIO/DIO oops fix
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-23 Badari Pulavarty[PATCH] DIO pages-in-io accounting fix
2004-08-23 Badari Pulavarty[PATCH] direct-io: size the BIOs more accurately
2004-06-27 Kenneth W. Chen[PATCH] Fix direct I/O into hugetlb page
2004-06-18 Daniel McNeil[PATCH] handle partial DIO write
2004-06-06 Kurt GarloffToo many pages could have been invalidated with DIO.
next