nilfs2: fix missing zero-fill initialization of btree node cache
[safe/jmp/linux-2.6] / fs / btrfs /
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
2009-09-11 Chris MasonBtrfs: use larger nr_to_write for larger extents
2009-09-11 Chris MasonBtrfs: reduce worker thread spin_lock_irq hold times
2009-09-11 Chris MasonBtrfs: keep irqs on more often in the worker threads
2009-09-11 Chris MasonBtrfs: optimize set extent bit
2009-09-11 Chris MasonBtrfs: Allow worker threads to exit when idle
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-08-21 From: Nick Pigginbtrfs: fix inode rbtree corruption
2009-08-08 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-08-07 Yan ZhengBtrfs: fix balancing oops when invalidate_inode_pages2...
2009-08-07 Julia LawallBtrfs: correct error-handling zlib error handling
2009-08-07 Bartlomiej Zolnier... Btrfs: remove superfluous NULL pointer check in btrfs_r...
2009-07-31 Chris MasonBtrfs: make sure the async caching thread advances...
2009-07-31 Josef BacikBtrfs: fix btrfs_remove_from_free_space corner case
2009-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-30 Chris MasonBtrfs: be more polite in the async caching threads
2009-07-30 Yan ZhengBtrfs: preserve commit_root for async caching
2009-07-28 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-28 Yan ZhengBtrfs: Fix async caching interaction with unmount
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 Chris MasonBtrfs: find smallest available device extent during...
2009-07-24 Chris MasonBtrfs: clear all space_info->full after removing a...
2009-07-24 Sage WeilBtrfs: make flushoncommit mount option correctly wait...
2009-07-24 Yan ZhengBtrfs: Avoid delayed reference update looping
2009-07-24 Yan ZhengBtrfs: Fix ordering of key field checks in btrfs_previo...
2009-07-24 Yan ZhengBtrfs: find_free_dev_extent doesn't handle holes at...
2009-07-24 Diego CallejaBtrfs: Remove code duplication in comp_keys
2009-07-24 Josef BacikBtrfs: async block group caching
2009-07-24 Josef BacikBtrfs: use hybrid extents+bitmap rb tree for free space
2009-07-22 David WoodhouseBtrfs: Fix crash on read failures at mount
2009-07-22 Daniel CadeteBtrfs: remove of redundant btrfs_header_level
2009-07-22 Julia LawallBtrfs: adjust NULL test
2009-07-22 David WoodhouseBtrfs: Remove broken sanity check from btrfs_rmap_block()
2009-07-22 Julia LawallBtrfs: convert nested spin_lock_irqsave to spin_lock
2009-07-22 Yan ZhengBtrfs: make sure all dirty blocks are written at commit...
2009-07-22 Yan ZhengBtrfs: fix locking issue in btrfs_find_next_key
2009-07-22 Yan ZhengBtrfs: fix double increment of path->slots[0] in btrfs_...
2009-07-22 Yan ZhengBtrfs: properly update space information after shrinkin...
2009-07-22 Yan ZhengBtrfs: fix definition of struct btrfs_extent_inline_ref
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-02 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-07-02 Hu TaoBtrfs: fix error message formatting
2009-07-02 Jiri SlabyBtrfs: fix use after free in btrfs_start_workers fail...
2009-07-02 Chris MasonBtrfs: honor nodatacow/sum mount options for new files
2009-07-02 Yan ZhengBtrfs: update backrefs while dropping snapshot
2009-07-02 Josef BacikBtrfs: account for space we may use in fallocate
2009-07-02 Chris MasonBtrfs: fix the file clone ioctl for preallocated extents
next