summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+11
2011-06-27btrfs: fix inconsonant inode informationMiao Xie1-2/+10
2011-06-24Btrfs: make sure to record the transid in new inodesChris Mason1-0/+1
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2011-06-15Btrfs: fix path leakage on subvol deletionJosef Bacik1-0/+1
2011-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2011-06-11Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan1-1/+1
2011-06-11Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt1-1/+1
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-124/+137
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+1
2011-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-122/+136
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-27Btrfs: add mount -o auto_defragChris Mason1-0/+12
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-3/+3
2011-05-23fs/btrfs: Add missing btrfs_free_pathJulia Lawall1-0/+1
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh1-1/+0
2011-05-23btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich1-2/+2
2011-05-23Btrfs: leave spinning on lookup and map the leafJosef Bacik1-0/+12
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-2/+12
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-78/+9
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik1-27/+84
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-17/+17
2011-05-23Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik1-0/+2
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason1-1/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-263/+34
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-31/+80
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-31/+80
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason1-125/+157
2011-05-12btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba1-9/+4
2011-05-12btrfs: scrubArne Jansen1-1/+1
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-172/+0
2011-05-06btrfs: remove all unused functionsDavid Sterba1-52/+0
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-17/+17
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-6/+6
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba1-1/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-2/+2
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-6/+6
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-12/+12
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-7/+13
2011-04-26Btrfs: cleanup error handling in inode.cTsutomu Itoh1-6/+9
2011-04-26Btrfs: put the right bio if we have an errorJosef Bacik1-1/+1
2011-04-26Btrfs: check return value of kmalloc()Tsutomu Itoh1-0/+3
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-17/+28
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-94/+103
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-15/+27
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-49/+116
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan1-18/+10
2011-04-12Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason1-25/+82