Age | Commit message (Expand) | Author |
2018-03-31 | btrfs: Remove code referencing unused TRANS_USERSPACE | Nikolay Borisov |
2018-03-31 | btrfs: Remove btrfs_file_private::trans | Nikolay Borisov |
2018-03-31 | btrfs: Remove userspace transaction ioctls | Nikolay Borisov |
2018-03-31 | btrfs: qgroup: Fix root item corruption when multiple same source snapshots a... | Qu Wenruo |
2018-03-31 | btrfs: Relax memory barrier in btrfs_tree_unlock | Nikolay Borisov |
2018-03-31 | btrfs: add define for oldest generation | Anand Jain |
2018-03-31 | btrfs: open code trivial helper btrfs_page_exists_in_range | David Sterba |
2018-03-31 | btrfs: Use filemap_range_has_page() | Matthew Wilcox |
2018-03-26 | Btrfs: dev-replace: make sure target is identical to source when raid56 rebui... | Liu Bo |
2018-03-26 | Btrfs: raid56: remove redundant async_missing_raid56 | Liu Bo |
2018-03-26 | btrfs: adjust return values of btrfs_inode_by_name | Su Yue |
2018-03-26 | btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids | Anand Jain |
2018-03-26 | btrfs: Remove root argument from cow_file_range_inline | Nikolay Borisov |
2018-03-26 | Btrfs: send: fix typo in TLV_PUT | Liu Bo |
2018-03-26 | btrfs: Remove root argument from btrfs_log_dentry_safe | Nikolay Borisov |
2018-03-26 | btrfs: Remove root arg from btrfs_log_inode_parent | Nikolay Borisov |
2018-03-26 | btrfs: Remove redundant comment from btrfs_search_forward | Nikolay Borisov |
2018-03-26 | btrfs: move btrfs_listxattr prototype to xattr.h | David Sterba |
2018-03-26 | btrfs: adjust return type of btrfs_getxattr | David Sterba |
2018-03-26 | btrfs: drop extern from function declarations | David Sterba |
2018-03-26 | btrfs: drop underscores from exported xattr functions | David Sterba |
2018-03-26 | Btrfs: send, do not issue unnecessary truncate operations | Filipe Manana |
2018-03-26 | Btrfs: skip writeback of last page when truncating file to same size | Filipe Manana |
2018-03-26 | Btrfs: dev-replace: skip prealloc extents when copy nocow pages | Liu Bo |
2018-03-26 | btrfs: unify types for metadata_ratio and data_chunk_allocations | Anand Jain |
2018-03-26 | btrfs: Remove redundant memory barriers around dio_private error status | Nikolay Borisov |
2018-03-26 | btrfs: remove assert in btrfs_init_dev_replace_tgtdev() | Anand Jain |
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 | 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 |