summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich
2011-05-23Btrfs: leave spinning on lookup and map the leafJosef Bacik
2011-05-23Btrfs: don't always do readaheadJosef Bacik
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba
2011-05-12btrfs: scrubArne Jansen
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-06btrfs: remove all unused functionsDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan
2011-04-11Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen
2011-04-11Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik
2011-04-11Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-04-05Btrfs: don't warn in btrfs_add_orphanJosef Bacik
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie
2011-04-05Btrfs: fix subvol_sem leak in btrfs_rename()Johann Lombardi
2011-04-05Btrfs: Fix oops for defrag with compression turned onLi Zefan
2011-03-31Fix common misspellingsLucas De Marchi