summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-12build(deps): bump idna from 3.4 to 3.7 in /drivers/gpu/drm/ci/xfailsdependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7dependabot[bot]
2024-04-11fixup! bcachefs: Fix UAF when doing btree node mergesKent Overstreet
2024-04-11bcachefs: Fix UAF when doing btree node mergesKent Overstreet
2024-04-11bcachefs: debug assert for merge locking bugKent Overstreet
2024-04-11bcachefs: bch2_trans_relock_fail() - factor out slowpathKent Overstreet
2024-04-11bcachefs: bch2_dir_emit() - drop_locks_do() conversionKent Overstreet
2024-04-11bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet
2024-04-11bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-04-11bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet
2024-04-11bcachefs: mark_superblock cleanupKent Overstreet
2024-04-11bcachefs: gc_btree_init_recurse() uses gc_mark_node()Kent Overstreet
2024-04-11bcachefs: move root node topo checks to node_check_topology()Kent Overstreet
2024-04-11bcachefs: move topology repair kick to gc_btrees()Kent Overstreet
2024-04-11bcachefs: kill metadata only gcKent Overstreet
2024-04-11bcachefs: Finish converting reconstruct_alloc to errors_silentKent Overstreet
2024-04-11bcachefs: bch2_gc() is now private to btree_gc.cKent Overstreet
2024-04-11bcachefs: for_each_btree_key_continue()Kent Overstreet
2024-04-11bcachefs: kill for_each_btree_key_old()Kent Overstreet
2024-04-11bcachefs: Optimize eytzinger0_sort() with bottom-up heapsortKuan-Wei Chiu
2024-04-11bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet
2024-04-11bcachefs: Don't read journal just for fsckKent Overstreet
2024-04-11bcachefs: allow for custom action in fsck error messagesKent Overstreet
2024-04-11bcachefs: New assertion for writing to the journal after shutdownKent Overstreet
2024-04-11bcachefs: bch2_btree_path_to_text()Kent Overstreet
2024-04-11bcachefs: add btree_node_merging_disabled debug paramKent Overstreet
2024-04-11bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet
2024-04-11bcachefs: bch2_journal_keys_dump()Kent Overstreet
2024-04-11bcachefs: bch2_btree_node_header_to_text()Kent Overstreet
2024-04-11bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-04-11bcachefs: printbufs: prt_printf() now handles \t\r\nKent Overstreet
2024-04-11bcachefs: printbuf improvementsKent Overstreet
2024-04-11bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet
2024-04-10Revert "fs/9p: switch vfsmount to use v9fs_get_new_inode"Kent Overstreet
2024-04-10Revert "fs/9p: convert mkdir to use get_new_inode"Kent Overstreet
2024-04-10Revert "fs/9p: remove walk and inode allocation from symlink"Kent Overstreet
2024-04-10Revert "fs/9p: Eliminate redundant non-cache path in mknod"Kent Overstreet
2024-04-10Revert "fs/9p: Eliminate now unused v9fs_get_inode"Kent Overstreet
2024-04-10Revert "fs/9p: rework qid2ino logic"Kent Overstreet
2024-04-10Revert "fs/9p: simplify iget to remove unnecessary paths"Kent Overstreet
2024-04-10Revert "fs/9p: fix dups even in uncached mode"Kent Overstreet
2024-04-10Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Kent Overstreet
2024-04-10Revert "fs/9p: remove redundant pointer v9ses"Kent Overstreet
2024-04-10Revert "fs/9p: fix uninitialized values during inode evict"Kent Overstreet
2024-04-10bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()bcachefs-2024-04-10Kent Overstreet
2024-04-10bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet
2024-04-10bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet
2024-04-08bcachefs: fix eytzinger0_find_gt()Kent Overstreet