pandora-kernel.git
2011-06-27 Miao Xiebtrfs: fix inconsonant inode information
2011-06-25 Josef BacikBtrfs: make sure to update total_bitmaps when freeing...
2011-06-25 Ilya DryomovBtrfs: fix type mismatch in find_free_extent()
2011-06-24 Chris MasonBtrfs: make sure to record the transid in new inodes
2011-06-17 Chris MasonBtrfs: avoid delayed metadata items during commits
2011-06-17 David Sterbabtrfs: fix uninitialized return value
2011-06-17 Miao Xiebtrfs: fix wrong reservation when doing delayed inode...
2011-06-17 Maarten Lankhorstbtrfs: Remove unused sysfs code
2011-06-17 David Sterbabtrfs: fix dereference of ERR_PTR value
2011-06-17 Chris MasonMerge branch 'for-chris' of git://git./linux/kernel...
2011-06-17 Chris MasonBtrfs: fix relocation races
2011-06-15 Josef BacikBtrfs: set no_trans_join after trying to expand the...
2011-06-15 Josef BacikBtrfs: protect the pending_snapshots list with trans_lock
2011-06-15 Josef BacikBtrfs: fix path leakage on subvol deletion
2011-06-13 Chris MasonBtrfs: drop the delalloc_bytes check in shrink_delalloc
2011-06-13 Chris MasonBtrfs: check the return value from set_anon_super
2011-06-11 Li ZefanBtrfs: use join_transaction in btrfs_evict_inode()
2011-06-10 Ilya DryomovBtrfs - use %pU to print fsid
2011-06-10 Jan SchmidtBtrfs: fix extent state leak on failed nodatasum reads
2011-06-10 Chris MasonMerge branch 'for-chris' of git://git./linux/kernel...
2011-06-10 David Sterbabtrfs: fix unlocked access of delalloc_inodes
2011-06-10 Li ZefanBtrfs: avoid stack bloat in btrfs_ioctl_fs_info()
2011-06-10 richard kennedybtrfs: remove 64bit alignment padding to allow extent_b...
2011-06-10 Sage WeilBtrfs: clear current->journal_info on async transaction...
2011-06-10 Chris MasonBtrfs: make sure to recheck for bitmaps in clusters
2011-06-10 Arne Jansenbtrfs: remove unneeded includes from scrub.c
2011-06-10 Arne Jansenbtrfs: reinitialize scrub workers
2011-06-10 Arne Jansenbtrfs: scrub: errors in tree enumeration
2011-06-10 Josef BacikBtrfs: don't map extent buffer if path->skip_locking...
2011-06-09 Josef BacikBtrfs: unlock the trans lock properly
2011-06-09 Josef BacikBtrfs: don't map extent buffer if path->skip_locking...
2011-06-08 Josef BacikBtrfs: fix duplicate checking logic
2011-06-08 Josef BacikBtrfs: fix the allocator loop logic
2011-06-08 Josef BacikBtrfs: fix bitmap regression
2011-06-08 Josef BacikBtrfs: don't commit the transaction if we dont have...
2011-06-08 Josef BacikBtrfs: noinline the cluster searching functions
2011-06-08 Josef BacikBtrfs: cache bitmaps when searching for a cluster
2011-06-04 David Sterbabtrfs: fix uninitialized variable warning
2011-06-04 David Sterbabtrfs: add helper for fs_info->closing
2011-06-04 Chris MasonBtrfs: add mount -o inode_cache
2011-06-04 Arne Jansenbtrfs: scrub: add explicit plugging
2011-06-04 David Sterbabtrfs: use btrfs_ino to access inode number
2011-06-04 Josef BacikBtrfs: don't save the inode cache if we are deleting...
2011-06-04 Arne Jansenbtrfs: false BUG_ON when degraded
2011-06-04 liuboBtrfs: don't save the inode cache in non-FS roots
2011-06-04 Chris MasonBtrfs: make sure we don't overflow the free space cache...
2011-06-04 Chris MasonBtrfs: fix uninit variable in the delayed inode code
2011-06-04 Arne Jansenbtrfs: scrub: don't reuse bios and pages
2011-05-28 Chris MasonMerge branch 'for-chris' of
2011-05-27 Chris MasonBtrfs: use the device_list_mutex during write_dev_supers
2011-05-26 Li ZefanBtrfs: setup free ino caching in a more asynchronous way
2011-05-26 Arne Jansenbtrfs scrub: don't coalesce pages that are logically...
2011-05-26 Chris MasonBtrfs: return -ENOMEM in clear_extent_bit
2011-05-26 Chris MasonBtrfs: add mount -o auto_defrag
2011-05-23 Chris MasonMerge branch 'cleanups_and_fixes' into inode_numbers
2011-05-23 Xiao GuangrongBtrfs: using rcu lock in the reader side of devices...
2011-05-23 Xiao GuangrongBtrfs: drop unnecessary device lock
2011-05-23 Xiao GuangrongBtrfs: fix the race between remove dev and alloc chunk
2011-05-23 Xiao GuangrongBtrfs: fix the race between reading and updating devices
2011-05-23 Xiao GuangrongBtrfs: fix bh leak on __btrfs_open_devices path
2011-05-23 Xiao GuangrongBtrfs: fix unsafe usage of merge_state
2011-05-23 Xiao GuangrongBtrfs: allocate extent state and check the result properly
2011-05-23 Julia Lawallfs/btrfs: Add missing btrfs_free_path
2011-05-23 Tsutomu ItohBtrfs: check return value of btrfs_inc_extent_ref()
2011-05-23 Tsutomu ItohBtrfs: return error to caller if read_one_inode() fails
2011-05-23 Tsutomu ItohBtrfs: BUG_ON is deleted from the caller of btrfs_trunc...
2011-05-23 Tsutomu ItohBtrfs: return error code to caller when btrfs_del_item...
2011-05-23 Tsutomu ItohBtrfs: return error code to caller when btrfs_previous_...
2011-05-23 Sergei Trofimovichbtrfs: fix typo 'testeing' -> 'testing'
2011-05-23 Sergei Trofimovichbtrfs: typo: 'btrfS' -> 'btrfs'
2011-05-23 Sergei Trofimovichbtrfs: don't spin in shrink_delalloc if there is nothin...
2011-05-23 Jamey Sharpbtrfs: Delete unused version.sh script.
2011-05-23 Hugo Millsbtrfs: Ensure the tree search ioctl returns the right...
2011-05-23 Andi KleenBTRFS: Remove unused node_lock
2011-05-23 Josef BacikBtrfs: leave spinning on lookup and map the leaf
2011-05-23 Josef BacikBtrfs: check for duplicate entries in the free space...
2011-05-23 Josef BacikBtrfs: don't try to allocate from a block group that...
2011-05-23 Josef BacikBtrfs: don't always do readahead
2011-05-23 Josef BacikBtrfs: try not to sleep as much when doing slow caching
2011-05-23 Josef BacikBtrfs: kill BTRFS_I(inode)->block_group
2011-05-23 Josef BacikBtrfs: don't look at the extent buffer level 3 times...
2011-05-23 Josef BacikBtrfs: map the node block when looking for readahead...
2011-05-23 Josef BacikBtrfs: set range_start to the right start in count_rang...
2011-05-23 Josef BacikBtrfs: fix how we do space reservation for truncate
2011-05-23 Josef BacikBtrfs: kill trans_mutex
2011-05-23 Josef BacikBtrfs: if we've already started a trans handle, use...
2011-05-23 Josef BacikBtrfs: take away the num_items argument from btrfs_join...
2011-05-23 Josef BacikBtrfs: make sure to use the delalloc reserve when filli...
2011-05-23 liuboBtrfs: do not flush csum items of unchanged file data...
2011-05-23 Chris MasonMerge branch 'for-chris' of git://git./linux/kernel...
2011-05-22 Chris MasonMerge branch 'allocator' of git://git./linux/kernel...
2011-05-22 Chris MasonMerge branch 'cleanups' of git://repo.or.cz/linux-2...
2011-05-22 Chris MasonBtrfs: update the delayed inode code to use the btrfs_i...
2011-05-22 Chris MasonMerge branch 'delayed_inode' into inode_numbers
2011-05-21 Miao Xiebtrfs: implement delayed inode items operation
2011-05-21 Chris MasonMerge branch 'ino-alloc' of git://repo.or.cz/linux...
2011-05-19 Linus TorvaldsLinux 2.6.39 v2.6.39
2011-05-18 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-05-18 Linus TorvaldsMerge branch 'devicetree/merge' of git://git.secretlab...
2011-05-18 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
next