summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo2018-03-263-78/+82
* Btrfs: add tracepoint for em's EEXIST caseLiu Bo2018-03-261-0/+3
* btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov2018-03-262-26/+10Star
* btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang2018-03-261-1/+1
* 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/+13Star
* btrfs: volumes: Cleanup stripe size calculationQu Wenruo2018-03-261-7/+6Star
* 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/+1Star
* 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/+4Star
* 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/+1Star
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2018-03-261-10/+6Star
* btrfs: remove unused function btrfs_async_submit_limit()Anand Jain2018-03-262-9/+0Star
* btrfs: remove unused hardirq.hYang Shi2018-03-261-1/+0Star
* 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/+0Star
* 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/+11Star
* btrfs: manage check_int_print_mask mount option as %uAnand Jain2018-03-261-11/+5Star
* btrfs: manage metadata_ratio mount option as %uAnand Jain2018-03-261-12/+6Star
* btrfs: manage thread_pool mount option as %uAnand Jain2018-03-263-10/+9Star
* btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain2018-03-262-6/+5Star
* 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/+6Star
* 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/+4Star
* 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/+13Star
* 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/+4Star
* btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-263-10/+9Star
* 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/+14Star
* btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-263-20/+19Star
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-263-17/+8Star
* 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/+4Star
* 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