aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge 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-30Merge 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-28Merge 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-24Btrfs: find smallest available device extent during chunk allocationChris Mason1-2/+10
2009-07-24Btrfs: clear all space_info->full after removing a block groupChris Mason1-1/+2
2009-07-24Btrfs: make flushoncommit mount option correctly wait on ordered_extentsSage Weil1-3/+5
2009-07-24Btrfs: Avoid delayed reference update loopingYan Zheng1-4/+1
2009-07-24Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng1-2/+2
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng1-3/+7
2009-07-24Btrfs: Remove code duplication in comp_keysDiego Calleja1-13/+1
2009-07-24Btrfs: async block group cachingJosef Bacik6-124/+439
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik4-216/+826
2009-07-22Btrfs: Fix crash on read failures at mountDavid Woodhouse1-0/+10
2009-07-22Btrfs: remove of redundant btrfs_header_levelDaniel Cadete1-3/+3
2009-07-22Btrfs: adjust NULL testJulia Lawall1-1/+1
2009-07-22Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse1-20/+0
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall1-2/+2
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2-37/+42
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng2-33/+65
2009-07-22Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng1-1/+2
2009-07-22Btrfs: properly update space information after shrinking device.Yan Zheng1-2/+2
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan5-5/+0
2009-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds8-193/+423
2009-07-02Btrfs: fix error message formattingHu Tao1-1/+1
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby1-1/+1
2009-07-02Btrfs: honor nodatacow/sum mount options for new filesChris Mason1-6/+7
2009-07-02Btrfs: update backrefs while dropping snapshotYan Zheng4-181/+395
2009-07-02Btrfs: account for space we may use in fallocateJosef Bacik1-1/+11
2009-07-02Btrfs: fix the file clone ioctl for preallocated extentsChris Mason1-2/+4