summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan1-2/+1
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan1-1/+5
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-2/+2
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik1-1/+8
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik1-1/+10
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik1-5/+5
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik1-0/+11
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik1-1/+11
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik1-19/+17
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-2/+2
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik1-1/+1
2011-10-19Btrfs: set truncate block rsv's sizeJosef Bacik1-0/+2
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-3/+3
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik1-4/+4
2011-10-19Btrfs: optimize how we account for space in truncateJosef Bacik1-29/+29
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik1-11/+38
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik1-4/+0
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik1-83/+0
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik1-0/+3
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik1-1/+0
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik1-2/+11
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason1-2/+3
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds1-11/+11
2011-09-11Btrfs: fix wrong nbytes information of the inodeMiao Xie1-2/+2
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie1-2/+6
2011-09-11btrfs: fix warning in iput for bad-inodeSergei Trofimovich1-7/+3
2011-08-18btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney1-4/+8
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-45/+53
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/mf...Chris 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/mas...Linus 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