aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason
2009-10-01Btrfs: fix arguments to btrfs_wait_on_page_writeback_rangeChristoph Hellwig
2009-09-29Btrfs: fix deadlock with free space handling and user transactionsSage Weil
2009-09-29Btrfs: fix error cases for ioctl transactionsSage Weil
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball
2009-09-29Btrfs: introduce missing kfreeJulia Lawall
2009-09-29Btrfs: Fix setting umask when POSIX ACLs are not enabledChris Ball
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
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: hash the btree inode during fill_superYan Zheng
2009-09-24Btrfs: relocate file extents in clustersYan, Zheng
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-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason
2009-09-22Btrfs: fix early enospc during balancingChris Mason
2009-09-22Btrfs: deal with NULL space infoChris Mason
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-21Btrfs: account for space used by the super mirrorsJosef Bacik
2009-09-21Btrfs: fix extent entry threshold calculationJosef Bacik
2009-09-21Btrfs: remove dead codeJosef Bacik
2009-09-21Btrfs: fix bitmap size trackingJosef Bacik
2009-09-21Btrfs: don't keep retrying a block group if we fail to allocate a clusterJosef Bacik
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik
2009-09-21Btrfs: fix arithmetic error in clone ioctlSage Weil
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-21Btrfs: speed up snapshot droppingYan, Zheng
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason
2009-09-18Btrfs: properly honor wbc->nr_to_write changesChris Mason
2009-09-17Btrfs: improve async block group cachingYan Zheng
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen
2009-09-15Btrfs: Fix async thread shutdown raceChris Mason