aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-50/+183
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik1-0/+10
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason1-2/+2
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik1-8/+23
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik1-23/+86
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter1-1/+1
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang1-2/+0
2009-11-11Btrfs: fix some metadata enospc issuesJosef Bacik1-5/+31
2009-11-11Btrfs: fix how we set max_size for free space clustersJosef Bacik1-1/+1
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik1-6/+13
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 Torvalds13-42/+179
2009-10-14Btrfs: always pin metadata in discard modeChris Mason1-0/+8
2009-10-14Btrfs: enable discard supportChristoph Hellwig1-6/+0
2009-10-14Btrfs: add -o discard optionChristoph Hellwig3-1/+10
2009-10-14Btrfs: properly wait log writers during log syncYan, Zheng1-5/+6
2009-10-14Btrfs: fix possible ENOSPC problems with truncateJosef Bacik1-3/+24
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason4-6/+6
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason3-4/+53
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason8-16/+71
2009-10-13Btrfs: only write one super copy during fsyncChris Mason1-1/+1
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-157/+447
2009-10-09Btrfs: fix file clone ioctl for bookend extentsChris Mason1-2/+4
2009-10-09Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason1-0/+1
2009-10-09Btrfs: constify dentry_operationsAlexey Dobriyan2-2/+2
2009-10-09Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng1-29/+53
2009-10-09Btrfs: remove negative dentry when deleting subvolumneYan, Zheng2-5/+8
2009-10-08Btrfs: optimize fsync for the single writer caseJosef Bacik2-1/+13
2009-10-08Btrfs: async delalloc flushing under space pressureJosef Bacik3-11/+88
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik8-37/+107
2009-10-08Btrfs: delay clearing EXTENT_DELALLOC for compressed extentsChris Mason1-2/+4
2009-10-08Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason3-37/+51
2009-10-06Btrfs: fix possible softlockup in the allocatorJosef Bacik1-6/+17
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason5-32/+106
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds16-245/+745
2009-10-01const: constify remaining file_operationsAlexey Dobriyan3-4/+4
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-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig4-102/+10
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason14-146/+727
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason1-8/+17
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig1-1/+3
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil1-1/+1
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil1-19/+22
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball3-5/+5
2009-09-29Btrfs: introduce missing kfreeJulia Lawall1-1/+3
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball1-0/+2
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik10-115/+678
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds31-1981/+2740