summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang2018-03-261-1/+1
* btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov2018-03-262-15/+13
* btrfs: volumes: Cleanup stripe size calculationQu Wenruo2018-03-261-7/+6
* btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov2018-03-261-6/+6
* btrfs: insert newly opened device to the end of the listAnand Jain2018-03-261-1/+1
* btrfs: keep device list sortedAnand Jain2018-03-261-0/+16
* Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo2018-03-261-9/+12
* btrfs: Use schedule_timeout_interruptibleNikolay Borisov2018-03-261-3/+1
* btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov2018-03-261-5/+6
* btrfs: not a disk error if the bio_add_page failsAnand Jain2018-03-261-7/+4
* btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount optionQu Wenruo2018-03-261-2/+17
* btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain2018-03-261-2/+1
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2018-03-261-10/+6
* btrfs: remove unused function btrfs_async_submit_limit()Anand Jain2018-03-262-9/+0
* btrfs: remove unused hardirq.hYang Shi2018-03-261-1/+0
* btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov2018-03-261-1/+6
* btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-263-2/+27
* btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsNikolay Borisov2018-03-261-9/+0
* btrfs: log, when replace, is canceled by the userAnand Jain2018-03-261-0/+8
* btrfs: fix null pointer deref when target device is missingAnand Jain2018-03-261-1/+1
* btrfs: add a comment to mark the deprecated mount optionAnand Jain2018-03-261-2/+2
* btrfs: manage commit mount option as %uAnand Jain2018-03-262-17/+11
* btrfs: manage check_int_print_mask mount option as %uAnand Jain2018-03-261-11/+5
* btrfs: manage metadata_ratio mount option as %uAnand Jain2018-03-261-12/+6
* btrfs: manage thread_pool mount option as %uAnand Jain2018-03-263-10/+9
* btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain2018-03-262-6/+5
* btrfs: Remove fs_info argument of btrfs_write_and_wait_transactionNikolay Borisov2018-03-261-4/+4
* btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov2018-03-263-7/+6
* btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s...Nikolay Borisov2018-03-261-5/+5
* btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Remove root argument of cleanup_transactionNikolay Borisov2018-03-261-5/+4
* btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov2018-03-265-21/+13
* btrfs: Don't pass fs_info to __btrfs_run_delayed_itemsNikolay Borisov2018-03-261-4/+4
* btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov2018-03-263-5/+4
* btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-263-10/+9
* btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov2018-03-261-6/+8
* btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov2018-03-261-21/+14
* btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-263-20/+19
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-263-17/+8
* btrfs: btrfs_dev_replace_cancel() can return intAnand Jain2018-03-262-3/+3
* btrfs: rename __btrfs_dev_replace_cancel()Anand Jain2018-03-263-3/+3
* btrfs: open code btrfs_dev_replace_cancel()Anand Jain2018-03-263-12/+4
* btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov2018-03-261-1/+3
* Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King2018-03-261-1/+1
* btrfs: remove redundant check on ret and gotoColin Ian King2018-03-261-2/+1
* btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov2018-03-262-11/+0
* btrfs: print error if primary super block write failsHoward McLauchlan2018-03-261-1/+14
* btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo2018-03-261-3/+3