aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-20btrfs: fix stat blocks accountingDavid Sterba
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: release metadata from global reserve if we have to fallback for unlinkJosef Bacik
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-20Btrfs: fix direct-io vs nodatacowLi Zefan
2011-10-20Btrfs: remove BUG_ON() in compress_file_range()Li Zefan
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef Bacik
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef Bacik
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik
2011-10-19Btrfs: set truncate block rsv's sizeJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik
2011-10-19Btrfs: optimize how we account for space in truncateJosef Bacik
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik
2011-09-29btrfs: Moved repair code from inode.c to extent_io.cJan Schmidt
2011-09-29btrfs: Do not use bio->bi_bdev after submissionJan Schmidt
2011-09-29btrfs: add mirror_num to extent_read_full_pageJan Schmidt
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-11Btrfs: fix wrong nbytes information of the inodeMiao Xie
2011-09-11Btrfs: fix unclosed transaction handle in btrfs_cont_expandMiao Xie
2011-09-11btrfs: fix warning in iput for bad-inodeSergei Trofimovich
2011-08-18btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney
2011-08-01Btrfs: fix readahead in file defragLi Zefan