aboutsummaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: remove v0 extent handlingGravatar Qu Wenruo 1-1/+0
2023-08-21btrfs: tracepoints: simplify raid56 eventsGravatar Qu Wenruo 1-27/+2
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsGravatar Naohiro Aota 1-4/+6
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperGravatar Christoph Hellwig 1-0/+29
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueGravatar Qu Wenruo 1-1/+1
2023-02-13btrfs: introduce size class to block group allocatorGravatar Boris Burkov 1-2/+7
2023-02-13btrfs: add more find_free_extent tracepointsGravatar Boris Burkov 1-3/+78
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsGravatar Boris Burkov 1-20/+21
2022-12-15btrfs: fix trace event name typo for FLUSH_DELAYED_REFSGravatar Naohiro Aota 1-1/+1
2022-12-05btrfs: switch extent_io_tree::private_data to btrfs_inode and renameGravatar David Sterba 1-15/+12
2022-09-26btrfs: stop tracking failed reads in the I/O treeGravatar Christoph Hellwig 1-1/+0
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeGravatar Josef Bacik 1-1/+0
2022-07-25btrfs: add tracepoints for ordered extentsGravatar Johannes Thumshirn 1-0/+64
2022-07-25btrfs: add trace event for submitted RAID56 bioGravatar Qu Wenruo 1-0/+94
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueGravatar Christoph Hellwig 1-18/+12
2022-05-13tracing: incorrect gfp_t conversionGravatar Vasily Averin 1-2/+2
2022-03-14btrfs: add code to support the block group rootGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitGravatar Josef Bacik 1-5/+5
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocGravatar Josef Bacik 1-0/+1
2021-08-23btrfs: enable a tracepoint when we fail ticketsGravatar Josef Bacik 1-0/+6
2021-08-23btrfs: include delalloc related info in dump space info tracepointGravatar Josef Bacik 1-4/+10
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesGravatar Joe Perches 1-1/+1
2021-06-22btrfs: rip out may_commit_transactionGravatar Josef Bacik 1-2/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Gravatar Qu Wenruo 1-12/+8
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+12
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateGravatar Josef Bacik 1-0/+62
2021-02-08btrfs: adjust the flush trace point to include the sourceGravatar Josef Bacik 1-4/+6
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationGravatar Josef Bacik 1-1/+2
2021-02-08btrfs: add a trace point for reserve ticketsGravatar Josef Bacik 1-0/+29
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsGravatar Qu Wenruo 1-3/+4
2020-10-07btrfs: use own btree inode io_tree owner idGravatar Qu Wenruo 1-0/+1
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeGravatar Nikolay Borisov 1-9/+8
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Gravatar Qu Wenruo 1-4/+6
2020-07-27btrfs: tracepoints: convert flush states to using EM macrosGravatar Nikolay Borisov 1-20/+14
2020-07-27btrfs: tracepoints: switch extent_io_tree_owner to using EM macroGravatar Nikolay Borisov 1-15/+16
2020-07-27btrfs: tracepoints: fix qgroup reservation type printingGravatar Nikolay Borisov 1-11/+11
2020-07-27btrfs: tracepoints: move FLUSH_ACTIONS defineGravatar Nikolay Borisov 1-28/+17
2020-07-27btrfs: tracepoints: fix extent type symbolic name printGravatar Nikolay Borisov 1-7/+18
2020-07-27btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flagsGravatar Nikolay Borisov 1-6/+28
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsGravatar Filipe Manana 1-0/+1
2020-03-23btrfs: switch to per-transaction pinned extentsGravatar Nikolay Borisov 1-2/+2
2020-03-23btrfs: delete the ordered isize update codeGravatar Josef Bacik 1-1/+0
2020-03-23btrfs: introduce per-inode file extent treeGravatar Josef Bacik 1-0/+1
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemGravatar Omar Sandoval 1-3/+3
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-12/+12
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-8/+8
2019-11-18btrfs: move block_group_item::used to block groupGravatar David Sterba 1-3/+2
2019-11-18btrfs: tracepoints: constify all pointersGravatar David Sterba 1-26/+26