aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba1-0/+19
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba1-0/+19
2015-02-02Btrfs: Add code to support file creation timechandan r3-2/+36
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba5-69/+33
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng1-0/+2
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-6/+17
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan1-1/+1
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain2-4/+0
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng1-2/+1
2015-01-21Btrfs: cleanup unused run_mostLiu Bo1-4/+1
2015-01-21Rename all ref_count to refs in structZhao Lei1-13/+13
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei4-28/+19
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei4-18/+22
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei1-16/+9
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei1-72/+48
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub_handle_errored_block()Zhao Lei1-27/+17
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei1-1/+1
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei1-11/+2
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei1-6/+6
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei1-12/+7
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei1-1/+2
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei7-54/+57
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei5-125/+105
2015-01-21Btrfs: sort raid_map before adding tgtdev stripesZhao Lei1-14/+8
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/linux/kernel/git/kdave/linux into for-linusChris Mason13-73/+84
2015-01-21Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris 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-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig2-7/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-2/+1
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1