Age | Commit message (Expand) | Author |
2018-03-26 | btrfs: add more __cold annotations | David Sterba |
2018-03-26 | btrfs: add (the only possible) __exit annotation | David Sterba |
2018-03-26 | btrfs: verify subvolid mount parameter | Anand Jain |
2018-03-26 | Btrfs: fix unexpected cow in run_delalloc_nocow | Liu Bo |
2018-03-26 | btrfs: Remove custom crc32c init code | Nikolay Borisov |
2018-03-26 | libcrc32c: Add crc32c_impl function | Nikolay Borisov |
2018-03-26 | btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index() | Qu Wenruo |
2018-03-26 | btrfs: tree-checker: Replace root parameter with fs_info | Qu Wenruo |
2018-03-26 | Btrfs: add tracepoint for em's EEXIST case | Liu Bo |
2018-03-26 | btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable | Nikolay Borisov |
2018-03-26 | btrfs: use reada direction enum instead of constant value in load_free_space_... | Gu JinXiang |
2018-03-26 | btrfs: use reada direction enum instead of constant value in populate_free_sp... | Gu Jinxiang |
2018-03-26 | btrfs: Remove btrfs_inode::delayed_iput_count | Nikolay Borisov |
2018-03-26 | btrfs: volumes: Cleanup stripe size calculation | Qu Wenruo |
2018-03-26 | btrfs: Streamline btrfs_delalloc_reserve_metadata initial operations | Nikolay Borisov |
2018-03-26 | btrfs: insert newly opened device to the end of the list | Anand Jain |
2018-03-26 | btrfs: keep device list sorted | Anand Jain |
2018-03-26 | Btrfs: do not check inode's runtime flags under root->orphan_lock | Liu Bo |
2018-03-26 | btrfs: Use schedule_timeout_interruptible | Nikolay Borisov |
2018-03-26 | btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site | Nikolay Borisov |
2018-03-26 | btrfs: not a disk error if the bio_add_page fails | Anand Jain |
2018-03-26 | btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option | Qu Wenruo |
2018-03-26 | btrfs: use ASSERT to report logical error in cow_file_range() | Anand Jain |
2018-03-26 | btrfs: cow_file_range() num_bytes and disk_num_bytes are same | Anand Jain |
2018-03-26 | btrfs: remove unused function btrfs_async_submit_limit() | Anand Jain |
2018-03-26 | btrfs: remove unused hardirq.h | Yang Shi |
2018-03-26 | btrfs: Add enospc_debug printing in metadata_reserve_bytes | Nikolay Borisov |
2018-03-26 | btrfs: Document consistency of transaction->io_bgs list | Nikolay Borisov |
2018-03-26 | btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgs | Nikolay Borisov |
2018-03-26 | btrfs: log, when replace, is canceled by the user | Anand Jain |
2018-03-26 | btrfs: fix null pointer deref when target device is missing | Anand Jain |
2018-03-26 | btrfs: add a comment to mark the deprecated mount option | Anand Jain |
2018-03-26 | btrfs: manage commit mount option as %u | Anand Jain |
2018-03-26 | btrfs: manage check_int_print_mask mount option as %u | Anand Jain |
2018-03-26 | btrfs: manage metadata_ratio mount option as %u | Anand Jain |
2018-03-26 | btrfs: manage thread_pool mount option as %u | Anand Jain |
2018-03-26 | btrfs: extent_buffer_uptodate() make it static and inline | Anand Jain |
2018-03-26 | btrfs: Remove fs_info argument of btrfs_write_and_wait_transaction | Nikolay Borisov |
2018-03-26 | btrfs: Remove fs_info argument from btrfs_update_commit_device_bytes_used | Nikolay Borisov |
2018-03-26 | btrfs: Remove fs_info argument from create_pending_snapshots/create_pending_s... | Nikolay Borisov |
2018-03-26 | btrfs: Remove fs_info argument from switch_commit_roots | Nikolay Borisov |
2018-03-26 | btrfs: Remove root argument of cleanup_transaction | Nikolay Borisov |
2018-03-26 | btrfs: Don't pass fs_info to commit_cowonly_roots | Nikolay Borisov |
2018-03-26 | btrfs: Don't pass fs_info to commit_fs_roots | Nikolay Borisov |
2018-03-26 | btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr | Nikolay Borisov |
2018-03-26 | btrfs: Don't pass fs_info to __btrfs_run_delayed_items | Nikolay Borisov |
2018-03-26 | btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups | Nikolay Borisov |
2018-03-26 | btrfs: Remove fs_info argument from btrfs_create_pending_block_groups | Nikolay Borisov |
2018-03-26 | btrfs: Remove fs_info argument from btrfs_trans_release_metadata | Nikolay Borisov |
2018-03-26 | btrfs: Open code btrfs_write_and_wait_marked_extents | Nikolay Borisov |