Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / fs / btrfs / ordered-data.h
2010-05-25 Josef BacikBtrfs: add basic DIO read/write support
2010-03-15 Josef BacikBtrfs: cache ordered extent when completing io
2010-03-15 Josef BacikBtrfs: change the ordered tree to use a spinlock instea...
2010-03-08 Eric ParisBtrfs: use RB_ROOT to intialize rb_trees instead of...
2009-12-17 Yan, ZhengBtrfs: Add delayed iput
2009-12-17 Yan, ZhengBtrfs: Fix disk_i_size update corner case
2009-10-01 Christoph HellwigBtrfs: remove duplicates of filemap_ helpers
2009-09-11 Chris MasonBtrfs: Use PagePrivate2 to track pages in the data...
2009-03-31 Chris MasonBtrfs: add extra flushing for renames and truncates
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: update nodatacow code v2
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-03 Chris MasonBtrfs: O_DIRECT writes via buffered writes + invaldiate
2008-09-25 Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25 Chris MasonBtrfs: Fix the defragmention code and the block relocat...
2008-09-25 Chris MasonBtrfs: Fix 32 bit compiles by using an unsigned long...
2008-09-25 Chris MasonBtrfs: Take the csum mutex while reading checksums
2008-09-25 Chris MasonBtrfs: Fix some data=ordered related data corruptions
2008-09-25 Chris MasonBtrfs: Handle data checksumming on bios that span multi...
2008-09-25 Chris MasonBtrfs: Cleanup and comment ordered-data.c
2008-09-25 Chris MasonBtrfs: Don't pin pages in ram until the entire ordered...
2008-09-25 Chris MasonBtrfs: Update on disk i_size only after pending ordered...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonFix btrfs_del_ordered_inode to allow forcing the drop...
2008-09-25 Mingmingbtrfs delete ordered inode handling fix
2008-09-25 Chris MasonBtrfs: Throttle file_write when data=ordered is flushin...
2008-09-25 Chris MasonBtrfs: Fix data=ordered vs wait_on_inode deadlock on...
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Add data=ordered support