summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-03-13bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet
2024-03-13bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet
2024-03-13bcachefs: check_inode_dirent_inode()Kent Overstreet
2024-03-13bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-13bcachefs: thread_with_file: add f_ops.flushKent Overstreet
2024-03-13bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-13bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-03-13bcachefs: Thread with file documentationKent Overstreet
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet
2024-03-10bcachefs: bch2_inode_insert()Kent Overstreet
2024-03-10bcachefs: factor out check_inode_backpointer()Kent Overstreet
2024-03-10bcachefs: Factor out check_subvol_dirent()Kent Overstreet
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet
2024-03-10bcachefs: bump max_active on btree_interior_update_workerKent Overstreet
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet
2024-03-10bcachefs: Initialize super_block->s_uuidKent Overstreet
2024-03-10bcachefs: Switch to uuid_to_fsid()Kent Overstreet
2024-03-10bcachefs: Subvolumes may now be renamedKent Overstreet
2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet
2024-03-10bcachefs: better journal pipeliningKent Overstreet
2024-03-10bcachefs: closure per journal bufKent Overstreet