Btrfs: release metadata from global reserve if we have to fallback for unlink
[pandora-kernel.git] / fs / btrfs /
2011-11-06 Josef BacikBtrfs: release metadata from global reserve if we have...
2011-11-06 Chris MasonBtrfs: make sure to flush queued bios if write_cache_pa...
2011-11-06 Chris MasonBtrfs: fix extent pinning bugs in the tree log
2011-11-06 Chris MasonBtrfs: make sure btrfs_remove_free_space doesn't leak...
2011-11-06 Chris MasonBtrfs: don't wait as long for more batches during SSD...
2011-10-24 David Sterbabtrfs: ratelimit WARN_ON in use_block_rsv
2011-10-24 David SterbaMerge branch 'hotfixes-20111024/josef/for-chris' into...
2011-10-24 David SterbaMerge remote-tracking branch 'remotes/josef/for-chris...
2011-10-24 David Sterbabtrfs: do not allow mounting non-subvolumes via subvol...
2011-10-24 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2011-10-21 Linus TorvaldsMerge git://github.com/herbertx/crypto
2011-10-21 Linus TorvaldsMerge branch 'fix/hda' of git://github.com/tiwai/sound
2011-10-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2011-10-20 Ilya DryomovBtrfs: close all bdevs on mount failure
2011-10-20 Ilya DryomovBtrfs: fix a bug when opening seed devices
2011-10-20 Daniel J Bluemanbtrfs: fix oops on failure path
2011-10-20 Miao XieBtrfs: fix race between multi-task space allocation...
2011-10-20 Tsutomu ItohBtrfs: fix return value of btrfs_get_acl()
2011-10-20 Ilya DryomovBtrfs: pass the correct root to lookup_free_space_inode()
2011-10-20 Liu BoBtrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
2011-10-20 Li ZefanBtrfs: fix direct-io vs nodatacow
2011-10-20 Li ZefanBtrfs: remove BUG_ON() in compress_file_range()
2011-10-20 Li ZefanBtrfs: fix array bound checking
2011-10-20 Lukas Czernerbtrfs: return EINVAL if start > total_bytes in fitrim...
2011-10-20 Li ZefanBtrfs: honor extent thresh during defragmentation
2011-10-20 Jeff Liubtrfs: trivial fix, a potential memory leak in btrfs_pa...
2011-10-20 Li ZefanBtrfs: fix wrong max_to_defrag in btrfs_defrag_file()
2011-10-20 Li ZefanBtrfs: use i_size_read() in btrfs_defrag_file()
2011-10-20 Li ZefanBtrfs: fix defragmentation regression
2011-10-20 Diego Callejabtrfs: fix memory leak in btrfs_defrag_file
2011-10-20 Yan, Zhengbtrfs: check file extent backref offset underflow
2011-10-19 Josef BacikBtrfs: don't flush the cache inode before writing it
2011-10-19 Josef BacikBtrfs: if we have a lot of pinned space, commit the...
2011-10-19 Josef BacikBtrfs: seperate out btrfs_block_rsv_check out into...
2011-10-19 Josef BacikBtrfs: reserve some space for an orphan item when unlinking
2011-10-19 Josef BacikBtrfs: release trans metadata bytes before flushing...
2011-10-19 Josef BacikBtrfs: allow shrink_delalloc flush the needed reclaimed...
2011-10-19 Josef BacikBtrfs: wait for ordered extents if we're in trouble...
2011-10-19 Josef BacikBtrfs: don't check bytes_pinned to determine if we...
2011-10-19 Josef BacikBtrfs: fix regression in re-setting a large xattr
2011-10-19 Josef BacikBtrfs: fix the amount of space reserved for unlink
2011-10-19 Josef BacikBtrfs: wait for ordered extents if we didn't reclaim...
2011-10-19 Josef BacikBtrfs: inline checksums into the disk free space cache
2011-10-19 Josef BacikBtrfs: take overflow into account in reserving space
2011-10-19 Josef BacikBtrfs: check the return value of filemap_write_and_wait...
2011-10-19 Josef BacikBtrfs: add a io_ctl struct and helpers for dealing...
2011-10-19 Josef BacikBtrfs: don't skip writing out a empty block groups...
2011-10-19 Josef BacikBtrfs: introduce mount option no_space_cache
2011-10-19 Josef BacikBtrfs: only inherit btrfs specific flags when creating...
2011-10-19 Josef BacikBtrfs: allow us to overcommit our enospc reservations
2011-10-19 Josef BacikBtrfs: break out of orphan cleanup if we can't make...
2011-10-19 Josef BacikBtrfs: use the global reserve as a backup for deleting...
2011-10-19 Josef BacikBtrfs: stop using write_one_page
2011-10-19 Josef BacikBtrfs: introduce convert_extent_bit
2011-10-19 Josef BacikBtrfs: check unused against how much space we actually...
2011-10-19 Josef BacikBtrfs: fix orphan cleanup regression
2011-10-19 Josef BacikBtrfs: use the inode's mapping mask for allocating...
2011-10-19 Josef BacikBtrfs: delay iput when deleting a block group
2011-10-19 Josef BacikBtrfs: make sure to unset trans->block_rsv before runni...
2011-10-19 Josef BacikBtrfs: stop passing a trans handle all around the reser...
2011-10-19 Josef BacikBtrfs: don't get the block_rsv in btrfs_free_tree_block
2011-10-19 Josef BacikBtrfs: use the transactions block_rsv for the csum...
2011-10-19 Josef BacikBtrfs: handle enospc accounting for free space inodes
2011-10-19 Josef BacikBtrfs: put the block group cache after we commit the...
2011-10-19 Josef BacikBtrfs: set truncate block rsv's size
2011-10-19 Josef BacikBtrfs: don't increase the block_rsv's size when emergen...
2011-10-19 Josef BacikBtrfs: fix space leak when we fail to make an allocation
2011-10-19 Josef BacikBtrfs: fix call to btrfs_search_slot in free space...
2011-10-19 Josef BacikBtrfs: allow callers to specify if flushing can occur...
2011-10-19 Josef BacikBtrfs: reduce the amount of space needed for truncates
2011-10-19 Josef BacikBtrfs: only reserve space in fallocate if we have to...
2011-10-19 Josef BacikBtrfs: kill btrfs_truncate_reserve_metadata
2011-10-19 Josef BacikBtrfs: optimize how we account for space in truncate
2011-10-19 Josef BacikBtrfs: don't try to commit in btrfs_block_rsv_check
2011-10-19 Josef BacikBtrfs: kill unused parts of block_rsv
2011-10-19 Josef BacikBtrfs: ratelimit the generation printk for the free...
2011-10-19 Josef BacikBtrfs: fix how we reserve space for deleting inodes
2011-10-19 Josef BacikBtrfs: kill the durable block rsv stuff
2011-10-19 Josef BacikBtrfs: kill the orphan space calculation for snapshots
2011-10-19 Josef BacikBtrfs: calculate checksum space correctly
2011-10-19 Josef BacikBtrfs: skip looking for delalloc if we don't have ...
2011-10-19 Josef BacikBtrfs: use bytes_may_use for all ENOSPC reservations
2011-10-19 Josef BacikBtrfs: fix how we mount subvol=<whatever>
2011-10-19 Josef BacikBtrfs: use d_obtain_alias when mounting subvol/subvolid
2011-10-19 Josef BacikBtrfs: kill reserved_bytes in inode
2011-10-19 Josef BacikBtrfs: move stuff around in btrfs_inode to get better...
2011-10-17 David S. MillerMerge branch 'nf' of git://1984.lsi.us.es/net
2011-10-16 Linus TorvaldsMerge branch 'fixes' of ftp.arm.linux.org.uk/pub/linux...
2011-10-14 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-10-14 Linus TorvaldsMerge branch 'gpio/merge' of git://git.secretlab.ca...
2011-10-14 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-10-14 Linus TorvaldsMerge branch 'stable' of git://github.com/cmetcalf...
2011-10-14 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://tesla...
2011-10-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2011-10-13 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-11 Chris MasonBtrfs: make sure not to defrag extents past i_size
2011-10-10 Li ZefanBtrfs: fix recursive auto-defrag
2011-10-10 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2011-10-10 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2011-10-10 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
next