summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba
2018-08-06btrfs: use device_list_mutex when removing stale devicesAnand Jain
2018-08-06btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain
2018-08-06btrfs: extend locked section when adding a new device in device_list_addAnand Jain
2018-08-06btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain
2018-08-06btrfs: close devices without offloading to a temporary listNikolay Borisov
2018-08-06btrfs: Remove unused function btrfs_account_dev_extents_sizeQu Wenruo
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang
2018-08-06btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain
2018-08-06btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disableNikolay Borisov
2018-08-06btrfs: raid56: catch errors from full_stripe_writeDavid Sterba
2018-08-06btrfs: raid56: merge rbio_is_full helpersDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_scrub_parityDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_read_rebuildDavid Sterba
2018-08-06btrfs: raid56: use new helper for async_rmw_stripeDavid Sterba
2018-08-06btrfs: raid56: add new helper for starting async workDavid Sterba
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: switch types to int when counting eb pagesDavid Sterba
2018-08-06btrfs: use round_up wrapper in num_extent_pagesDavid Sterba
2018-08-06btrfs: pass only eb to num_extent_pagesDavid Sterba
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: use copy_page for copying pages instead of memcpyDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: simplify some assignments of inode numbersDavid Sterba
2018-08-06Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang
2018-08-06btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain
2018-08-06btrfs: use a temporary variable for fs_devices in btrfs_init_new_deviceAnand Jain
2018-08-06btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-08-06btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2018-08-06btrfs: tree-checker: Verify block_group_itemQu Wenruo
2018-08-06btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: remove unnecessary curly braces in btrfs_get_aclChengguang Xu
2018-08-06btrfs: avoid error code override in btrfs_get_aclChengguang Xu
2018-08-06btrfs: remove unnecessary -ERANGE check in btrfs_get_aclChengguang Xu
2018-08-06btrfs: replace empty string with NULL when getting attribute length in btrfs_...Chengguang Xu
2018-08-06btrfs: return error instead of crash when detecting unexpected type in btrfs_...Chengguang Xu
2018-08-06btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue
2018-08-06btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues
2018-08-06btrfs: print more details when checking tree block finds a problemSu Yue
2018-08-06btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tre...Nikolay Borisov
2018-08-06btrfs: Don't remove block group that still has pinned down bytesQu Wenruo
2018-08-06btrfs: Refactor count handling in btrfs_unpin_free_inoGeert Uytterhoeven
2018-08-06btrfs: use timespec64 for i_otimeArnd Bergmann
2018-08-06btrfs: use monotonic time for transaction handlingArnd Bergmann
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo