btrfs_start_transaction: wait for commits in progress to finish
[sfrench/cifs-2.6.git] / fs / btrfs / transaction.c
2008-09-25 Chris Masonbtrfs_start_transaction: wait for commits in progress...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Online btree defragmentation fixes
2008-09-25 Chris MasonBtrfs: Add a per-inode csum mutex to avoid races creati...
2008-09-25 Chris MasonBtrfs: Replace the transaction work queue with kthreads
2008-09-25 Chris MasonAdd btrfs_end_transaction_throttle to force writers...
2008-09-25 Chris MasonBtrfs: Replace the big fs_mutex with a collection of...
2008-09-25 Chris MasonBtrfs: Start btree concurrency work.
2008-09-25 Sven WegenerBtrfs: Invalidate dcache entry after creating snapshot and
2008-09-25 Chris MasonBtrfs: Fix race in running_transaction checks
2008-09-25 Chris MasonBtrfs: Add support for online device removal
2008-09-25 Chris MasonBtrfs: Fixes for 2.6.18 enterprise kernels
2008-09-25 Chris MasonBtrfs: Throttle file_write when data=ordered is flushin...
2008-09-25 Chris MasonBtrfs: Do metadata checksums for reads via a workqueue
2008-09-25 Chris MasonBtrfs: Add support for multiple devices per filesystem
2008-09-25 Chris MasonBtrfs: Lower stack usage in transaction.c
2008-09-25 Chris MasonBtrfs: Add data block hints to SSD mode too
2008-09-25 Chris MasonBtrfs: Split the extent_map code into two parts
2008-09-25 Chris MasonBtrfs: Add mount -o ssd, which includes optimizations...
2008-09-25 Chris MasonBtrfs: Fix data=ordered vs wait_on_inode deadlock on...
2008-09-25 Chris MasonBtrfs: Run igrab on data=ordered inodes to prevent...
2008-09-25 Chris MasonRework btrfs_drop_inode to avoid scheduling
2008-09-25 Chris MasonBtrfs: Add some simple throttling to wait for data...
2008-09-25 Chris MasonBtrfs: Move snapshot creation to commit time
2008-09-25 Chris MasonBtrfs: Add data=ordered support
2008-09-25 Chris MasonBtrfs: Reduce stack usage in the resizer, fix 32 bit...
2008-09-25 Chris MasonBtrfs: Back port to 2.6.18-el kernels
2008-09-25 Christian HesseBtrfs: section mismatch warnings
2008-09-25 Chris MasonBtrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
2008-09-25 Chris MasonBtrfs: Defrag only leaves, and only when the parent...
2008-09-25 Chris MasonBtrfs: Add an extent buffer LRU to reduce radix tree...
2008-09-25 Chris MasonBtrfs: Add back the online defragging code
2008-09-25 Chris MasonBtrfs: Allow tree blocks larger than the page size
2008-09-25 Chris MasonBtrfs: Change the remaining radix trees used by extent...
2008-09-25 Chris MasonBtrfs: Fix extent_buffer and extent_state leaks
2008-09-25 Chris MasonBtrfs: Create extent_buffer interface for large blocksizes
2008-09-25 Chris MasonBtrfs: Use balance_dirty_pages_nr on btree blocks
2007-09-11 Chris MasonBtrfs: Find and remove dead roots the first time a...
2007-08-29 Josef BacikBtrfs: Add per-root block accounting and sysfs entries
2007-08-10 Josef BacikBtrfs: delay commits during fsync to allow more writers
2007-08-10 Chris MasonBtrfs: Btree defrag on the extent-mapping tree as well
2007-08-09 Chris MasonBtrfs: Further reduce the concurrency penalty of defrag...
2007-08-09 Chris MasonBtrfs: Replace extent tree preallocation code with...
2007-08-08 Chris MasonBtrfs: Let some locks go during defrag and snapshot...
2007-08-07 Chris MasonBtrfs: Add run time btree defrag, and an ioctl to force...
2007-08-07 Chris MasonBtrfs: Do snapshot deletion in smaller chunks.
2007-07-11 Zach BrownBtrfs: trivial include fixups
2007-06-28 Chris MasonBtrfs: crash recovery fixes
2007-06-26 Chris MasonBtrfs: Fix super block updates during transaction commit
2007-06-22 Chris MasonBtrfs: Documentation update
2007-06-22 Chris MasonBtrfs: Add the ability to find and remove dead roots...
2007-06-22 Chris MasonBtrfs: Audit callers and return codes to make sure...
2007-06-18 Chris MasonSubject: Rework btrfs_file_write to only allocate while...
2007-06-12 Chris MasonBtrfs: i386 fixes from axboe
2007-06-12 Chris MasonBtrfs: add GPLv2
2007-06-09 Chris MasonBtrfs: remove device tree
2007-06-09 Chris MasonBtrfs: reap dead roots right after commit
2007-06-08 Chris MasonBtrfs: get forced transaction commits via workqueue
2007-06-08 Chris MasonBtrfs: add compat ioctl
2007-05-10 Chris MasonBtrfs: many allocator fixes, pretty solid
2007-05-02 Chris MasonBtrfs: fix page cache memory leak
2007-04-30 Chris MasonBtrfs: allocator improvements, inode block groups
2007-04-28 Chris MasonBtrfs: smarter transaction writeback
2007-04-26 Chris MasonBtrfs: start of block group code
2007-04-20 Chris MasonBtrfs: early fsync support
2007-04-12 Chris MasonBtrfs: add disk ioctl, mostly working
2007-04-11 Chris MasonBtrfs: create a logical->phsyical block number mapping...
2007-04-10 Chris MasonBtrfs: subvolumes
2007-04-10 Chris MasonBtrfs: drop owner and parentid
2007-04-10 Chris MasonBtrfs: drop the inode map tree
2007-04-09 Chris MasonBtrfs: groundwork for subvolume and snapshot roots
2007-04-06 Chris MasonBtrfs: start of support for many FS volumes
2007-04-02 Chris MasonBtrfs: corruptions fixed
2007-04-02 Chris MasonBtrfs: still corruption hunting
2007-03-30 Chris MasonBtrfs: corruption hunt continues
2007-03-30 Chris MasonBtrfs: hunting slab corruption
2007-03-28 Chris MasonBtrfs: use a btree inode instead of sb_getblk
2007-03-25 Chris MasonBtrfs: leak fixes, pinning fixes
2007-03-23 Chris Masonbtrfs_create, btrfs_write_super, btrfs_sync_fs
2007-03-22 Chris MasonBtrfs: transaction rework