aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2009-09-15Btrfs: fix worker thread double spin_lock_irqChris Mason
2009-09-15Btrfs: fix async worker startup raceChris Mason
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-11Btrfs: zero page past end of inline file itemsChris Mason
2009-09-11Btrfs: fix btrfs page_mkwrite to return locked pageChris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason
2009-09-11Btrfs: don't lock bits in the extent tree during writepageChris Mason
2009-09-11Btrfs: cache values for locking extentsChris Mason
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason
2009-09-11Btrfs: Fix new state initialization orderChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-09-11Btrfs: tweak congestion backoffChris Mason