summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: remove redundant initialization of pointer dstColin Ian King2023-10-221-2/+1
* bcachefs: remove redundant initialization of pointer dColin Ian King2023-10-222-2/+2
* bcachefs: trace_read_nopromote()Kent Overstreet2023-10-223-18/+48
* bcachefs: Log finsert/fcollapse operationsKent Overstreet2023-10-224-95/+152
* bcachefs: Log truncate operationsKent Overstreet2023-10-226-22/+75
* bcachefs: BTREE_ID_logged_opsKent Overstreet2023-10-2210-1/+156
* bcachefs: New io_misc.c helpersKent Overstreet2023-10-225-192/+250
* bcachefs: Break up io.cKent Overstreet2023-10-2234-1692/+1751
* bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet2023-10-221-29/+42
* bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet2023-10-226-18/+18
* bcachefs: Kill incorrect assertionKent Overstreet2023-10-221-2/+0
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-2215-79/+67
* bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet2023-10-223-3/+29
* bcachefs: Fix bch_sb_handle typeKent Overstreet2023-10-221-1/+1
* bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-224-20/+12
* bcachefs: Fix silent enum conversion errorKent Overstreet2023-10-224-16/+20
* bcachefs: Array bounds fixesKent Overstreet2023-10-227-66/+64
* bcachefs: bch2_acl_to_text()Kent Overstreet2023-10-224-9/+72
* bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster2023-10-221-0/+4
* bcachefs: Fix snapshot_skiplist_good()Kent Overstreet2023-10-221-20/+10
* bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Kent Overstreet2023-10-221-5/+0
* bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet2023-10-223-31/+19
* bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet2023-10-221-19/+19
* bcachefs: Always check alloc data typeKent Overstreet2023-10-221-59/+42
* bcachefs: Fix a double free on invalid bkeyKent Overstreet2023-10-221-1/+0
* bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-223-12/+118
* bcachefs: Cleanup redundant snapshot nodesKent Overstreet2023-10-222-28/+223
* bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet2023-10-222-3/+7
* bcachefs: Fix is_ancestor bitmapKent Overstreet2023-10-221-21/+43
* bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet2023-10-223-49/+51
* bcachefs: Fix bch2_mount error pathKent Overstreet2023-10-222-1/+9
* bcachefs: Delete a faulty assertionKent Overstreet2023-10-221-1/+0
* bcachefs: Improve btree_path_relock_fail tracepointKent Overstreet2023-10-221-4/+22
* bcachefs: Fix divide by zero in rebalance_work()Kent Overstreet2023-10-221-0/+4
* bcachefs: Split out snapshot.cKent Overstreet2023-10-2218-1570/+1655
* bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet2023-10-221-0/+4
* bcachefs: Fix swallowing of data in buffered write pathKent Overstreet2023-10-221-0/+1
* bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()Brian Foster2023-10-221-9/+17
* bcachefs: Fix bkey format calculationKent Overstreet2023-10-221-2/+4
* bcachefs: Fix bch2_extent_fallocate()Kent Overstreet2023-10-221-25/+14
* bcachefs: Zero btree_paths on allocationKent Overstreet2023-10-221-5/+7
* bcachefs: Fix 'pointer to invalid device' checkKent Overstreet2023-10-221-2/+11
* bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton2023-10-222-4/+6
* bcachefs: Optimize bch2_dirent_name_bytesJoshua Ashton2023-10-221-4/+17
* bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton2023-10-223-26/+36
* bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()Kent Overstreet2023-10-221-1/+8
* bcachefs: Don't open code closure_nr_remaining()Kent Overstreet2023-10-223-3/+3
* bcachefs: Fix lifetime in bch2_write_done(), add assertionKent Overstreet2023-10-221-2/+4
* bcachefs: Add a comment for should_drop_open_bucket()Kent Overstreet2023-10-221-1/+10
* bcachefs: six locks: Fix missing barrier on wait->lock_acquiredKent Overstreet2023-10-221-8/+25