summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-25Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-25Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-25Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-25Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-25Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2-14/+14
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba2-5/+5
2014-04-25btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger1-2/+6
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-11btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba2-1/+28
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich1-0/+2
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik1-0/+2
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason1-2/+3
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong1-19/+89
2014-04-07Btrfs: don't compress for a small writeWang Shilong1-0/+8
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana1-1/+5
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana1-3/+3
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng1-2/+3
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter1-3/+2
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo1-1/+4
2014-04-07btrfs: make device scan less noisyDavid Sterba1-11/+24
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik3-16/+39
2014-04-07Btrfs: remove transaction from sendJosef Bacik9-187/+77
2014-04-07Btrfs: don't clear uptodate if the eb is under IOJosef Bacik6-3/+27
2014-04-07Btrfs: check for an extent_op on the locked refJosef Bacik1-1/+2
2014-04-07Btrfs: do not reset last_snapshot after relocationJosef Bacik1-21/+0
2014-03-22Btrfs: fix a crash of clone with inline extents's splitLiu Bo2-7/+18
2014-03-22btrfs: fix uninit variable warningChris Mason1-1/+1
2014-03-22Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-22Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana1-5/+66
2014-03-22Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana1-3/+3
2014-03-21Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana1-7/+2
2014-03-21Btrfs: fix race when updating existing ref headFilipe Manana1-1/+1
2014-03-21btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo3-3/+61
2014-03-21Btrfs: less fs tree lock contention when using autodefragFilipe Manana1-2/+10
2014-03-21Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun1-1/+3
2014-03-21Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana1-0/+1
2014-03-21Btrfs: cache extent states in defrag code pathFilipe Manana1-4/+9
2014-03-21Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie3-0/+8
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie3-13/+7
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie7-24/+29
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie1-1/+1
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie1-8/+1