index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
btrfs.h
Age
Commit message (
Expand
)
Author
2020-10-07
btrfs: use own btree inode io_tree owner id
Qu Wenruo
2020-10-07
btrfs: make ordered extent tracepoint take btrfs_inode
Nikolay Borisov
2020-10-07
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
2020-07-27
btrfs: tracepoints: convert flush states to using EM macros
Nikolay Borisov
2020-07-27
btrfs: tracepoints: switch extent_io_tree_owner to using EM macro
Nikolay Borisov
2020-07-27
btrfs: tracepoints: fix qgroup reservation type printing
Nikolay Borisov
2020-07-27
btrfs: tracepoints: move FLUSH_ACTIONS define
Nikolay Borisov
2020-07-27
btrfs: tracepoints: fix extent type symbolic name print
Nikolay Borisov
2020-07-27
btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flags
Nikolay Borisov
2020-05-25
btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents
Filipe Manana
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
2020-03-23
btrfs: delete the ordered isize update code
Josef Bacik
2020-03-23
btrfs: introduce per-inode file extent tree
Josef Bacik
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
2019-11-18
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
btrfs: tracepoints: constify all pointers
David Sterba
2019-11-18
btrfs: tracepoints: drop typecasts from printk
David Sterba
2019-11-18
btrfs: get rid of pointless wtag variable in async-thread.c
Omar Sandoval
2019-10-17
btrfs: tracepoints: Fix bad entry members of qgroup events
Qu Wenruo
2019-09-09
btrfs: add a flush step for delayed iputs
Josef Bacik
2019-09-09
btrfs: Remove unused locking functions
Nikolay Borisov
2019-07-01
btrfs: extent-tree: Add trace events for space info numbers update
Qu Wenruo
2019-05-07
Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2019-04-29
btrfs: trace: Introduce trace events for all btrfs tree locking events
Qu Wenruo
2019-04-29
btrfs: trace: Introduce trace events for sleepable tree lock
Qu Wenruo
2019-04-29
btrfs: Remove EXTENT_WRITEBACK
Nikolay Borisov
2019-04-29
btrfs: tracepoints: Add trace events for extent_io_tree
Qu Wenruo
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-02-25
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
2019-02-25
btrfs: don't use global reserve for chunk allocation
Josef Bacik
2018-12-17
btrfs: add new flushing states for the delayed refs rsv
Josef Bacik
2018-12-17
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-10-15
btrfs: qgroup: Introduce trace event to analyse the number of dirty extents a...
Qu Wenruo
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-08-06
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
2018-08-06
btrfs: remove the logged extents infrastructure
Josef Bacik
2018-05-28
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid
Qu Wenruo
2018-05-28
btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value
Qu Wenruo
2018-05-28
btrfs: trace: Add trace points for unused block groups
Qu Wenruo
2018-05-28
btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...
Qu Wenruo
2018-05-28
btrfs: use fs_info for btrfs_handle_em_exist tracepoint
David Sterba
2018-05-28
btrfs: tracepoints, use extended format with UUID where possible
David Sterba
2018-05-28
btrfs: tracepoints, fix whitespace in strings
David Sterba
2018-05-28
btrfs: tracepoints, drop unnecessary ULL casts
David Sterba
2018-05-28
btrfs: tracepoints, use %llu instead of %Lu
David Sterba
2018-05-28
btrfs: tracepoints, use correct type for inode number
David Sterba
2018-03-31
btrfs: qgroup: Update trace events for metadata reservation
Qu Wenruo
2018-03-31
btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
Qu Wenruo
[next]