aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: Add delayed iputYan, Zheng1-2/+53
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-7/+8
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng1-124/+192
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng1-3/+16
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng1-27/+44
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-18/+9
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-15/+80
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik1-0/+10
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik1-8/+23
2009-11-11Btrfs: fix some metadata enospc issuesJosef Bacik1-5/+31
2009-11-11Btrfs: fix data allocation hint startJosef Bacik1-2/+16
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+29
2009-10-14Btrfs: fix possible ENOSPC problems with truncateJosef Bacik1-3/+24
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-1/+5
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-37/+74
2009-10-09Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason1-0/+1
2009-10-09Btrfs: constify dentry_operationsAlexey Dobriyan1-1/+1
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng1-5/+7
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-14/+31
2009-10-08Btrfs: delay clearing EXTENT_DELALLOC for compressed extentsChris Mason1-2/+4
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason1-15/+30
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-31/+204
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-2/+2
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-0/+11
2009-10-01Btrfs: fix data space leak fixJosef Bacik1-0/+11
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-31/+193
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-31/+193
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-169/+494
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+1
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-169/+494
2009-09-24Btrfs: don't rename file into dummy directoryYan, Zheng1-0/+3
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng1-24/+29
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-10/+10
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan1-4/+4
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng1-7/+127
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-106/+262
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-3/+0
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason1-1/+9
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen1-0/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-38/+74
2009-09-11Btrfs: zero page past end of inline file itemsChris Mason1-0/+5
2009-09-11Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason1-0/+3
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-5/+20
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason1-17/+30
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason1-3/+3
2009-09-11Btrfs: cache values for locking extentsChris Mason1-3/+3
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-12/+12