summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng12-233/+605
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng9-168/+459
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng6-116/+31
2009-09-21Btrfs: speed up snapshot droppingYan, Zheng2-49/+207
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-19Btrfs: search for an allocation hint while filling file COWChris Mason3-1/+59
2009-09-19Btrfs: properly honor wbc->nr_to_write changesChris Mason1-11/+27
2009-09-17Btrfs: improve async block group cachingYan Zheng5-259/+382
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-09-16HWPOISON: Enable error_remove_page on btrfsAndi Kleen1-0/+1
2009-09-16Btrfs: Fix async thread shutdown raceChris Mason1-6/+10
2009-09-16Btrfs: fix worker thread double spin_lock_irqChris Mason1-2/+2
2009-09-16Btrfs: fix async worker startup raceChris Mason1-3/+11
2009-09-15Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+4
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-1/+2
2009-09-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason18-317/+580
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 Mason7-13/+80
2009-09-11Btrfs: Use PagePrivate2 to track pages in the data=ordered code.Chris Mason5-55/+62
2009-09-11Btrfs: use a cached state for extent state operations during delallocChris Mason5-24/+40
2009-09-11Btrfs: don't lock bits in the extent tree during writepageChris Mason1-21/+0
2009-09-11Btrfs: cache values for locking extentsChris Mason3-36/+100
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason3-68/+28
2009-09-11Btrfs: Fix new state initialization orderChris Mason1-2/+2
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason10-60/+57
2009-09-11Btrfs: tweak congestion backoffChris Mason1-1/+1
2009-09-11Btrfs: use larger nr_to_write for larger extentsChris Mason1-5/+9
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason1-14/+60
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason2-10/+16
2009-09-11Btrfs: optimize set extent bitChris Mason2-4/+13
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason3-32/+132
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-2/+2
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-08-21btrfs: fix inode rbtree corruptionFrom: Nick Piggin1-7/+14
2009-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-20/+92
2009-08-07Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSYYan Zheng1-2/+7
2009-08-07Btrfs: correct error-handling zlib error handlingJulia Lawall1-3/+3
2009-08-07Btrfs: remove superfluous NULL pointer check in btrfs_rename()Bartlomiej Zolnierkiewicz1-2/+1
2009-07-31Btrfs: make sure the async caching thread advances the keyChris Mason1-4/+17
2009-07-31Btrfs: fix btrfs_remove_from_free_space corner caseJosef Bacik1-9/+64
2009-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-12/+28
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason3-2/+14
2009-07-30Btrfs: preserve commit_root for async cachingYan Zheng4-10/+14
2009-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds13-452/+1343
2009-07-28Btrfs: Fix async caching interaction with unmountYan Zheng2-1/+6
2009-07-27Btrfs: change how we unpin extentsJosef Bacik4-113/+46
2009-07-27Btrfs: Correct redundant test in add_inode_refJulia Lawall1-1/+1
2009-07-25Btrfs: find smallest available device extent during chunk allocationChris Mason1-2/+10