summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-021-45/+53
|\
| * btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney2011-08-011-15/+11
| * Btrfs: fix readahead in file defragLi Zefan2011-08-011-13/+0
| * Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-011-3/+7
| * Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-14/+35
| |\
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inodeMark Fasheh2011-07-141-5/+17
| | * btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_itemsMark Fasheh2011-07-141-4/+5
| | * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-141-5/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-08-011-2/+45
|\ \ \
| * | | Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik2011-08-011-2/+45
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-271-56/+34
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'integration' into for-linusChris Mason2011-07-271-56/+34
| |\ \ | | |/ | |/|
| | * Btrfs: use the commit_root for reading free_space_inode crcsChris Mason2011-07-271-19/+10
| | * Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-24/+0
| | * Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-12/+23
| | * Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik2011-07-271-1/+1
* | | btrfs: S_ISREG(mode) is not mode & S_IFREG...Al Viro2011-07-261-2/+2
* | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-5/+5
* | | get rid of useless dget_parent() in btrfs rename() and link()Al Viro2011-07-201-4/+2
* | | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-7/+1
* | | btrfs: kill magical embedded struct superblockAl Viro2011-07-201-1/+1
* | | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* | | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | | kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+6
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-081-5/+7
|\ \ | |/
| * btrfs: fix oops when doing space balanceMiao Xie2011-07-061-5/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-271-2/+11
|\ \ | |/
| * btrfs: fix inconsonant inode informationMiao Xie2011-06-271-2/+10
| * Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-201-0/+1
|\ \ | |/
| * Btrfs: fix path leakage on subvol deletionJosef Bacik2011-06-151-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-121-2/+2
|\ \ | |/
| * Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan2011-06-111-1/+1
| * Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt2011-06-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-051-124/+137
|\ \ | |/
| * btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-2/+1
| * Merge branch 'for-chris' ofChris Mason2011-05-281-122/+136
| |\
| | * Btrfs: leave spinning on lookup and map the leafJosef Bacik2011-05-231-0/+12
| | * Btrfs: don't always do readaheadJosef Bacik2011-05-231-2/+12
| | * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-78/+9
| | * Btrfs: fix how we do space reservation for truncateJosef Bacik2011-05-231-27/+84
| | * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-17/+17
| | * Btrfs: make sure to use the delalloc reserve when filling delallocJosef Bacik2011-05-231-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-281-1/+1
|\ \ \ | |/ / |/| |
| * | fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
| |/
* | Btrfs: add mount -o auto_defragChris Mason2011-05-261-0/+12
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-3/+3
|\ \
| * | fs/btrfs: Add missing btrfs_free_pathJulia Lawall2011-05-231-0/+1
| * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-1/+0
| * | btrfs: fix typo 'testeing' -> 'testing'Sergei Trofimovich2011-05-231-2/+2
| |/
OpenPOWER on IntegriCloud