summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason1-2/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney17-152/+147
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney4-4/+6
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney1-1/+1
2016-07-26btrfs: convert nodesize macros to static inlinesJeff Mahoney1-15/+33
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney4-10/+8
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney1-3/+0
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney1-3/+2
2016-07-26btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney1-3/+3
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney7-21/+19
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney10-61/+103
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney3-77/+48
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney13-130/+135
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney5-22/+27
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney4-31/+63
2016-07-26btrfs: remove obsolete part of comment in statfsDavid Sterba1-3/+0
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba2-0/+4
2016-07-26btrfs: Ratelimit "no csum found" info messageNikolay Borisov1-1/+1
2016-07-26btrfs: Add ratelimit to btrfs printingNikolay Borisov1-2/+24
2016-07-26Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo1-4/+24
2016-07-26Btrfs: fix panic in balance due to EIOLiu Bo1-0/+4
2016-07-26Btrfs: fix eb memory leak due to readpage failureLiu Bo1-3/+22
2016-07-26Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo1-6/+6
2016-07-26btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang1-2/+2
2016-07-26Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra1-1/+1
2016-07-26btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang2-11/+41
2016-07-26Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo1-2/+8
2016-07-26btrfs: make sure device is synced before returnAnand Jain1-0/+5
2016-07-26btrfs: reorg btrfs_close_one_device()Anand Jain1-36/+35
2016-07-26btrfs: Cleanup compress_file_range()Ashish Samant1-37/+35
2016-07-26Btrfs: cleanup BUG_ON in merge_bioLiu Bo2-3/+6
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov9-16/+16
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki1-2/+1
2016-07-26btrfs: Handle uninitialised inode evictionNikolay Borisov1-1/+8
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo2-21/+52
2016-07-26Btrfs: fix double free of fs rootLiu Bo1-9/+3
2016-07-26Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo1-0/+8
2016-07-26Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2016-07-26btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang1-0/+2
2016-07-21Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason1-7/+5
2016-07-20Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik1-0/+5
2016-07-07Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2-17/+22
2016-07-07Btrfs: fill relocation block rsv after allocationJosef Bacik1-0/+6
2016-07-07Btrfs: always use trans->block_rsv for orphansJosef Bacik1-1/+7
2016-07-07Btrfs: change how we calculate the global block rsvJosef Bacik1-36/+9
2016-07-07Btrfs: use root when checking need_async_flushJosef Bacik1-5/+6
2016-07-07Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik1-0/+3
2016-07-07Btrfs: fix release reserved extents trace pointsJosef Bacik1-5/+1
2016-07-07Btrfs: add tracepoints for flush eventsJosef Bacik2-10/+21
2016-07-07Btrfs: fix delalloc reservation amount tracepointJosef Bacik1-1/+3