Blackfin: fix cache Kconfig typo
[safe/jmp/linux-2.6] / fs / btrfs /
2009-11-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-11-11 Josef BacikBtrfs: fix panic when trying to destroy a newly allocated
2009-11-11 Chris MasonBtrfs: allow more metadata chunk preallocation
2009-11-11 Josef BacikBtrfs: fallback on uncompressed io if compressed io...
2009-11-11 Josef BacikBtrfs: find ideal block group for caching
2009-11-11 Dan CarpenterBtrfs: avoid null deref in unpin_extent_cache()
2009-11-11 Li DongyangBtrfs: skip btrfs_release_path in btrfs_update_root...
2009-11-11 Josef BacikBtrfs: fix some metadata enospc issues
2009-11-11 Josef BacikBtrfs: fix how we set max_size for free space clusters
2009-11-11 Josef BacikBtrfs: cleanup transaction starting and fix journal_inf...
2009-11-11 Josef BacikBtrfs: fix data allocation hint start
2009-10-15 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-10-14 Chris MasonBtrfs: always pin metadata in discard mode
2009-10-14 Christoph HellwigBtrfs: enable discard support
2009-10-14 Christoph HellwigBtrfs: add -o discard option
2009-10-14 Yan, ZhengBtrfs: properly wait log writers during log sync
2009-10-14 Josef BacikBtrfs: fix possible ENOSPC problems with truncate
2009-10-13 Chris MasonBtrfs: fix btrfs acl #ifdef checks
2009-10-13 Chris MasonBtrfs: streamline tree-log btree block writeout
2009-10-13 Chris MasonBtrfs: avoid tree log commit when there are no changes
2009-10-13 Chris MasonBtrfs: only write one super copy during fsync
2009-10-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-10-09 Chris MasonBtrfs: fix file clone ioctl for bookend extents
2009-10-09 Chris MasonBtrfs: fix uninit compiler warning in cow_file_range_nocow
2009-10-09 Alexey DobriyanBtrfs: constify dentry_operations
2009-10-09 Yan, ZhengBtrfs: optimize back reference update during btrfs_drop...
2009-10-09 Yan, ZhengBtrfs: remove negative dentry when deleting subvolumne
2009-10-08 Josef BacikBtrfs: optimize fsync for the single writer case
2009-10-08 Josef BacikBtrfs: async delalloc flushing under space pressure
2009-10-08 Josef BacikBtrfs: release delalloc reservations on extent item...
2009-10-08 Chris MasonBtrfs: delay clearing EXTENT_DELALLOC for compressed...
2009-10-08 Chris MasonBtrfs: cleanup extent_clear_unlock_delalloc flags
2009-10-06 Josef BacikBtrfs: fix possible softlockup in the allocator
2009-10-05 Chris MasonBtrfs: fix deadlock on async thread startup
2009-10-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-10-01 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-10-01 Josef BacikBtrfs: fix data space leak fix
2009-10-01 Christoph HellwigBtrfs: remove duplicates of filemap_ helpers
2009-10-01 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-10-01 Chris MasonBtrfs: take i_mutex before generic_write_checks
2009-10-01 Christoph HellwigBtrfs: fix arguments to btrfs_wait_on_page_writeback_range
2009-09-29 Sage WeilBtrfs: fix deadlock with free space handling and user...
2009-09-29 Sage WeilBtrfs: fix error cases for ioctl transactions
2009-09-29 Chris BallBtrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code
2009-09-29 Julia LawallBtrfs: introduce missing kfree
2009-09-29 Chris BallBtrfs: Fix setting umask when POSIX ACLs are not enabled
2009-09-28 Josef BacikBtrfs: proper -ENOSPC handling
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-09-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-24 Yan ZhengBtrfs: hash the btree inode during fill_super
2009-09-24 Yan, ZhengBtrfs: relocate file extents in clusters
2009-09-24 Yan, ZhengBtrfs: don't rename file into dummy directory
2009-09-24 Yan, ZhengBtrfs: check size of inode backref before adding hardlink
2009-09-24 Chris MasonBtrfs: fix releasepage to avoid unlocking extents we...
2009-09-24 Chris MasonBtrfs: Fix test_range_bit for whole file extents
2009-09-24 Chris MasonBtrfs: fix errors handling cached state in set/clear_ex...
2009-09-22 Chris MasonBtrfs: fix early enospc during balancing
2009-09-22 Chris MasonBtrfs: deal with NULL space info
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining address_space_operations const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-21 Josef BacikBtrfs: account for space used by the super mirrors
2009-09-21 Josef BacikBtrfs: fix extent entry threshold calculation
2009-09-21 Josef BacikBtrfs: remove dead code
2009-09-21 Josef BacikBtrfs: fix bitmap size tracking
2009-09-21 Josef BacikBtrfs: don't keep retrying a block group if we fail...
2009-09-21 Josef BacikBtrfs: make balance code choose more wisely when relocating
2009-09-21 Sage WeilBtrfs: fix arithmetic error in clone ioctl
2009-09-21 Yan, ZhengBtrfs: add snapshot/subvolume destroy ioctl
2009-09-21 Yan, ZhengBtrfs: change how subvolumes are organized
2009-09-21 Yan, ZhengBtrfs: do not reuse objectid of deleted snapshot/subvol
2009-09-21 Yan, ZhengBtrfs: speed up snapshot dropping
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-18 Chris MasonBtrfs: search for an allocation hint while filling...
2009-09-18 Chris MasonBtrfs: properly honor wbc->nr_to_write changes
2009-09-17 Yan ZhengBtrfs: improve async block group caching
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-16 Jens Axboewriteback: get rid of wbc->for_writepages
2009-09-16 Andi KleenHWPOISON: Enable error_remove_page on btrfs
2009-09-16 Chris MasonBtrfs: Fix async thread shutdown race
2009-09-16 Chris MasonBtrfs: fix worker thread double spin_lock_irq
2009-09-16 Chris MasonBtrfs: fix async worker startup race
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-11 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-09-11 Chris MasonBtrfs: zero page past end of inline file items
2009-09-11 Chris MasonBtrfs: fix btrfs page_mkwrite to return locked page
2009-09-11 Chris MasonBtrfs: Fix extent replacment race
2009-09-11 Chris MasonBtrfs: Use PagePrivate2 to track pages in the data...
2009-09-11 Chris MasonBtrfs: use a cached state for extent state operations...
2009-09-11 Chris MasonBtrfs: don't lock bits in the extent tree during writepage
2009-09-11 Chris MasonBtrfs: cache values for locking extents
2009-09-11 Chris MasonBtrfs: reduce CPU usage in the extent_state tree
2009-09-11 Chris MasonBtrfs: Fix new state initialization order
2009-09-11 Chris MasonBtrfs: switch extent_map to a rw lock
2009-09-11 Chris MasonBtrfs: tweak congestion backoff
next