aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo3-27/+19
2018-08-06btrfs: Rewrite retry logic in do_chunk_allocNikolay Borisov1-37/+37
2018-08-06btrfs: use customized batch size for total_bytes_pinnedEthan Lien2-15/+32
2018-08-06btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang3-26/+30
2018-08-06btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang1-3/+4
2018-08-06btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba1-6/+6
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba1-16/+14
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba1-2/+4
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2-2/+4
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2-3/+13
2018-08-06btrfs: use device_list_mutex when removing stale devicesAnand Jain1-10/+15
2018-08-06btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain1-18/+17
2018-08-06btrfs: extend locked section when adding a new device in device_list_addAnand Jain1-4/+12
2018-08-06btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain1-5/+10
2018-08-06btrfs: close devices without offloading to a temporary listNikolay Borisov1-20/+6
2018-08-06btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo2-87/+0
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang1-4/+4
2018-08-06btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain1-0/+3
2018-08-06btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov3-31/+76
2018-08-06btrfs: raid56: catch errors from full_stripe_writeDavid Sterba1-1/+4
2018-08-06btrfs: raid56: merge rbio_is_full helpersDavid Sterba1-17/+6
2018-08-06btrfs: raid56: use new helper for async_scrub_parityDavid Sterba1-11/+3
2018-08-06btrfs: raid56: use new helper for async_read_rebuildDavid Sterba1-12/+3
2018-08-06btrfs: raid56: use new helper for async_rmw_stripeDavid Sterba1-9/+2
2018-08-06btrfs: raid56: add new helper for starting async workDavid Sterba1-0/+6
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba6-13/+13
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba2-23/+23
2018-08-06btrfs: use round_up wrapper in num_extent_pagesDavid Sterba1-2/+2
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba2-18/+18
2018-08-06btrfs: prune unused includesDavid Sterba14-48/+0
2018-08-06btrfs: use copy_page for copying pages instead of memcpyDavid Sterba2-9/+7
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba8-25/+22
2018-08-06btrfs: simplify some assignments of inode numbersDavid Sterba1-6/+6
2018-08-06Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang1-2/+2
2018-08-06btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain1-4/+1
2018-08-06btrfs: use a temporary variable for fs_devices in btrfs_init_new_deviceAnand Jain1-21/+21
2018-08-06btrfs: relocation: Only remove reloc rb_trees if reloc control has been initializedQu Wenruo1-11/+12
2018-08-06btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2018-08-06btrfs: tree-checker: Verify block_group_itemQu Wenruo3-1/+103
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba3-9/+9
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov4-10/+72
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov5-394/+4
2018-08-06btrfs: remove unnecessary curly braces in btrfs_get_aclChengguang Xu1-4/+3
2018-08-06btrfs: avoid error code override in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: remove unnecessary -ERANGE check in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: replace empty string with NULL when getting attribute length in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: return error instead of crash when detecting unexpected type in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue3-5/+5
2018-08-06btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues1-7/+8