summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei
2015-01-21Btrfs: sort raid_map before adding tgtdev stripesZhao Lei
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana
2015-01-21Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana
2015-01-21btrfs: remove a no-op unfreeze superbock callbackDavid Sterba
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2015-01-21btrfs: set proper message level for skinny metadataDavid Sterba
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba
2015-01-21btrfs: update message levels during failed mountDavid Sterba
2015-01-21btrfs: update message levels for errorsDavid Sterba
2015-01-21Btrfs: fix setup_leaf_for_split() to avoid leaf corruptionFilipe Manana
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/...Chris Mason
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi
2015-01-19Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana
2015-01-19Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh
2015-01-19btrfs: sync ioctl, handle errors after transaction startDavid Sterba
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba
2015-01-14btrfs: cleanup, remove inode_ref_info helperDavid Sterba
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2015-01-02Btrfs: don't delay inode ref updates during log replayChris Mason
2015-01-02Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong
2015-01-02Btrfs: abort transaction if we don't find the block groupJosef Bacik
2015-01-02Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba