summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2010-02-04Btrfs: apply updated fallocate i_size fixAneesh Kumar K.V
2010-02-04Btrfs: do not try and lookup the file extent when finishing ordered ioJosef Bacik
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik
2010-01-28Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V
2010-01-28Btrfs: Add mount -o compress-forceChris Mason
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
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: fallback on uncompressed io if compressed io failsJosef Bacik
2009-11-11Btrfs: fix some metadata enospc issuesJosef 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: fix possible ENOSPC problems with truncateJosef Bacik
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-09Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason
2009-10-09Btrfs: constify dentry_operationsAlexey Dobriyan
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-08Btrfs: delay clearing EXTENT_DELALLOC for compressed extentsChris Mason
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-10-01Btrfs: fix data space leak fixJosef Bacik
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-24Btrfs: don't rename file into dummy directoryYan, Zheng
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason