- Update to 3.3-final.
[linux-flexiantxendom0-3.2.10.git] / fs / btrfs / free-space-cache.c
2012-03-10 Jeff Mahoneybtrfs: Handle EIO.
2012-03-10 Jeff Mahoneybtrfs: drop gfp_t from lock_extent.
2012-02-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-02-15 Tsutomu ItohBtrfs: fix memory leak in load_free_space_cache()
2012-01-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-26 Josef BacikBtrfs: advance window_start if we're using a bitmap
2012-01-26 Josef BacikBtrfs: use cluster->window_start when allocating from...
2012-01-26 Josef BacikBtrfs: make sure a bitmap has enough bytes
2012-01-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-16 Josef BacikBtrfs: add allocator tracepoints
2012-01-16 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/linux...
2012-01-11 Li ZefanBtrfs: rewrite btrfs_trim_block_group()
2012-01-11 Li ZefanBtrfs: check the return value of io_ctl_init()
2012-01-11 Li ZefanBtrfs: avoid possible NULL deref in io_ctl_drop_pages()
2012-01-11 Li ZefanBtrfs: add pinned extents to on-disk free space cache...
2012-01-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-08 Alexandre OlivaBtrfs: revamp clustered allocation logic
2011-12-15 Justin P. Mattockbtrfs: free-space-cache.c: remove extra semicolon.
2011-11-30 Alexandre OlivaBtrfs: reset cluster's max_size when creating bitmap
2011-11-30 Alexandre OlivaBtrfs: initialize new bitmaps' list
2011-11-21 Chris MasonBtrfs: remove free-space-cache.c WARN during log replay
2011-11-20 Josef BacikBtrfs: clear pages dirty for io and set them extent...
2011-11-20 Li ZefanBtrfs: avoid unnecessary bitmap search for cluster...
2011-11-20 Li ZefanBtrfs: fix to search one more bitmap for cluster setup
2011-11-11 Josef BacikBtrfs: only map pages if we know we need them when...
2011-11-06 Josef BacikBtrfs: use the global reserve when truncating the free...
2011-11-06 Chris MasonBtrfs: make sure btrfs_remove_free_space doesn't leak...
2011-10-19 Josef BacikBtrfs: don't flush the cache inode before writing it
2011-10-19 Josef BacikBtrfs: seperate out btrfs_block_rsv_check out into...
2011-10-19 Josef BacikBtrfs: inline checksums into the disk free space cache
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: use the inode's mapping mask for allocating...
2011-10-19 Josef BacikBtrfs: stop passing a trans handle all around the reser...
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: 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: ratelimit the generation printk for the free...
2011-10-19 Josef BacikBtrfs: use bytes_may_use for all ENOSPC reservations
2011-09-11 Liu BoBtrfs: reset to appropriate block rsv after orphan...
2011-08-17 Miao XieBtrfs: fix wrong free space information
2011-07-27 Josef BacikBtrfs: use find_or_create_page instead of grab_cache_page
2011-07-11 Josef BacikBtrfs: use the normal checksumming infrastructure for...
2011-06-25 Josef BacikBtrfs: make sure to update total_bitmaps when freeing...
2011-06-10 Chris MasonBtrfs: make sure to recheck for bitmaps in clusters
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-08 Josef BacikBtrfs: fix duplicate checking logic
2011-06-08 Josef BacikBtrfs: fix bitmap regression
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: add helper for fs_info->closing
2011-06-04 Chris MasonBtrfs: add mount -o inode_cache
2011-06-04 Chris MasonBtrfs: make sure we don't overflow the free space cache...
2011-05-28 Chris MasonMerge branch 'for-chris' of
2011-05-23 Josef BacikBtrfs: check for duplicate entries in the free space...
2011-05-22 Chris MasonMerge branch 'cleanups' of git://repo.or.cz/linux-2...
2011-05-21 Chris MasonMerge branch 'ino-alloc' of git://repo.or.cz/linux...
2011-05-06 David Sterbabtrfs: remove all unused functions
2011-05-02 David Sterbabtrfs: drop unused parameter from btrfs_release_path
2011-05-02 David Sterbabtrfs: make functions static when possible
2011-05-02 David Sterbabtrfs: remove nested duplicate variable declarations
2011-04-25 Josef BacikBtrfs: free bitmaps properly when evicting the cache
2011-04-25 Li ZefanBtrfs: Free free_space item properly in btrfs_trim_bloc...
2011-04-25 Li ZefanBtrfs: Support reading/writing on disk free ino cache
2011-04-25 Li ZefanBtrfs: Make the code for reading/writing free space...
2011-04-25 Li ZefanBtrfs: Cache free inode numbers in memory
2011-04-25 Li ZefanBtrfs: Make free space cache code generic
2011-04-25 Li ZefanBtrfs: Use bitmap_set/clear()
2011-04-25 Li ZefanBtrfs: Remove unused btrfs_block_group_free_space()
2011-04-18 Chris MasonBtrfs: fix free space cache leak
2011-04-08 Josef BacikBtrfs: deal with the case that we run out of space...
2011-04-05 Josef BacikBtrfs: fix free space cache when there are pinned exten...
2011-04-05 Miao Xiebtrfs: clear __GFP_FS flag in the space cache inode
2011-03-28 Li DongyangBtrfs: add btrfs_trim_fs() to handle FITRIM
2011-03-25 Josef BacikBtrfs: cleanup how we setup free space clusters
2011-03-21 Josef BacikBtrfs: don't be as aggressive about using bitmaps
2011-03-21 Josef BacikBtrfs: deal with min_bytes appropriately when looking...
2011-03-21 Josef BacikBtrfs: check free space in block group before searching...
2011-03-17 Josef BacikBtrfs: use a slab for the free space entries
2011-02-06 Josef BacikBtrfs: make sure search_bitmap finds something in remov...
2011-01-26 Li Zefanbtrfs: Check mergeable free space when removing a cluster
2011-01-26 Li Zefanbtrfs: Add a helper try_merge_free_space()
2011-01-26 Li Zefanbtrfs: Update stats when allocating from a cluster
2011-01-26 Li Zefanbtrfs: Free fully occupied bitmap in cluster
2011-01-26 Li Zefanbtrfs: Add helper function free_bitmap()
2011-01-26 Li Zefanbtrfs: Fix threshold calculation for block groups small...
2010-12-09 Josef BacikBtrfs: deal with space cache errors better
2010-10-29 Josef BacikBtrfs: Add a clear_cache mount option
2010-10-29 Josef BacikBtrfs: load free space cache if it exists
2010-10-29 Josef BacikBtrfs: write out free space cache
2010-10-28 Josef BacikBtrfs: create special free space cache inode
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Eric ParisBtrfs: use RB_ROOT to intialize rb_trees instead of...
2009-11-11 Josef BacikBtrfs: fix how we set max_size for free space clusters
2009-09-21 Josef BacikBtrfs: fix extent entry threshold calculation
2009-09-21 Josef BacikBtrfs: fix bitmap size tracking
2009-07-31 Josef BacikBtrfs: fix btrfs_remove_from_free_space corner case
2009-07-24 Josef BacikBtrfs: async block group caching
next