aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace/events/btrfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-1/+0
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn1-0/+64
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo1-0/+94
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig1-18/+12
2022-05-13tracing: incorrect gfp_t conversionVasily Averin1-2/+2
2022-03-14btrfs: add code to support the block group rootJosef Bacik1-0/+1
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik1-5/+5
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik1-0/+1
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik1-0/+6
2021-08-23btrfs: include delalloc related info in dump space info tracepointJosef Bacik1-4/+10
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-1/+1
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik1-2/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-12/+8
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+12
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik1-0/+62
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik1-4/+6
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik1-1/+2
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik1-0/+29
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo1-3/+4
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo1-0/+1
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov1-9/+8
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-4/+6
2020-07-27btrfs: tracepoints: convert flush states to using EM macrosNikolay Borisov1-20/+14
2020-07-27btrfs: tracepoints: switch extent_io_tree_owner to using EM macroNikolay Borisov1-15/+16
2020-07-27btrfs: tracepoints: fix qgroup reservation type printingNikolay Borisov1-11/+11
2020-07-27btrfs: tracepoints: move FLUSH_ACTIONS defineNikolay Borisov1-28/+17
2020-07-27btrfs: tracepoints: fix extent type symbolic name printNikolay Borisov1-7/+18
2020-07-27btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flagsNikolay Borisov1-6/+28
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-2/+2
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik1-1/+0
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+1
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-3/+3
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-12/+12
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-8/+8
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-3/+2
2019-11-18btrfs: tracepoints: constify all pointersDavid Sterba1-26/+26
2019-11-18btrfs: tracepoints: drop typecasts from printkDavid Sterba1-15/+13
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval1-3/+3
2019-10-17btrfs: tracepoints: Fix bad entry members of qgroup eventsQu Wenruo1-1/+2
2019-09-09btrfs: add a flush step for delayed iputsJosef Bacik1-0/+1
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov1-2/+0
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo1-0/+40
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+242
2019-04-29btrfs: trace: Introduce trace events for all btrfs tree locking eventsQu Wenruo1-0/+42
2019-04-29btrfs: trace: Introduce trace events for sleepable tree lockQu Wenruo1-0/+44
2019-04-29btrfs: Remove EXTENT_WRITEBACKNikolay Borisov1-1/+0