Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[safe/jmp/linux-2.6] / fs / btrfs / tree-log.c
2009-10-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-10-08 Josef BacikBtrfs: optimize fsync for the single writer case
2009-09-24 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-09-21 Yan, ZhengBtrfs: do not reuse objectid of deleted snapshot/subvol
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-17 Yan ZhengBtrfs: improve async block group caching
2009-09-11 Chris MasonBtrfs: Fix extent replacment race
2009-07-27 Josef BacikBtrfs: change how we unpin extents
2009-07-27 Julia LawallBtrfs: Correct redundant test in add_inode_ref
2009-07-24 Josef BacikBtrfs: async block group caching
2009-06-11 Chris MasonBtrfs: fix extent_buffer leak during tree log replay
2009-06-10 Yan ZhengBtrfs: Mixed back reference (FORWARD ROLLING FORMAT...
2009-04-24 Chris MasonBtrfs: fix fallocate deadlock on inode extent lock
2009-04-02 Stoyan GaydarovBtrfs: BUG to BUG_ON changes
2009-04-02 Sage WeilBtrfs: notreelog mount option
2009-04-03 Josef BacikBtrfs: kill the pinned_mutex
2009-03-24 Chris MasonBtrfs: optimize fsyncs on old files
2009-03-24 Chris MasonBtrfs: tree logging unlink/rename fixes
2009-03-24 Chris MasonBtrfs: Make sure i_nlink doesn't hit zero too soon...
2009-03-24 Chris MasonBtrfs: leave btree locks spinning more often
2009-02-12 Yan ZhengBtrfs: hold trans_mutex when using btrfs_record_root_in...
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-01-21 Yan ZhengBtrfs: fix tree logs parallel sync
2009-01-09 Chris MasonBtrfs: explicitly mark the tree log root for writeback
2009-01-06 Yan ZhengBtrfs: tree logging checksum fixes
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Yan ZhengBtrfs: avoid orphan inode caused by log replay
2008-12-17 Yan ZhengBtrfs: properly check free space for tree balancing
2008-12-09 Chris MasonBtrfs: Fix compressed checksum fsync log copies
2008-12-08 Yan ZhengBtrfs: superblock duplication
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Josef BacikBtrfs: add support for multiple csum algorithms
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-29 Yan ZhengBtrfs: Add root tree pointer transaction ids
2008-10-29 Josef BacikBtrfs: nuke fs wide allocation mutex V2
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-09 Yan ZhengBtrfs: Remove offset field from struct btrfs_extent_ref
2008-10-09 Yan ZhengBtrfs: Count space allocated to file in bytes
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Chris MasonBtrfs: Disable the dir fsync optimization to skip loggi...
2008-09-25 Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
2008-09-25 Chris MasonBtrfs: Copy into the log tree in big batches
2008-09-25 Chris MasonBtrfs: Optimize tree log block allocations
2008-09-25 Chris MasonBtrfs: Optimize btree walking while logging inodes
2008-09-25 Chris MasonBtrfs: Dir fsync optimizations
2008-09-25 Chris MasonBtrfs: Update the highest objectid in a root after...
2008-09-25 Chris MasonBtrfs: Tree logging fixes
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...