summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-011-15/+11
* Btrfs: fix readahead in file defragLi Zefan2011-08-011-13/+0
* Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-011-3/+7
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-14/+35
|\
| * btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh2011-07-141-5/+17
| * btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh2011-07-141-4/+5
| * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-141-5/+13
* | Merge branch 'integration' into for-linusChris Mason2011-07-271-56/+34
|\ \ | |/ |/|
| * Btrfs: use the commit_root for reading free_space_inode crcsChris Mason2011-07-271-19/+10
| * Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-24/+0
| * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-12/+23
| * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-271-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-091-5/+7
|\|
| * btrfs: fix oops when doing space balanceMiao Xie2011-07-071-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-271-2/+11
|\|
| * btrfs: fix inconsonant inode informationMiao Xie2011-06-271-2/+10
| * Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-201-0/+1
|\|
| * Btrfs: fix path leakage on subvol deletionJosef Bacik2011-06-151-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-121-2/+2
|\|
| * Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan2011-06-111-1/+1
| * Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt2011-06-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-041-124/+137
|\|
| * btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-2/+1
| * Merge branch 'for-chris' ofChris Mason2011-05-281-122/+136
| |\
| | * Btrfs: leave spinning on lookup and map the leafJosef Bacik2011-05-231-0/+12
| | * Btrfs: don't always do readaheadJosef Bacik2011-05-231-2/+12
| | * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-78/+9
| | * Btrfs: fix how we do space reservation for truncateJosef Bacik2011-05-231-27/+84
| | * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-17/+17
| | * Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik2011-05-231-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-281-1/+1
|\ \ \ | |/ / |/| |
| * | fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
| |/
* | Btrfs: add mount -o auto_defragChris Mason2011-05-261-0/+12
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-3/+3
|\ \
| * | fs/btrfs: Add missing btrfs_free_pathJulia Lawall2011-05-231-0/+1
| * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-1/+0
| * | btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich2011-05-231-2/+2
| |/
* | 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-263/+34
|\ \ \
| * | | btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba2011-05-121-9/+4
| * | | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-172/+0
| * | | btrfs: remove all unused functionsDavid Sterba2011-05-061-52/+0
| * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-17/+17
| * | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-6/+6
| * | | btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-1/+1
| * | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-2/+2
| * | | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-021-6/+6
| * | | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-021-12/+12
| | |/ | |/|