aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-1/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris 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_numbersChris 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-25Btrfs: cleanup error handling in inode.cTsutomu Itoh1-6/+9
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik1-1/+1
2011-04-25Btrfs: 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-11Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into for-linusChris Mason1-25/+82
2011-04-11btrfs: using cached extent_state in set/unlock combinationsArne Jansen1-1/+1
2011-04-11Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-11Btrfs: fix memory leaks in btrfs_new_inode()Yoshinori Sano1-1/+4
2011-04-08Btrfs: check for duplicate iov_base's when doing dio readsJosef Bacik1-1/+16
2011-04-08Btrfs: reuse the extent_map we found when calling btrfs_get_extentJosef Bacik1-8/+28
2011-04-08Btrfs: do not use async submit for small DIO io'sJosef Bacik1-5/+19
2011-04-08Btrfs: don't split dio bios if we don't have toJosef Bacik1-7/+13
2011-04-08Btrfs: do not call btrfs_update_inode in endio if nothing changedJosef Bacik1-5/+10
2011-04-08Btrfs: map the inode item when doing fill_inode_itemJosef Bacik1-0/+12
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-16/+13
2011-04-05Btrfs: don't warn in btrfs_add_orphanJosef Bacik1-2/+0
2011-04-05btrfs: clear __GFP_FS flag in the space cache inodeMiao Xie1-2/+0
2011-04-05Btrfs: fix subvol_sem leak in btrfs_rename()Johann Lombardi1-3/+5
2011-04-05Btrfs: Fix oops for defrag with compression turned onLi Zefan1-9/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-129/+237
2011-03-28btrfs: fix possible deadlock by clearing __GFP_FS flagMiao Xie1-1/+2
2011-03-28btrfs: check link counter overflow in link(2)Al Viro1-0/+3
2011-03-28btrfs: don't mess with i_nlink of unlocked inode in rename()Al Viro1-11/+25
2011-03-28Btrfs: check return value of btrfs_alloc_path()Tsutomu Itoh1-6/+12
2011-03-28Btrfs: fix uncheck memory allocationsYoshinori Sano1-0/+2
2011-03-28btrfs: return EXDEV when linking from different subvolumesMark Fasheh1-1/+1
2011-03-28Btrfs: Per file/directory controls for COW and compressionLiu Bo1-3/+28