summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei1-2/+5
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2-5/+43
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana1-11/+16
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana1-2/+18
2015-01-21Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana1-4/+6
2015-01-21btrfs: remove a no-op unfreeze superbock callbackDavid Sterba1-6/+0
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba4-55/+55
2015-01-21btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba2-2/+2
2015-01-21btrfs: update message levels during failed mountDavid Sterba1-8/+8
2015-01-21btrfs: update message levels for errorsDavid Sterba2-5/+6
2015-01-21Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana1-2/+4
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason13-73/+84
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason7-49/+46
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik5-124/+72
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik3-5/+21
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba4-8/+21
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-01-14btrfs: cleanup, remove inode_ref_info helperDavid Sterba1-11/+6
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba3-15/+5
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba3-15/+22
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-11/+28
2015-01-02Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-02Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana1-3/+10
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong1-1/+3
2015-01-02Btrfs: abort transaction if we don't find the block groupJosef Bacik1-6/+6
2015-01-02Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter1-1/+1
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-25/+20
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds31-641/+2739
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba4-8/+8
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba6-23/+35
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba1-5/+5
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba1-4/+5
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba5-12/+17
2014-12-12btrfs: sink blocksize parameter to btrfs_init_new_bufferDavid Sterba1-5/+4
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba3-4/+4
2014-12-12btrfs: remove blocksize from reada_extentDavid Sterba1-9/+6
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba5-11/+8
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana3-12/+6
2014-12-10Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2014-12-10Btrfs: always clear a block group node when removing it from the treeFilipe Manana1-0/+3
2014-12-10Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana1-3/+5
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro9-55/+53
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason10-148/+1556
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik1-6/+4
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana1-1/+7
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana2-0/+6