summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-13lib/generic-radix-tree.c: Make nodes more reasonably sizedKent Overstreet
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li
2024-03-13bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet
2024-03-13fs: file_remove_privs_flags()Kent Overstreet
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet
2024-03-13bcachefs: improve move_gap()Kent Overstreet
2024-03-13bcachefs: journal_keys now uses darray helpersKent Overstreet
2024-03-13bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet
2024-03-13bcachefs: jset_entry for loops declare loop iterKent Overstreet
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet
2024-03-13bcachefs: remove redundant assignment to variable retColin Ian King
2024-03-13bcachefs: Silence gcc warnings about arm arch ABI driftCalvin Owens
2024-03-13bcachefs: Add journal.blocked to journal_debug_to_text()Kent Overstreet
2024-03-13bcachefs: Fix journal_buf bitfield accessesKent Overstreet
2024-03-13bcachefs: Split out discard fastpathKent Overstreet
2024-03-13bcachefs: improve bch2_journal_buf_to_text()Kent Overstreet
2024-03-13bcachefs: Drop redundant btree_path_downgrade()sKent Overstreet
2024-03-13bcachefs: rebalance_status now shows correct unitsDaniel Hill
2024-03-13bcachefs: more informative write path error messageKent Overstreet
2024-03-13bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet
2024-03-13bcachefs: bch2_check_subvolume_structure()Kent Overstreet
2024-03-13bcachefs: omit alignment attribute on big endian struct bkeyThomas Bertschinger
2024-03-13bcachefs: bch2_trigger_alloc() handles state changes betterKent Overstreet
2024-03-13bcachefs: bch2_print_opts()Kent Overstreet
2024-03-13bcachefs: Improve error messages in device remove pathKent Overstreet
2024-03-13bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet
2024-03-13bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet
2024-03-13bcachefs: Save key_cache_path in peek_slot()Kent Overstreet
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet
2024-03-13bcachefs: BTREE_ID_subvolume_childrenKent Overstreet
2024-03-13bcachefs: bch_subvolume::fs_path_parentKent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod()Kent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet
2024-03-13bcachefs: Correctly reattach subvolumesKent Overstreet
2024-03-13bcachefs: check_path() now prints full inode when reattachingKent Overstreet
2024-03-13bcachefs: Pass inode bkey to check_path()Kent Overstreet
2024-03-13bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet
2024-03-13bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet
2024-03-13bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet
2024-03-13bcachefs: check dirent->d_parent_subvolKent Overstreet
2024-03-13bcachefs: check inode->bi_parent_subvol against direntKent Overstreet
2024-03-13bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet
2024-03-13bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet