aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-45/+53
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+45
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney1-15/+11
2011-08-01Btrfs: fix readahead in file defragLi Zefan1-13/+0
2011-08-01Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh1-3/+7
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-14/+35
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-56/+34
2011-07-27Merge branch 'integration' into for-linusChris Mason1-56/+34
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason1-19/+10
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-24/+0
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-12/+23
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-1/+1
2011-07-26btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-5/+5
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-7/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+6
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh1-5/+17
2011-07-14btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh1-4/+5
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh1-5/+13
2011-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+7
2011-07-06btrfs: fix oops when doing space balanceMiao Xie1-5/+7
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus 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/mason/btrfs-unstableLinus 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/mason/btrfs-unstableLinus Torvalds1-2/+2
2011-06-11Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan1-1/+1
2011-06-10Btrfs: 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/mason/btrfs-unstableLinus Torvalds1-124/+137
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus 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-26Btrfs: 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_extend_itemTsutomu 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