summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo
2018-03-26btrfs: tree-checker: Replace root parameter with fs_infoQu Wenruo
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo
2018-03-26btrfs: Move qgroup rescan on quota enable to btrfs_quota_enableNikolay Borisov
2018-03-26btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang
2018-03-26btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov
2018-03-26btrfs: volumes: Cleanup stripe size calculationQu Wenruo
2018-03-26btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov
2018-03-26btrfs: insert newly opened device to the end of the listAnand Jain
2018-03-26btrfs: keep device list sortedAnand Jain
2018-03-26Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo
2018-03-26btrfs: Use schedule_timeout_interruptibleNikolay Borisov
2018-03-26btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call siteNikolay Borisov
2018-03-26btrfs: not a disk error if the bio_add_page failsAnand Jain
2018-03-26btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount optionQu Wenruo
2018-03-26btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain
2018-03-26btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain
2018-03-26btrfs: remove unused function btrfs_async_submit_limit()Anand Jain
2018-03-26btrfs: remove unused hardirq.hYang Shi
2018-03-26btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov
2018-03-26btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgsNikolay Borisov
2018-03-26btrfs: log, when replace, is canceled by the userAnand Jain
2018-03-26btrfs: fix null pointer deref when target device is missingAnand Jain
2018-03-26btrfs: add a comment to mark the deprecated mount optionAnand Jain
2018-03-26btrfs: manage commit mount option as %uAnand Jain
2018-03-26btrfs: manage check_int_print_mask mount option as %uAnand Jain
2018-03-26btrfs: manage metadata_ratio mount option as %uAnand Jain
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain
2018-03-26btrfs: extent_buffer_uptodate() make it static and inlineAnand Jain
2018-03-26btrfs: Remove fs_info argument of btrfs_write_and_wait_transactionNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_usedNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s...Nikolay Borisov
2018-03-26btrfs: Remove fs_info argument from switch_commit_rootsNikolay Borisov
2018-03-26btrfs: Remove root argument of cleanup_transactionNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to commit_cowonly_rootsNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to commit_fs_rootsNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to __btrfs_run_delayed_itemsNikolay Borisov
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov
2018-03-26btrfs: Remove fs_info argument from btrfs_trans_release_metadataNikolay Borisov
2018-03-26btrfs: Open code btrfs_write_and_wait_marked_extentsNikolay Borisov
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov
2018-03-26btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain
2018-03-26btrfs: btrfs_dev_replace_cancel() can return intAnand Jain
2018-03-26btrfs: rename __btrfs_dev_replace_cancel()Anand Jain
2018-03-26btrfs: open code btrfs_dev_replace_cancel()Anand Jain