summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-28btrfs: drop lock parameter from update_ioctl_balance_args and renameDavid Sterba
2018-05-28btrfs: move and comment read-only check in btrfs_cancel_balanceDavid Sterba
2018-05-28btrfs: track running balance in a simpler wayDavid Sterba
2018-05-28btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba
2018-05-28btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba
2018-05-28btrfs: add sanity check when resuming balance after mountDavid Sterba
2018-05-28btrfs: add proper safety check before resuming dev-replaceDavid Sterba
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba
2018-05-28btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba
2018-05-28btrfs: export and rename free_deviceDavid Sterba
2018-05-28btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba
2018-05-28btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba
2018-05-28btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain
2018-05-28btrfs: cleanup find_device() drop list_head pointerAnand Jain
2018-05-28btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain
2018-05-28btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain
2018-05-28btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain
2018-05-28btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov
2018-05-28btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov
2018-05-28btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov
2018-05-28btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov
2018-05-28btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov
2018-05-28btrfs: Remove map argument from try_release_extent_stateNikolay Borisov
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov
2018-05-28btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro
2018-05-28btrfs: remove unused le_test_bit()Howard McLauchlan
2018-05-28btrfs: optimize free space tree bitmap conversionHoward McLauchlan
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba
2018-05-28btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba
2018-05-28btrfs: tracepoints, fix whitespace in stringsDavid Sterba
2018-05-28btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba
2018-05-28btrfs: tracepoints, use %llu instead of %LuDavid Sterba
2018-05-28btrfs: tracepoints, use correct type for inode numberDavid Sterba
2018-05-28btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov
2018-05-28btrfs: Fix lock release orderNikolay Borisov
2018-05-28btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov
2018-05-28btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain
2018-05-28btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov
2018-05-28btrfs: rename btrfs_get_block_group_info and make it staticSu Yue
2018-05-28btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov
2018-05-27Linux 4.17-rc7Linus Torvalds