aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie1-1/+1
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+4
2011-11-20btrfs: fix stat blocks accountingDavid Sterba1-2/+4
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+57
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie1-0/+3
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason1-20/+44
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik1-0/+1
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason1-7/+9
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-310/+147
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-153/+4
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-1/+1
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik1-1/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
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-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt1-152/+3
2011-09-29btrfs: Do not use bio->bi_bdev after submissionJan Schmidt1-1/+1
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt1-1/+1
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/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