summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba
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-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-17Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-01-17Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
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-13locks: fix NULL-deref in generic_delete_leaseNeilBrown