summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2018-03-26btrfs: Don't hardcode the csum size in btrfs_ordered_sum_sizeNikolay Borisov
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King
2018-03-26btrfs: Remove unused btrfs_start_transaction_lflush functionNikolay Borisov
2018-03-26btrfs: print error if primary super block write failsHoward McLauchlan
2018-03-26btrfs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo
2018-03-26Btrfs: enhance leak debug checker for extent state and extent bufferLiu Bo
2018-03-20sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra
2018-03-16Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-16Revert "btrfs: use proper endianness accessors for super_copy"David Sterba
2018-03-14btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski
2018-03-14btrfs: Fix NULL pointer exception in find_bio_stripeDmitriy Gorokh
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov
2018-03-01btrfs: handle failure of add_pending_csumsNikolay Borisov
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-05btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov
2018-02-02Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana
2018-02-02btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell
2018-02-02btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov
2018-02-02Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo
2018-02-02Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo
2018-02-02Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo