summaryrefslogtreecommitdiffstats
path: root/fs/fs_struct.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Fix bch_sb_handle typeKent Overstreet1-1/+1
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet4-20/+12
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet4-16/+20
2023-10-22bcachefs: Array bounds fixesKent Overstreet7-66/+64
2023-10-22bcachefs: bch2_acl_to_text()Kent Overstreet4-9/+72
2023-10-22bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster1-0/+4
2023-10-22bcachefs: Fix snapshot_skiplist_good()Kent Overstreet1-20/+10
2023-10-22bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Kent Overstreet1-5/+0
2023-10-22bcachefs: Improve bch2_moving_ctxt_to_text()Kent Overstreet3-31/+19
2023-10-22bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet1-19/+19
2023-10-22bcachefs: Always check alloc data typeKent Overstreet1-59/+42
2023-10-22bcachefs: Fix a double free on invalid bkeyKent Overstreet1-1/+0
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet3-12/+118
2023-10-22bcachefs: Cleanup redundant snapshot nodesKent Overstreet2-28/+223
2023-10-22bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet2-3/+7
2023-10-22bcachefs: Fix is_ancestor bitmapKent Overstreet1-21/+43
2023-10-22bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet3-49/+51
2023-10-22bcachefs: Fix bch2_mount error pathKent Overstreet2-1/+9
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet1-1/+0
2023-10-22bcachefs: Improve btree_path_relock_fail tracepointKent Overstreet1-4/+22
2023-10-22bcachefs: Fix divide by zero in rebalance_work()Kent Overstreet1-0/+4
2023-10-22bcachefs: Split out snapshot.cKent Overstreet18-1570/+1655
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet1-0/+4
2023-10-22bcachefs: Fix swallowing of data in buffered write pathKent Overstreet1-0/+1
2023-10-22bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()Brian Foster1-9/+17
2023-10-22bcachefs: Fix bkey format calculationKent Overstreet1-2/+4
2023-10-22bcachefs: Fix bch2_extent_fallocate()Kent Overstreet1-25/+14
2023-10-22bcachefs: Zero btree_paths on allocationKent Overstreet1-5/+7
2023-10-22bcachefs: Fix 'pointer to invalid device' checkKent Overstreet1-2/+11
2023-10-22bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton2-4/+6
2023-10-22bcachefs: Optimize bch2_dirent_name_bytesJoshua Ashton1-4/+17
2023-10-22bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton3-26/+36
2023-10-22bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()Kent Overstreet1-1/+8
2023-10-22bcachefs: Don't open code closure_nr_remaining()Kent Overstreet3-3/+3
2023-10-22bcachefs: Fix lifetime in bch2_write_done(), add assertionKent Overstreet1-2/+4
2023-10-22bcachefs: Add a comment for should_drop_open_bucket()Kent Overstreet1-1/+10
2023-10-22bcachefs: six locks: Fix missing barrier on wait->lock_acquiredKent Overstreet1-8/+25
2023-10-22bcachefs: Check for directories in deleted inodes btreeKent Overstreet1-0/+5
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton5-12/+22
2023-10-22bcachefs: Improve bch2_write_points_to_text()Kent Overstreet1-12/+34
2023-10-22bcachefs: Fix check_version_upgrade()Kent Overstreet1-1/+1
2023-10-22bcachefs: Fix 'journal not marked as containing replicas'Kent Overstreet1-8/+11
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet11-574/+597
2023-10-22bcachefs: sb-clean.cKent Overstreet8-396/+424
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet3-42/+44
2023-10-22bcachefs: sb-members.cKent Overstreet9-383/+401
2023-10-22bcachefs: Split up btree_update_leaf.cKent Overstreet5-954/+964
2023-10-22bcachefs: Split up fs-io.[ch]Kent Overstreet11-2802/+2955
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet22-39/+55
2023-10-22bcachefs: Fix for sb buffer being misalignedKent Overstreet1-6/+7