aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-20/+23
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-201-9/+21
|\
| * Btrfs: fix relocation racesChris Mason2011-06-171-9/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-051-14/+20
|\ \ | |/
| * Merge branch 'for-chris' ofChris Mason2011-05-281-14/+20
| |\
| | * Btrfs: don't always do readaheadJosef Bacik2011-05-231-0/+6
| | * Btrfs: kill trans_mutexJosef Bacik2011-05-231-8/+8
| | * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-05-271-32/+35
|\ \ \ | |/ /
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-1/+1
| |\ \
| | * | btrfs: scrubArne Jansen2011-05-121-1/+1
| * | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-19/+19
| |\ \ \
| | * | | btrfs: remove all unused functionsDavid Sterba2011-05-061-1/+1
| | * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-15/+15
| | * | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-1/+1
| | * | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-1/+1
| | * | | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-021-1/+1
| | | |/ | | |/|
| * | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-12/+15
| |\ \ \ | | |/ / | |/| |
| | * | Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-11/+13
| | * | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-251-1/+2
| | |/
* | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-281-0/+6
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-171-1/+1
* Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-161-1/+12
* Btrfs: Fix balance panicYan, Zheng2011-02-141-0/+1
* btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-0/+3
* btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-3/+23
* Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen2010-10-291-1/+3
* Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-291-11/+3
|\
| * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-221-11/+3
* | Btrfs: create special free space cache inodeJosef Bacik2010-10-281-4/+87
|/
* Btrfs: Fix null dereference in relocation.cYan, Zheng2010-06-111-3/+4
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-251-730/+1137
* Btrfs: Pre-allocate space for data relocationYan, Zheng2010-05-251-25/+65
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-9/+9
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-3/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-1/+1
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-1/+1
* Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLEric Paris2010-03-081-2/+2
* Btrfs: remove BUG_ON() due to mounting bad filesystemMiao Xie2010-02-041-1/+2
* Btrfs, fix memory leaks in error pathsJiri Slaby2010-01-171-1/+3
* Btrfs: Add delayed iputYan, Zheng2009-12-171-2/+2
* Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2009-12-171-13/+20
* Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng2009-12-171-0/+1
* Btrfs: fix deadlock on async thread startupChris Mason2009-10-051-2/+2
* Btrfs: relocate file extents in clustersYan, Zheng2009-09-241-89/+148
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-6/+35