aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: bch2_trans_update_get_key_cache()Gravatar Kent Overstreet 1-29/+42
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Gravatar Kent Overstreet 6-18/+18
2023-10-22bcachefs: Kill incorrect assertionGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Convert more code to bch_err_msg()Gravatar Kent Overstreet 15-79/+67
2023-10-22bcachefs: Kill missing inode warnings in bch2_quota_read()Gravatar Kent Overstreet 3-3/+29
2023-10-22bcachefs: Fix bch_sb_handle typeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Gravatar Kent Overstreet 4-20/+12
2023-10-22bcachefs: Fix silent enum conversion errorGravatar Kent Overstreet 4-16/+20
2023-10-22bcachefs: Array bounds fixesGravatar Kent Overstreet 7-66/+64
2023-10-22bcachefs: bch2_acl_to_text()Gravatar Kent Overstreet 4-9/+72
2023-10-22bcachefs: restart journal reclaim thread on ro->rw transitionsGravatar Brian Foster 1-0/+4
2023-10-22bcachefs: Fix snapshot_skiplist_good()Gravatar Kent Overstreet 1-20/+10
2023-10-22bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Gravatar Kent Overstreet 1-5/+0
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Gravatar Kent Overstreet 3-31/+19
2023-10-22bcachefs: Put bkey invalid check in commit path in a more useful placeGravatar Kent Overstreet 1-19/+19
2023-10-22bcachefs: Always check alloc data typeGravatar Kent Overstreet 1-59/+42
2023-10-22bcachefs: Fix a double free on invalid bkeyGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Gravatar Kent Overstreet 3-12/+118
2023-10-22bcachefs: Cleanup redundant snapshot nodesGravatar Kent Overstreet 2-28/+223
2023-10-22bcachefs: Fix btree write buffer with snapshots btreesGravatar Kent Overstreet 2-3/+7
2023-10-22bcachefs: Fix is_ancestor bitmapGravatar Kent Overstreet 1-21/+43
2023-10-22bcachefs: move check_pos_snapshot_overwritten() to snapshot.cGravatar Kent Overstreet 3-49/+51
2023-10-22bcachefs: Fix bch2_mount error pathGravatar Kent Overstreet 2-1/+9
2023-10-22bcachefs: Delete a faulty assertionGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Improve btree_path_relock_fail tracepointGravatar Kent Overstreet 1-4/+22
2023-10-22bcachefs: Fix divide by zero in rebalance_work()Gravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 18-1570/+1655
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Fix swallowing of data in buffered write pathGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()Gravatar Brian Foster 1-9/+17
2023-10-22bcachefs: Fix bkey format calculationGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Fix bch2_extent_fallocate()Gravatar Kent Overstreet 1-25/+14
2023-10-22bcachefs: Zero btree_paths on allocationGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Fix 'pointer to invalid device' checkGravatar Kent Overstreet 1-2/+11
2023-10-22bcachefs: Lower BCH_NAME_MAX to 512Gravatar Joshua Ashton 2-4/+6
2023-10-22bcachefs: Optimize bch2_dirent_name_bytesGravatar Joshua Ashton 1-4/+17
2023-10-22bcachefs: Introduce bch2_dirent_get_nameGravatar Joshua Ashton 3-26/+36
2023-10-22bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()Gravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Don't open code closure_nr_remaining()Gravatar Kent Overstreet 3-3/+3
2023-10-22bcachefs: Fix lifetime in bch2_write_done(), add assertionGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Add a comment for should_drop_open_bucket()Gravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: six locks: Fix missing barrier on wait->lock_acquiredGravatar Kent Overstreet 1-8/+25
2023-10-22bcachefs: Check for directories in deleted inodes btreeGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Add btree_trans* to inode_set_fnGravatar Joshua Ashton 5-12/+22
2023-10-22bcachefs: Improve bch2_write_points_to_text()Gravatar Kent Overstreet 1-12/+34
2023-10-22bcachefs: Fix check_version_upgrade()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix 'journal not marked as containing replicas'Gravatar Kent Overstreet 1-8/+11
2023-10-22bcachefs: btree_journal_iter.cGravatar Kent Overstreet 11-574/+597
2023-10-22bcachefs: sb-clean.cGravatar Kent Overstreet 8-396/+424
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cGravatar Kent Overstreet 3-42/+44