aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-12
|\
| * Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan2011-06-11
| * Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt2011-06-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-04
|\|
| * btrfs: add helper for fs_info->closingDavid Sterba2011-06-04
| * Merge branch 'for-chris' ofChris Mason2011-05-28
| |\
| | * Btrfs: leave spinning on lookup and map the leafJosef Bacik2011-05-23
| | * Btrfs: don't always do readaheadJosef Bacik2011-05-23
| | * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-23
| | * Btrfs: fix how we do space reservation for truncateJosef Bacik2011-05-23
| | * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-23
| | * Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik2011-05-23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-28
|\ \ \ | |/ / |/| |
| * | fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-27
| |/
* | Btrfs: add mount -o auto_defragChris Mason2011-05-26
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-23
|\ \
| * | fs/btrfs: Add missing btrfs_free_pathJulia Lawall2011-05-23
| * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-23
| * | btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich2011-05-23
| |/
* | 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: use printk_ratelimited instead of printk_ratelimitDavid Sterba2011-05-12
| * | | btrfs: remove old unused commented out codeDavid Sterba2011-05-06
| * | | 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 parameter from extent_map_tree_initDavid 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
| * | | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-02
| | |/ | |/|
* | | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-22
|\ \ \
| * | | btrfs: implement delayed inode items operationMiao Xie2011-05-21
| |/ /
* | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-21
|\ \ \ | |/ / |/| |
| * | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-25
| * | Btrfs: Always use 64bit inode numberLi Zefan2011-04-25
| * | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-26
|\ \ \ | | |/ | |/|
| * | Btrfs: cleanup error handling in inode.cTsutomu Itoh2011-04-25
| * | Btrfs: put the right bio if we have an errorJosef Bacik2011-04-25
| * | Btrfs: check return value of kmalloc()Tsutomu Itoh2011-04-25
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-18
|\|
| * Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie2011-04-13
| * Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan2011-04-13
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2011-04-11
| |\
| | * Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik2011-04-08
| | * Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik2011-04-08
| | * Btrfs: do not use async submit for small DIO io'sJosef Bacik2011-04-08
| | * Btrfs: don't split dio bios if we don't have toJosef Bacik2011-04-08
| | * Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik2011-04-08