summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix space checking during fs resizeDaniel J Blueman2012-04-271-1/+1
* Btrfs: Prevent root_list corruptionDaniel J Blueman2012-04-271-0/+2
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-11/+24
* btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-221-6/+8
* btrfs: btrfs_drop_snapshot should return intJeff Mahoney2012-03-221-1/+2
* btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-221-12/+10
* btrfs: __add_reloc_root error push-upJeff Mahoney2012-03-221-6/+16
* btrfs: Panic on bad rbtree operationsJeff Mahoney2012-03-221-7/+29
* Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik2012-01-161-2/+0
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason2012-01-161-8/+10
|\
| * Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-8/+10
* | Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-151-0/+2
|/
* Btrfs: fix orphan backref nodesMiao Xie2011-11-101-0/+2
* btrfs: check file extent backref offset underflowYan, Zheng2011-10-201-1/+4
* Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-4/+2
* Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik2011-10-191-1/+2
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-8/+7
* Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-191-2/+2
* Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-191-2/+0
* Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-191-1/+0
* Merge branch 'integration' into for-linusChris Mason2011-07-271-1/+2
|\
| * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-271-1/+2
* | 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