summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba
2015-02-02Btrfs: Add code to support file creation timechandan r
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng
2015-01-21Btrfs: cleanup unused run_mostLiu Bo
2015-01-21Rename all ref_count to refs in structZhao Lei
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei
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