Age | Commit message (Expand) | Author |
2016-08-25 | btrfs: divide btrfs_update_reserved_bytes() into two functions | Wang Xiaoguang |
2016-08-25 | btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster() | Wang Xiaoguang |
2016-08-25 | btrfs: qgroup: Fix qgroup incorrectness caused by log replay | Qu Wenruo |
2016-08-25 | btrfs: relocation: Fix leaking qgroups numbers on data extents | Qu Wenruo |
2016-08-25 | btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() | Qu Wenruo |
2016-08-25 | btrfs: waiting on qgroup rescan should not always be interruptible | Jeff Mahoney |
2016-08-25 | btrfs: properly track when rescan worker is running | Jeff Mahoney |
2016-08-25 | btrfs: flush_space: treat return value of do_chunk_alloc properly | Alex Lyakas |
2016-08-25 | Btrfs: add ASSERT for block group's memory leak | Liu Bo |
2016-08-25 | btrfs: backref: Fix soft lockup in __merge_refs function | Qu Wenruo |
2016-08-25 | Btrfs: fix memory leak of reloc_root | Liu Bo |
2016-08-05 | Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Chris Mason |
2016-08-03 | Btrfs: fix __MAX_CSUM_ITEMS | Chris Mason |
2016-08-03 | Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve() | Filipe Manana |
2016-08-01 | Btrfs: improve performance on fsync against new inode after rename/unlink | Filipe Manana |
2016-08-01 | Btrfs: be more precise on errors when getting an inode from disk | Filipe Manana |
2016-08-01 | Btrfs: send, don't bug on inconsistent snapshots | Filipe Manana |
2016-08-01 | Btrfs: send, avoid incorrect leaf accesses when sending utimes operations | Filipe Manana |
2016-08-01 | Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations | Robbie Ko |
2016-08-01 | Btrfs: send, fix warning due to late freeing of orphan_dir_info structures | Robbie Ko |
2016-08-01 | Btrfs: incremental send, fix premature rmdir operations | Robbie Ko |
2016-08-01 | Btrfs: incremental send, fix invalid paths for rename operations | Filipe Manana |
2016-08-01 | Btrfs: send, add missing error check for calls to path_loop() | Filipe Manana |
2016-08-01 | Btrfs: send, fix failure to move directories with the same name around | Robbie Ko |
2016-08-01 | Btrfs: add missing check for writeback errors on fsync | Filipe Manana |
2016-07-26 | Merge branch 'kdave-v4.8' into for-linus-4.8 | Chris Mason |
2016-07-26 | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney |
2016-07-26 | btrfs: add btrfs_trans_handle->fs_info pointer | Jeff Mahoney |
2016-07-26 | btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction | Jeff Mahoney |
2016-07-26 | btrfs: convert nodesize macros to static inlines | Jeff Mahoney |
2016-07-26 | btrfs: introduce BTRFS_MAX_ITEM_SIZE | Jeff Mahoney |
2016-07-26 | btrfs: cleanup, remove prototype for btrfs_find_root_ref | Jeff Mahoney |
2016-07-26 | btrfs: copy_to_sk drop unused root parameter | Jeff Mahoney |
2016-07-26 | btrfs: simpilify btrfs_subvol_inherit_props | Jeff Mahoney |
2016-07-26 | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root | Jeff Mahoney |
2016-07-26 | btrfs: tests, require fs_info for root | Jeff Mahoney |
2016-07-26 | btrfs: tests, move initialization into tests/ | Jeff Mahoney |
2016-07-26 | btrfs: btrfs_test_opt and friends should take a btrfs_fs_info | Jeff Mahoney |
2016-07-26 | btrfs: prefix fsid to all trace events | Jeff Mahoney |
2016-07-26 | btrfs: plumb fs_info into btrfs_work | Jeff Mahoney |
2016-07-26 | btrfs: remove obsolete part of comment in statfs | David Sterba |
2016-07-26 | btrfs: hide test-only member under ifdef | David Sterba |
2016-07-26 | btrfs: Ratelimit "no csum found" info message | Nikolay Borisov |
2016-07-26 | btrfs: Add ratelimit to btrfs printing | Nikolay Borisov |
2016-07-26 | Btrfs: fix unexpected balance crash due to BUG_ON | Liu Bo |
2016-07-26 | Btrfs: fix panic in balance due to EIO | Liu Bo |
2016-07-26 | Btrfs: fix eb memory leak due to readpage failure | Liu Bo |
2016-07-26 | Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup() | Liu Bo |
2016-07-26 | btrfs: fix free space calculation in dump_space_info() | Wang Xiaoguang |
2016-07-26 | Btrfs: subpage-blocksize: Rate limit scrub error message | Chandan Rajendra |