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-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
| |/
* | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-05-231-1/+1
|\ \
| * | btrfs: scrubArne Jansen2011-05-121-1/+1
* | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-263/+34
|\ \ \
| * | | btrfs: use printk_ratelimited instead of printk_ratelimitDavid Sterba2011-05-121-9/+4
| * | | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-172/+0
| * | | btrfs: remove all unused functionsDavid Sterba2011-05-061-52/+0
| * | | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-17/+17
| * | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-6/+6
| * | | btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-021-1/+1
| * | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-021-2/+2
OpenPOWER on IntegriCloud