aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAge
* Merge branch 'integration' into for-linusChris Mason2011-07-27
|\
| * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-20
|\|
| * Btrfs: fix relocation racesChris Mason2011-06-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-04
|\|
| * Merge branch 'for-chris' ofChris Mason2011-05-28
| |\
| | * Btrfs: don't always do readaheadJosef Bacik2011-05-23
| | * Btrfs: kill trans_mutexJosef Bacik2011-05-23
| | * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-05-27
|\| |
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-23
| |\ \
| | * | btrfs: scrubArne Jansen2011-05-12
| * | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-22
| |\ \ \
| | * | | btrfs: remove all unused functionsDavid Sterba2011-05-06
| | * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-02
| | * | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-02
| | * | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-02
| | * | | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-02
| | | |/ | | |/|
| * | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-21
| |\ \ \ | | |/ / | |/| |
| | * | Btrfs: Always use 64bit inode numberLi Zefan2011-04-25
| | * | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-25
| | |/
* | / treewide: fix a few typos in commentsJustin P. Mattock2011-05-10
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-31
|/
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-28
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-17
* Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-16
* Btrfs: Fix balance panicYan, Zheng2011-02-14
* btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-01
* btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-28
* Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-29
* Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-29
|\
| * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-22
* | Btrfs: create special free space cache inodeJosef Bacik2010-10-28
|/
* Btrfs: Fix null dereference in relocation.cYan, Zheng2010-06-11
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-25
* Btrfs: Pre-allocate space for data relocationYan, Zheng2010-05-25
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-25
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-15
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-15
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-08
* Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie2010-02-04
* Btrfs, fix memory leaks in error pathsJiri Slaby2010-01-17
* Btrfs: Add delayed iputYan, Zheng2009-12-17
* Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2009-12-17
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-17
* Btrfs: fix deadlock on async thread startupChris Mason2009-10-05
* Btrfs: relocate file extents in clustersYan, Zheng2009-09-24
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-21