aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba2-10/+1
2018-05-28btrfs: cleanup helpers that reset balance stateDavid Sterba2-20/+17
2018-05-28btrfs: add sanity check when resuming balance after mountDavid Sterba1-1/+13
2018-05-28btrfs: add proper safety check before resuming dev-replaceDavid Sterba1-1/+11
2018-05-28btrfs: move clearing of EXCL_OP out of __cancel_balanceDavid Sterba2-7/+8
2018-05-28btrfs: move volume_mutex to callers of btrfs_rm_deviceDavid Sterba2-2/+4
2018-05-28btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba3-103/+99
2018-05-28btrfs: export and rename free_deviceDavid Sterba2-12/+13
2018-05-28btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2-2/+7
2018-05-28btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba1-13/+3
2018-05-28btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain1-7/+6
2018-05-28btrfs: cleanup find_device() drop list_head pointerAnand Jain1-2/+1
2018-05-28btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain1-4/+3
2018-05-28btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain1-6/+6
2018-05-28btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain1-2/+1
2018-05-28btrfs: rename struct btrfs_fs_devices::listAnand Jain3-10/+10
2018-05-28btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov3-4/+2
2018-05-28btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov1-7/+5
2018-05-28btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov1-11/+10
2018-05-28btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2-8/+2
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov3-9/+4
2018-05-28btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov1-2/+2
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov3-9/+7
2018-05-28btrfs: Remove map argument from try_release_extent_stateNikolay Borisov1-3/+2
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov3-13/+5
2018-05-28btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro1-1/+1
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro3-136/+144
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro3-54/+56
2018-05-28btrfs: remove unused le_test_bit()Howard McLauchlan1-5/+0
2018-05-28btrfs: optimize free space tree bitmap conversionHoward McLauchlan1-38/+23
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan3-43/+20
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba5-13/+18
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba1-16/+36
2018-05-28btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba1-18/+12
2018-05-28btrfs: tracepoints, fix whitespace in stringsDavid Sterba1-2/+2
2018-05-28btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba1-62/+62
2018-05-28btrfs: tracepoints, use %llu instead of %LuDavid Sterba1-9/+9
2018-05-28btrfs: tracepoints, use correct type for inode numberDavid Sterba1-23/+24
2018-05-28btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov1-5/+7
2018-05-28btrfs: Fix lock release orderNikolay Borisov1-1/+1
2018-05-28btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov1-27/+25
2018-05-28btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain1-0/+35
2018-05-28btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov3-10/+5
2018-05-28btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2-6/+4
2018-05-28btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov1-7/+13
2018-05-27Linux 4.17-rc7v4.17-rc7Linus Torvalds1-1/+1
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij10-11/+11
2018-05-26arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz1-1/+0
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1