summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-16bcachefs: bcachefs_metadata_version_inode_depth WIPbcachefs_bi_depthKent Overstreet
2024-02-16bcachefs: Split out discard fastpathKent Overstreet
2024-02-15bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet
2024-02-15bcachefs: bch2_check_subvolume_structure()Kent Overstreet
2024-02-15bcachefs: omit alignment attribute on big endian struct bkeyThomas Bertschinger
2024-02-15bcachefs: bch2_trigger_alloc() handles state changes betterKent Overstreet
2024-02-15bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou
2024-02-15bcachefs: fix iov_iter count underflow on sub-block dio readBrian Foster
2024-02-15thread_with_file: Fix missing va_end()Kent Overstreet
2024-02-15thread_with_file: allow ioctls against these filesDarrick J. Wong
2024-02-15thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-02-15thread_with_file: fix various printf problemsDarrick J. Wong
2024-02-15thread_with_file: allow creation of readonly filesDarrick J. Wong
2024-02-15bcachefs: bch2_print_opts()Kent Overstreet
2024-02-15bcachefs: Improve error messages in device remove pathKent Overstreet
2024-02-15bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet
2024-02-15bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet
2024-02-15bcachefs: Save key_cache_path in peek_slot()Kent Overstreet
2024-02-15bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet
2024-02-15bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet
2024-02-13bcachefs: BTREE_ID_subvolume_childrenKent Overstreet
2024-02-13bcachefs: bch_subvolume::fs_path_parentKent Overstreet
2024-02-13bcachefs: bch2_btree_bit_mod()Kent Overstreet
2024-02-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet
2024-02-13bcachefs: Correctly reattach subvolumesKent Overstreet
2024-02-13bcachefs: check_path() now prints full inode when reattachingKent Overstreet
2024-02-13bcachefs: Pass inode bkey to check_path()Kent Overstreet
2024-02-13bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet
2024-02-13bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet
2024-02-13bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet
2024-02-13bcachefs: check dirent->d_parent_subvolKent Overstreet
2024-02-13bcachefs: check inode->bi_parent_subvol against direntKent Overstreet
2024-02-13bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet
2024-02-13bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet
2024-02-13bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet
2024-02-13bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet
2024-02-13bcachefs: check_inode_dirent_inode()Kent Overstreet
2024-02-13bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet
2024-02-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet
2024-02-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-02-13thread_with_stdio: suppress hung task warningKent Overstreet
2024-02-13kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet
2024-02-13thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-02-13thread_with_file: Lift from bcachefsKent Overstreet
2024-02-13darray: lift from bcachefsKent Overstreet
2024-02-13bcachefs: Thread with file documentationKent Overstreet
2024-02-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet
2024-02-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-02-13bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-02-13bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet