aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-11btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins1-48/+53
2024-11-11io_uring/cmd: let cmds to know about dying taskPavel Begunkov2-1/+6
2024-11-11btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone1-2/+8
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone6-12/+339
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone1-11/+18
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone1-11/+44
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone3-32/+66
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone1-4/+1
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana1-29/+5
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana4-119/+106
2024-11-11btrfs: add comments regarding locking to struct btrfs_delayed_ref_rootFilipe Manana1-3/+17
2024-11-11btrfs: assert delayed refs lock is held at add_delayed_ref_head()Filipe Manana1-0/+1
2024-11-11btrfs: assert delayed refs lock is held at find_first_ref_head()Filipe Manana1-0/+2
2024-11-11btrfs: assert delayed refs lock is held at find_ref_head()Filipe Manana1-2/+2
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana3-7/+10
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana4-11/+18
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana3-13/+15
2024-11-11btrfs: simplify obtaining a delayed ref headFilipe Manana3-41/+23
2024-11-11btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana3-11/+11
2024-11-11btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana4-11/+0
2024-11-11btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()Filipe Manana1-4/+5
2024-11-11btrfs: remove duplicated code to drop delayed ref during transaction abortFilipe Manana1-7/+1
2024-11-11btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()Filipe Manana3-7/+6
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana3-5/+4
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana3-80/+83
2024-11-11btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()Filipe Manana1-13/+24
2024-11-11btrfs: reduce extent tree lock contention when searching for inline backrefRobbie Ko1-3/+23
2024-11-11btrfs: tests: implement case for partial RAID stripe-tree deleteJohannes Thumshirn1-0/+221
2024-11-11btrfs: implement partial deletion of RAID stripe extentsJohannes Thumshirn1-7/+74
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain3-6/+5
2024-11-11btrfs: convert btrfs_buffered_write() to use foliosQu Wenruo3-80/+66
2024-11-11btrfs: make buffered write to copy one page a timeQu Wenruo3-163/+94
2024-11-11btrfs: fix wrong sizeof in btrfs_do_encoded_write()Mark Harmstone1-1/+1
2024-11-11btrfs: use str_yes_no() helper function in btrfs_dump_free_space()Thorsten Blum1-3/+3
2024-11-11btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo4-39/+43
2024-11-11btrfs: unify to use writer locks for subpage lockingQu Wenruo4-83/+5
2024-11-11btrfs: remove unused btrfs_folio_start_writer_lock()Qu Wenruo2-49/+0
2024-11-11btrfs: do not clear read-only when adding sprout deviceBoris Burkov1-4/+0
2024-11-11btrfs: remove local generation variable from read_block_for_search()Filipe Manana1-4/+2
2024-11-11btrfs: remove redundant initializations for struct btrfs_tree_parent_checkFilipe Manana2-2/+0
2024-11-11btrfs: simplify arguments for btrfs_verify_level_key()Filipe Manana3-12/+11
2024-11-11btrfs: remove redundant level argument from read_block_for_search()Filipe Manana1-11/+9
2024-11-11btrfs: re-enable the extent map shrinkerFilipe Manana1-7/+1
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana4-26/+26
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana4-57/+22
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana5-19/+52
2024-11-11btrfs: add and use helper to remove extent map from its inode's treeFilipe Manana1-11/+7
2024-11-11btrfs: reduce lock contention when eb cache miss for btree searchRobbie Ko1-31/+70
2024-11-11btrfs: drop unused parameter level from alloc_heuristic_ws()David Sterba1-2/+2
2024-11-11btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()David Sterba4-14/+8