aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-08-25Btrfs: fix em leak in find_first_block_groupJosef Bacik
2016-08-25btrfs: do not background blkdev_put()Anand Jain
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas
2016-08-25Btrfs: add ASSERT for block group's memory leakLiu Bo
2016-08-25btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason
2016-08-03Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana
2016-08-01Btrfs: be more precise on errors when getting an inode from diskFilipe Manana
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko
2016-08-01Btrfs: add missing check for writeback errors on fsyncFilipe Manana
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney
2016-07-26btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney
2016-07-26btrfs: convert nodesize macros to static inlinesJeff Mahoney
2016-07-26btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney
2016-07-26btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney
2016-07-26btrfs: copy_to_sk drop unused root parameterJeff Mahoney
2016-07-26btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney
2016-07-26btrfs: remove obsolete part of comment in statfsDavid Sterba
2016-07-26btrfs: hide test-only member under ifdefDavid Sterba
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