summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet2024-03-131-4/+9
* bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet2024-03-132-13/+13
* bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet2024-03-131-0/+6
* bcachefs: check dirent->d_parent_subvolKent Overstreet2024-03-131-4/+57
* bcachefs: check inode->bi_parent_subvol against direntKent Overstreet2024-03-132-23/+14
* bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet2024-03-131-23/+4
* bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet2024-03-131-58/+56
* bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet2024-03-131-0/+10
* bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet2024-03-131-21/+24
* bcachefs: check_inode_dirent_inode()Kent Overstreet2024-03-131-36/+89
* bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet2024-03-131-0/+25
* bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet2024-03-133-1/+34
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-1311-20/+27
* bcachefs: thread_with_file: add f_ops.flushKent Overstreet2024-03-133-7/+32
* bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet2024-03-131-0/+2
* bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong2024-03-132-0/+13
* bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong2024-03-133-22/+28
* bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong2024-03-132-20/+37
* bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong2024-03-132-0/+39
* bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet2024-03-131-2/+15
* kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet2024-03-131-0/+1
* bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet2024-03-131-4/+10
* bcachefs: Thread with file documentationKent Overstreet2024-03-132-7/+40
* bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet2024-03-131-11/+22
* bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet2024-03-133-22/+23
* bcachefs: thread_with_stdio: convert to darrayKent Overstreet2024-03-134-100/+160
* bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet2024-03-132-41/+18
* bcachefs: kill kvpmalloc()Kent Overstreet2024-03-1314-115/+49
* mempool: kvmalloc poolKent Overstreet2024-03-132-0/+26
* bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet2024-03-101-9/+64
* bcachefs: bch2_inode_insert()Kent Overstreet2024-03-101-62/+76
* mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2024-03-102-6/+15
* mm: introduce memalloc_flags_{save,restore}Kent Overstreet2024-03-101-17/+26
* bcachefs: factor out check_inode_backpointer()Kent Overstreet2024-03-101-9/+29
* bcachefs: Factor out check_subvol_dirent()Kent Overstreet2024-03-102-48/+58
* bcachefs: Kill some -EINVALsKent Overstreet2024-03-102-5/+5
* bcachefs: bump max_active on btree_interior_update_workerKent Overstreet2024-03-101-1/+1
* bcachefs: move fsck_write_inode() to inode.cKent Overstreet2024-03-103-40/+44
* bcachefs: Initialize super_block->s_uuidKent Overstreet2024-03-101-0/+1
* bcachefs: Switch to uuid_to_fsid()Kent Overstreet2024-03-101-5/+1
* bcachefs: Subvolumes may now be renamedKent Overstreet2024-03-102-26/+55
* bcachefs: btree node prefetching in check_topologyKent Overstreet2024-03-104-3/+42
* bcachefs: btree_and_journal_iter.transKent Overstreet2024-03-104-17/+21
* bcachefs: better journal pipeliningKent Overstreet2024-03-104-59/+98
* bcachefs: closure per journal bufKent Overstreet2024-03-103-23/+41
* bcachefs: bio per journal bufKent Overstreet2024-03-103-29/+34
* bcachefs: jset_entry_datetimeKent Overstreet2024-03-104-17/+67
* bcachefs: improve journal entry read fsck error messagesKent Overstreet2024-03-101-41/+55
* bcachefs: convert journal replay ptrs to darrayKent Overstreet2024-03-103-58/+36
* bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet2024-03-103-26/+14