Btrfs: fix spinlock assertions on UP systems
[safe/jmp/linux-2.6] / fs / btrfs / disk-io.c
2009-03-09 Chris MasonBtrfs: fix spinlock assertions on UP systems
2009-02-12 Chris MasonBtrfs: make a lockdep class for the extent buffer locks
2009-02-04 Chris MasonBtrfs: Change btree locking to use explicit blocking...
2009-02-04 Chris MasonBtrfs: hash_lock is no longer needed
2009-02-04 Chris MasonBtrfs: async threads should try harder to find work
2009-01-21 Yan ZhengBtrfs: fix tree logs parallel sync
2009-01-21 Qinghuang FengBtrfs: open_ctree() error handling can oops on fs_info
2009-01-21 Qinghuang FengBtrfs: simplify iteration codes
2009-01-21 Qinghuang FengBtrfs: check return value for kthread_run() correctly
2009-01-21 Huang WeiyiBtrfs: removed unused #include <version.h>'s
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2009-01-05 Yan ZhengBtrfs: avoid potential super block corruption
2008-12-19 Chris MasonBtrfs: Fix compile warning around num_online_cpus(...
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-12 Yan ZhengBtrfs: shared seed device
2008-12-11 Yan ZhengBtrfs: Add checking of csum tree in balancing code
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 Josef BacikBtrfs: fix panic on error during mount
2008-12-02 Josef BacikBtrfs: add support for compat flags to btrfs
2008-12-02 Christoph HellwigBtrfs: fix shadowed variable declarations
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-11-20 Yan ZhengBtrfs: Drop dirty roots created by log replay immediate...
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-19 Chris MasonBtrfs: Do fsync log replay when mount -o ro, except...
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
2008-11-18 Chris MasonBtrfs: unplug all devices in the unplug call back
2008-11-18 Chris MasonBtrfs: prevent loops in the directory tree when creatin...
2008-11-18 Chris MasonBtrfs: Give each subvol and snapshot their own anonymou...
2008-11-18 Chris MasonBtrfs: Allow subvolumes and snapshots anywhere in the...
2008-11-18 Yan ZhengBtrfs: Seed device support
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-13 Chris MasonBtrfs: Improve metadata read latencies
2008-11-10 Chris MasonBtrfs: tune btrfs unplug functions for a small number...
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-11-07 Chris MasonBtrfs: Add ordered async work queues
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 Yan ZhengBtrfs: Improve space balancing code
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-01 Jim MeyeringBtrfs: disk-io.c (open_ctree): avoid leaks upon allocat...
2008-10-01 Jim MeyeringBtrfs: disk-io.c (open_ctree): Don't deref. NULL upon...
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-29 Chris MasonBtrfs: Wait for IO on the block device inodes of newly...
2008-09-26 Zheng YanBtrfs: update space balancing code
2008-09-26 Zheng YanBtrfs: Add shared reference cache
2008-09-25 Chris MasonBtrfs: Raise thresholds for metadata writeback
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Chris MasonBtrfs: Checksum tree blocks in the background
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Chris MasonBtrfs: Fix mismerge in block header checks
2008-09-25 Chris MasonBtrfs: Record dirty pages tree-log pages in an extent_i...
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: Fix releasepage to properly keep dirty and write...
2008-09-25 Chris MasonBtrfs: Tree logging fixes
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 Chris MasonBtrfs: Add debugging checks to track down corrupted...
2008-09-25 Chris MasonBtrfs: Throttle for async bio submits higher up the...
2008-09-25 Chris MasonBtrfs: Wait for async bio submissions to make some...
2008-09-25 Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25 Chris MasonBtrfs: Wait for kernel threads to make progress during...
2008-09-25 Chris MasonBtrfs: Give all the worker threads descriptive names
2008-09-25 Chris MasonBtrfs: Transaction commit: don't use filemap_fdatawait
2008-09-25 Chris MasonBtrfs: Count async bios separately from async checksum...
2008-09-25 Chris MasonBtrfs: Limit the number of async bio submission kthread...
2008-09-25 Chris MasonBtrfs: Avoid calling into the FS for the final iput...
2008-09-25 Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25 Chris MasonBtrfs: More throttle tuning
2008-09-25 Chris MasonBtrfs: Fix streaming read performance with checksumming on
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Chris MasonBtrfs: Fix verify_parent_transid
2008-09-25 Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25 Chris MasonBtrfs: Leaf reference cache update
2008-09-25 Yan ZhengBtrfs: Add a leaf reference cache
2008-09-25 Josef BacikBtrfs: Create orphan inode records to prevent lost...
2008-09-25 Chris MasonBtrfs: Fix the defragmention code and the block relocat...
2008-09-25 Chris MasonBtrfs: Search data ordered extents first for checksums...
2008-09-25 Chris MasonBtrfs: Index extent buffers in an rbtree
2008-09-25 Chris Masonbtrfs_start_transaction: wait for commits in progress...
2008-09-25 Chris MasonBtrfs: Use async helpers to deal with pages that have...
2008-09-25 Chris MasonBtrfs: New data=ordered implementation
2008-09-25 Chris MasonBtrfs: Drop some verbose printks
2008-09-25 Chris MasonBtrfs: Add locking around volume management (device...
2008-09-25 Chris MasonBtrfs: Online btree defragmentation fixes
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: Fix snapshot deletion to release the alloc_mutex...
2008-09-25 Chris MasonDrop locks in btrfs_search_slot when reading a tree...
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 Chris MasonBtrfs: Add a thread pool just for submit_bio
2008-09-25 Chris MasonBtrfs: Add a mount option to control worker thread...
2008-09-25 Chris MasonBtrfs: Add async worker threads for pre and post IO...
2008-09-25 Christoph Hellwigbtrfs: sanity mount option parsing and early mount...
2008-09-25 Jan EngelhardtBtrfs: bdi_init and bdi_destroy come with 2.6.23
2008-09-25 Chris MasonBtrfs: Always use the async submission queue for checks...
2008-09-25 Chris MasonBtrfs: Enable btree balancing on old kernels again
next