summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-227-34/+49
| * | | | | btrfs: add helper for device path or missingAnand Jain2018-01-221-11/+14
| * | | | | btrfs: drop btrfs_device::can_discard to query directlyAnand Jain2018-01-223-10/+4
| * | | | | btrfs: make function update_share_count staticColin Ian King2018-01-221-1/+2
| * | | | | btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-224-10/+1
| * | | | | btrfs: extent-tree: Make btrfs_inode_rsv_refill function staticQu Wenruo2018-01-221-2/+2
| * | | | | btrfs: move some zstd work data from stack to workspaceDavid Sterba2018-01-221-65/+67
| * | | | | btrfs: reorder btrfs_transaction members for better packingDavid Sterba2018-01-221-2/+2
| * | | | | btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba2018-01-222-2/+2
| * | | | | btrfs: reorder btrfs_trans_handle members for better packingDavid Sterba2018-01-221-2/+2
| * | | | | btrfs: switch to refcount_t type for btrfs_trans_handle::use_countDavid Sterba2018-01-222-7/+7
| * | | | | btrfs: remove unused member of btrfs_trans_handleDavid Sterba2018-01-221-1/+0
| * | | | | btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-222-3/+3
| * | | | | btrfs: remove dead code from btrfs_get_extentEdmund Nadolski2018-01-221-21/+1
| * | | | | btrfs: btrfs_inode_log_parent should use defined inode_only values.Edmund Nadolski2018-01-221-4/+3
| * | | | | btrfs: switch to on-stack csum buffer in csum_tree_blockDavid Sterba2018-01-221-13/+3
| * | | | | Btrfs: set plug for fsyncLiu Bo2018-01-221-0/+9
| * | | | | btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()Anand Jain2018-01-221-56/+65
| * | | | | btrfs: move check for device generation to the lastAnand Jain2018-01-221-3/+5
| * | | | | btrfs: set fs_devices->seed directlyAnand Jain2018-01-221-3/+1
| * | | | | btrfs: ref-verify: Remove unused parameter from walk_up_tree() to kill warningGeert Uytterhoeven2018-01-221-4/+2
| * | | | | btrfs: sink get_extent parameter to read_extent_buffer_pagesDavid Sterba2018-01-224-8/+11
| * | | | | btrfs: sink get_extent parameter to __do_contiguous_readpagesDavid Sterba2018-01-221-6/+4
| * | | | | btrfs: sink get_extent parameter to __extent_readpagesDavid Sterba2018-01-221-7/+8
| * | | | | btrfs: sink get_extent parameter to extent_readpagesDavid Sterba2018-01-223-10/+7
| * | | | | btrfs: sink get_extent parameter to get_extent_skip_holesDavid Sterba2018-01-221-8/+5
| * | | | | btrfs: sink get_extent parameter to extent_fiemapDavid Sterba2018-01-223-5/+5
| * | | | | btrfs: drop get_extent from extent_page_dataDavid Sterba2018-01-221-6/+1
| * | | | | btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-223-4/+2
| * | | | | btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-223-6/+3
| * | | | | btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-223-4/+2
| * | | | | btrfs: Cleanup existing name_len checksQu Wenruo2018-01-229-186/+9
| * | | | | btrfs: tree-checker: Add checker for dir itemQu Wenruo2018-01-221-0/+141
| * | | | | btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba2018-01-221-1/+1
| * | | | | btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba2018-01-222-3/+3
| * | | | | btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-229-42/+30
| * | | | | btrfs: prepare to drop gfp mask parameter from clear_extent_bitDavid Sterba2018-01-222-7/+11
| * | | | | btrfs: use non-RCU list traversal in write_all_supers calleesDavid Sterba2018-01-221-4/+5
| * | | | | btrfs: switch to RCU for device traversal in btrfs_ioctl_fs_infoDavid Sterba2018-01-221-4/+4
| * | | | | btrfs: switch to RCU for device traversal in btrfs_ioctl_dev_infoDavid Sterba2018-01-221-5/+2
| * | | | | btrfs: simplify btrfs_close_bdevDavid Sterba2018-01-221-3/+5
| * | | | | btrfs: document device lockingDavid Sterba2018-01-221-0/+65
| * | | | | btrfs: simplify exit paths in btrfs_init_new_deviceDavid Sterba2018-01-221-4/+3
| * | | | | btrfs: use free_device where opencodedDavid Sterba2018-01-221-28/+11
| * | | | | btrfs: introduce free_device helperDavid Sterba2018-01-221-2/+14
| * | | | | btrfs: rename device free rcu helper to free_device_rcuDavid Sterba2018-01-221-5/+5
| * | | | | Btrfs: document rules about bio async submitLiu Bo2018-01-221-1/+16
| * | | | | btrfs: Reduce scope of delayed_rsv->lock in may_commit_transNikolay Borisov2018-01-221-2/+2
| * | | | | Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-228-11/+11
| * | | | | btrfs: rename btrfs_add_device to btrfs_add_dev_itemAnand Jain2018-01-221-2/+2