summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-03-02Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana
2015-03-02Btrfs: add missing inode update when punching holeFilipe Manana
2015-03-02Btrfs: abort the transaction if we fail to update the free space cache inodeJosef Bacik
2015-03-02Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana
2015-02-20Btrfs: fix allocation size calculations in alloc_btrfs_bioChris Mason
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana
2015-02-14Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block groupForrest Liu
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik
2015-02-14btrfs: Fix out-of-space bugZhao Lei
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana
2015-02-03btrfs: cleanup init for list in free-space-cacheGui Hecheng
2015-02-03btrfs: delete chunk allocation attemp when setting block group roShaohua Li
2015-02-03btrfs: clear bio reference after submit_one_bio()Naohiro Aota
2015-02-03Btrfs: fix scrub race leading to use-after-freeFilipe Manana
2015-02-03Btrfs: add missing cleanup on sysfs init failureFilipe Manana
2015-02-03Btrfs: fix race between transaction commit and empty block group removalFilipe Manana
2015-02-03btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba
2015-02-03btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba
2015-02-03btrfs: add checks for sys_chunk_array sizesDavid Sterba
2015-02-03btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba
2015-02-03Btrfs: Add code to support file creation timechandan r
2015-02-03btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan
2015-01-22Btrfs: fix unused members in struct btrfs_rootAnand Jain
2015-01-22btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng
2015-01-22Btrfs: cleanup unused run_mostLiu Bo
2015-01-22Rename all ref_count to refs in structZhao Lei
2015-01-22Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei
2015-01-22Btrfs: Include map_type in raid_bioZhao Lei
2015-01-22Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei
2015-01-22Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei
2015-01-22Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei
2015-01-22Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei
2015-01-22Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei
2015-01-22Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei
2015-01-22Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei
2015-01-22Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei
2015-01-22Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-22Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei
2015-01-22Btrfs: sort raid_map before adding tgtdev stripesZhao Lei
2015-01-22Btrfs: fix a out-of-bound access of raid_mapZhao Lei
2015-01-22Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana
2015-01-22Btrfs: fix fsync when extend references are added to an inodeFilipe Manana
2015-01-22Btrfs: fix directory inconsistency after fsync log replayFilipe Manana
2015-01-22Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana
2015-01-22btrfs: remove a no-op unfreeze superbock callbackDavid Sterba