aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-07-26btrfs: Ratelimit "no csum found" info messageNikolay Borisov
2016-07-26btrfs: Add ratelimit to btrfs printingNikolay Borisov
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo
2016-07-26Btrfs: fix panic in balance due to EIOLiu Bo
2016-07-26Btrfs: fix eb memory leak due to readpage failureLiu Bo
2016-07-26Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra
2016-07-26btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo
2016-07-26btrfs: make sure device is synced before returnAnand Jain
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo
2016-07-26Btrfs: fix double free of fs rootLiu Bo
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang
2016-07-21Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason
2016-07-20Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik
2016-07-07Btrfs: fill relocation block rsv after allocationJosef Bacik
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik
2016-07-07Btrfs: fix delalloc reservation amount tracepointJosef Bacik
2016-07-07Btrfs: trace pinned extentsJosef Bacik
2016-07-07Btrfs: introduce ticketed enospc infrastructureJosef Bacik
2016-07-07Btrfs: add tracepoint for adding block groupsJosef Bacik
2016-07-07Btrfs: warn_on for unaccounted spacesJosef Bacik
2016-07-07Btrfs: change delayed reservation fallback behaviorJosef Bacik
2016-07-07Btrfs: always reserve metadata for delalloc extentsJosef Bacik
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik
2016-07-07Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun
2016-06-22Btrfs: don't do nocow check unless we have toJosef Bacik
2016-06-22btrfs: fix deadlock in delayed_ref_async_startChris Mason