summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Kill journal buf bloom filterKent Overstreet2023-10-225-75/+0
* bcachefs: Add journal_seq to inode & alloc keysKent Overstreet2023-10-2214-186/+307
* bcachefs: Update inode on every writeKent Overstreet2023-10-221-36/+40
* bcachefs: BTREE_UPDATE_NOJOURNALKent Overstreet2023-10-222-2/+7
* bcachefs: Fix __remove_dirent()Kent Overstreet2023-10-221-1/+30
* bcachefs: Fix check_inodes()Kent Overstreet2023-10-221-3/+2
* bcachefs: Improve error message in bch2_write_super()Kent Overstreet2023-10-221-1/+2
* bcachefs: Fix trans_lock_write()Kent Overstreet2023-10-221-1/+2
* bcachefs: Fix upgrade_readers()Kent Overstreet2023-10-223-3/+15
* bcachefs: Fix faulty assertionKent Overstreet2023-10-221-1/+2
* bcachefs: BTREE_TRIGGER_INSERT now only means insertKent Overstreet2023-10-223-25/+6
* bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet2023-10-2210-111/+152
* bcachefs: Assorted ec fixesKent Overstreet2023-10-226-22/+32
* bcachefs: Fix bch2_mark_update()Kent Overstreet2023-10-221-0/+6
* bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet2023-10-225-3/+10
* bcachefs: Improve transaction restart handling in fsck codeKent Overstreet2023-10-224-290/+291
* bcachefs: Fix bch2_btree_iter_advance()Kent Overstreet2023-10-221-1/+3
* bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet2023-10-224-64/+61
* bcachefs: Don't do upgrades in nochanges modeKent Overstreet2023-10-221-9/+11
* bcachefs: Drop bch2_journal_meta() call when going RWKent Overstreet2023-10-221-7/+0
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-2212-51/+223
* bcachefs: Improve error messages in trans_mark_reflink_p()Kent Overstreet2023-10-221-4/+7
* bcachefs: Don't run triggers in fix_reflink_p_key()Kent Overstreet2023-10-221-1/+1
* bcachefs: More general fix for transaction paths overflowKent Overstreet2023-10-221-2/+3
* bcachefs: Fix fsck path for refink pointersKent Overstreet2023-10-221-76/+46
* bcachefs: Ensure we flush btree updates in evacuate pathKent Overstreet2023-10-221-4/+4
* bcachefs: bch2_btree_node_rewrite() now returns transaction restartsKent Overstreet2023-10-224-31/+37
* bcachefs: Fix bch2_btree_iter_next_node()Kent Overstreet2023-10-221-16/+34
* bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet2023-10-227-25/+15
* bcachefs: Fix dev accounting after device addKent Overstreet2023-10-221-0/+12
* bcachefs: Fix a transaction path overflowKent Overstreet2023-10-221-0/+9
* bcachefs: Fix error handling in bch2_trans_extent_mergingKent Overstreet2023-10-221-3/+6
* bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet2023-10-226-129/+232
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-2211-65/+83
* bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet2023-10-221-0/+3
* bcachefs: Delete dentry when deleting snapshotsKent Overstreet2023-10-221-1/+8
* bcachefs: Fix check_path() for snapshotsKent Overstreet2023-10-221-19/+45
* bcachefs: Fix for leaking of reflinked extentsKent Overstreet2023-10-224-11/+58
* bcachefs: New on disk format to fix reflink_p pointersKent Overstreet2023-10-223-11/+73
* bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet2023-10-223-6/+17
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-2215-29/+31
* bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet2023-10-228-21/+39
* bcachefs: Improve reflink repair codeKent Overstreet2023-10-222-10/+43
* bcachefs: Fix check_path() across subvolumesKent Overstreet2023-10-221-2/+22
* bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet2023-10-221-2/+9
* bcachefs: Fix compiler warningsBrett Holman2023-10-222-2/+2
* bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()Kent Overstreet2023-10-221-0/+6
* bcachefs: Fix __bch2_dirent_read_target()Kent Overstreet2023-10-221-3/+1
* bcachefs: Improve bch2_dump_trans_paths_updates()Kent Overstreet2023-10-221-6/+11
* bcachefs: Don't allocate too-big biosKent Overstreet2023-10-221-0/+2