summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2010-08-13Btrfs: make sure fallocate properly starts a transactionChris Mason
2010-08-13Btrfs: make metadata chunks smallerJosef Bacik
2010-08-13Btrfs: Show discard option in /proc/mountsMatthew Wilcox
2010-08-13Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki
2010-08-13Btrfs: fail mount on bad mount optionsSage Weil
2010-08-13Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng
2010-08-13Btrfs: Fix per root used space accountingYan, Zheng
2010-08-13Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng
2010-08-13Btrfs: Add delayed iputYan, Zheng
2010-08-13Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2010-08-13Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng
2010-08-13Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng
2010-08-13Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2010-08-13Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2010-08-13Btrfs: Fix disk_i_size update corner caseYan, Zheng
2010-08-13Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2010-08-13Btrfs: Add btrfs_duplicate_itemYan, Zheng
2010-08-13Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2010-08-02Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg
2010-07-05Btrfs: should add a permission check for setfaclShi Weihua
2010-05-26Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang
2009-11-11Btrfs: fix some metadata enospc issuesJosef Bacik
2009-11-11Btrfs: fix how we set max_size for free space clustersJosef Bacik
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik
2009-11-11Btrfs: fix data allocation hint startJosef Bacik
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-14Btrfs: always pin metadata in discard modeChris Mason
2009-10-14Btrfs: enable discard supportChristoph Hellwig
2009-10-14Btrfs: add -o discard optionChristoph Hellwig
2009-10-14Btrfs: properly wait log writers during log syncYan, Zheng
2009-10-14Btrfs: fix possible ENOSPC problems with truncateJosef Bacik
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-13Btrfs: only write one super copy during fsyncChris Mason
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason
2009-10-09Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason
2009-10-09Btrfs: constify dentry_operationsAlexey Dobriyan
2009-10-09Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng
2009-10-08Btrfs: optimize fsync for the single writer caseJosef Bacik
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik