Age | Commit message (Expand) | Author | Files | Lines |
2018-08-06 | btrfs: validate type when reading a chunk | Gu Jinxiang | 1 | -0/+28 |
2018-08-06 | btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED | Nikolay Borisov | 3 | -8/+8 |
2018-08-06 | btrfs: Document locking requirement via lockdep_assert_held | Nikolay Borisov | 1 | -1/+2 |
2018-08-06 | btrfs: rename btrfs_release_extent_buffer_page | David Sterba | 1 | -4/+4 |
2018-08-06 | btrfs: Refactor loop in btrfs_release_extent_buffer_page | Nikolay Borisov | 1 | -9/+6 |
2018-08-06 | btrfs: Reword dodgy comments in alloc_extent_buffer | Nikolay Borisov | 1 | -9/+8 |
2018-08-06 | btrfs: Simplify page unlocking in alloc_extent_buffer | Nikolay Borisov | 1 | -7/+2 |
2018-08-06 | btrfs: scrub: cleanup the remaining nodatasum fixup code | Qu Wenruo | 1 | -289/+0 |
2018-08-06 | btrfs: refactor block group replication factor calculation to a helper | David Sterba | 4 | -36/+24 |
2018-08-06 | btrfs: use the assigned fs_devices instead of the dereference | Anand Jain | 1 | -2/+2 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leaf | Lu Fengqi | 1 | -4/+4 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit | Lu Fengqi | 4 | -9/+7 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups | Lu Fengqi | 4 | -6/+5 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent | Lu Fengqi | 3 | -25/+23 |
2018-08-06 | btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree | Lu Fengqi | 4 | -7/+4 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items | Lu Fengqi | 3 | -6/+5 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent | Lu Fengqi | 3 | -13/+9 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup | Lu Fengqi | 3 | -6/+4 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup | Lu Fengqi | 3 | -6/+4 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup | Lu Fengqi | 4 | -7/+6 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation | Lu Fengqi | 3 | -6/+6 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relation | Lu Fengqi | 1 | -6/+6 |
2018-08-06 | btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation | Lu Fengqi | 3 | -6/+6 |
2018-08-06 | btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat... | Lu Fengqi | 1 | -6/+6 |
2018-08-06 | btrfs: qgroup: Drop root parameter from update_qgroup_info_item | Lu Fengqi | 1 | -4/+5 |
2018-08-06 | btrfs: qgroup: Drop root parameter from update_qgroup_limit_item | Lu Fengqi | 1 | -5/+5 |
2018-08-06 | btrfs: qgroup: Drop quota_root parameter from del_qgroup_item | Lu Fengqi | 1 | -3/+3 |
2018-08-06 | btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_item | Lu Fengqi | 1 | -6/+6 |
2018-08-06 | btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_item | Lu Fengqi | 1 | -9/+9 |
2018-08-06 | btrfs: rename btrfs_parse_early_options | Anand Jain | 1 | -7/+6 |
2018-08-06 | btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inherit | Lu Fengqi | 1 | -16/+1 |
2018-08-06 | btrfs: Use btrfs_mark_bg_unused to replace open code | Qu Wenruo | 3 | -27/+19 |
2018-08-06 | btrfs: Rewrite retry logic in do_chunk_alloc | Nikolay Borisov | 1 | -37/+37 |
2018-08-06 | btrfs: use customized batch size for total_bytes_pinned | Ethan Lien | 2 | -15/+32 |
2018-08-06 | btrfs: use correct compare function of dirty_metadata_bytes | Ethan Lien | 1 | -4/+6 |
2018-08-06 | btrfs: return device pointer from btrfs_scan_one_device | Gu Jinxiang | 3 | -26/+30 |
2018-08-06 | btrfs: make fs_devices a local variable in btrfs_parse_early_options | Gu Jinxiang | 1 | -3/+4 |
2018-08-06 | btrfs: fix mount and ioctl device scan ioctl race | David Sterba | 1 | -6/+6 |
2018-08-06 | btrfs: reorder initialization before the mount locks uuid_mutex | David Sterba | 1 | -16/+14 |
2018-08-06 | btrfs: lift uuid_mutex to callers of btrfs_parse_early_options | David Sterba | 1 | -2/+4 |
2018-08-06 | btrfs: lift uuid_mutex to callers of btrfs_open_devices | David Sterba | 2 | -2/+4 |
2018-08-06 | btrfs: lift uuid_mutex to callers of btrfs_scan_one_device | David Sterba | 2 | -3/+13 |
2018-08-06 | btrfs: use device_list_mutex when removing stale devices | Anand Jain | 1 | -10/+15 |
2018-08-06 | btrfs: rename local devices for fs_devices in btrfs_free_stale_devices( | Anand Jain | 1 | -18/+17 |
2018-08-06 | btrfs: extend locked section when adding a new device in device_list_add | Anand Jain | 1 | -4/+12 |
2018-08-06 | btrfs: do btrfs_free_stale_devices outside of device_list_add | Anand Jain | 1 | -5/+10 |
2018-08-06 | btrfs: close devices without offloading to a temporary list | Nikolay Borisov | 1 | -20/+6 |
2018-08-06 | btrfs: Remove unused function btrfs_account_dev_extents_size | Qu Wenruo | 2 | -87/+0 |
2018-08-06 | btrfs: remove unused parameter from btrfs_parse_subvol_options | Gu Jinxiang | 1 | -4/+4 |
2018-08-06 | btrfs: fix in-memory value of total_devices after seed device deletion | Anand Jain | 1 | -0/+3 |