summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill btrfs_fs_info::volume_mutexDavid Sterba2018-05-285-38/+12
* btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba2018-05-282-10/+1
* btrfs: cleanup helpers that reset balance stateDavid Sterba2018-05-282-20/+17
* btrfs: add sanity check when resuming balance after mountDavid Sterba2018-05-281-1/+13
* btrfs: add proper safety check before resuming dev-replaceDavid Sterba2018-05-281-1/+11
* btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba2018-05-282-7/+8
* btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2018-05-282-2/+4
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-283-103/+99
* btrfs: export and rename free_deviceDavid Sterba2018-05-282-12/+13
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-282-2/+7
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3
* btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain2018-05-281-7/+6
* btrfs: cleanup find_device() drop list_head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain2018-05-281-4/+3
* btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain2018-05-281-6/+6
* btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-283-10/+10
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-283-4/+2
* btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov2018-05-281-7/+5
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10
* btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2018-05-282-8/+2
* btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-283-9/+4
* btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov2018-05-281-2/+2
* btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-283-9/+7
* btrfs: Remove map argument from try_release_extent_stateNikolay Borisov2018-05-281-3/+2
* btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-283-13/+5
* btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro2018-05-281-1/+1
* btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-283-136/+144
* btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-283-54/+56
* btrfs: remove unused le_test_bit()Howard McLauchlan2018-05-281-5/+0
* btrfs: optimize free space tree bitmap conversionHoward McLauchlan2018-05-281-38/+23
* btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan2018-05-283-43/+20
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-285-13/+18
* btrfs: tests: pass fs_info to extent_map testsDavid Sterba2018-05-281-16/+36
* btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba2018-05-281-18/+12
* btrfs: tracepoints, fix whitespace in stringsDavid Sterba2018-05-281-2/+2
* btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba2018-05-281-62/+62
* btrfs: tracepoints, use %llu instead of %LuDavid Sterba2018-05-281-9/+9
* btrfs: tracepoints, use correct type for inode numberDavid Sterba2018-05-281-23/+24
* btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov2018-05-281-5/+7
* btrfs: Fix lock release orderNikolay Borisov2018-05-281-1/+1
* btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov2018-05-281-27/+25
* btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain2018-05-281-0/+35
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-283-10/+5
* btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2018-05-282-6/+4
* btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov2018-05-281-7/+13
* Linux 4.17-rc7v4.17-rc7Linus Torvalds2018-05-271-1/+1
* Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-271-3/+6
|\
| * Makefile: disable PIE before testing asm gotoMichal Kubecek2018-05-171-2/+3
| * kbuild: gcov: enable -fno-tree-loop-im if supportedNick Desaulniers2018-05-171-1/+3