summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet2024-03-141-21/+24
* bcachefs: check_inode_dirent_inode()Kent Overstreet2024-03-141-36/+89
* bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet2024-03-141-0/+25
* bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet2024-03-143-1/+34
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-1411-20/+27
* bcachefs: thread_with_file: add f_ops.flushKent Overstreet2024-03-143-7/+32
* bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet2024-03-141-0/+2
* bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong2024-03-142-0/+13
* bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong2024-03-143-22/+28
* bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong2024-03-142-20/+37
* bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong2024-03-142-0/+39
* bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet2024-03-141-2/+15
* bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet2024-03-141-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
* 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
* bcachefs: factor out check_inode_backpointer()Kent Overstreet2024-03-101-9/+29
* bcachefs: Factor out check_subvol_dirent()Kent Overstreet2024-03-101-48/+57
* 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
* bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet2024-03-103-18/+12
* bcachefs: Workqueues should be WQ_HIGHPRIKent Overstreet2024-03-101-4/+4
* bcachefs: Improve bch2_dirent_to_text()Kent Overstreet2024-03-101-9/+11
* bcachefs: fixup for building in userspaceKent Overstreet2024-03-101-1/+1
* bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet2024-03-102-53/+55
* bcachefs: Journal writes should be REQ_SYNC|REQ_METAKent Overstreet2024-03-101-1/+1
* bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet2024-03-101-13/+11
* bcachefs: Split out journal workqueueKent Overstreet2024-03-103-16/+19
* bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet2024-03-101-11/+9
* bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou2024-03-103-5/+9
* bcachefs: fix split brain messageKent Overstreet2024-03-101-1/+1
* bcachefs: Set path->uptodate when no node at levelKent Overstreet2024-03-101-2/+2