summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2-5/+43
2015-01-22Btrfs: fix fsync when extend references are added to an inodeFilipe Manana1-11/+16
2015-01-22Btrfs: fix directory inconsistency after fsync log replayFilipe Manana1-2/+18
2015-01-22Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana1-4/+6
2015-01-22btrfs: remove a no-op unfreeze superbock callbackDavid Sterba1-6/+0
2015-01-22btrfs: switch extent_state state to unsignedDavid Sterba4-55/+55
2015-01-22btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-01-22btrfs: update message levels after checksum errorsDavid Sterba2-2/+2
2015-01-22btrfs: update message levels during failed mountDavid Sterba1-8/+8
2015-01-22btrfs: update message levels for errorsDavid Sterba2-5/+6
2015-01-22Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana1-2/+4
2015-01-22Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason13-73/+84
2015-01-22Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason7-49/+46
2015-01-22Btrfs: track dirty block groups on their own listJosef Bacik5-124/+72
2015-01-22Btrfs: change how we track dirty rootsJosef Bacik3-5/+21
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-21btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-21btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2015-01-21fs: remove default_backing_dev_infoChristoph Hellwig1-1/+1
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig2-7/+0
2015-01-21fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-21fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-2/+1
2015-01-20btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2015-01-20Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2-1/+2
2015-01-20Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh1-1/+1
2015-01-20btrfs: sync ioctl, handle errors after transaction startDavid Sterba1-2/+2
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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-11/+28
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-12-20Merge 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