summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-1124-238/+359
|\
| * bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet2024-04-101-5/+7
| * bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet2024-04-101-27/+1
| * bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet2024-04-101-3/+7
| * bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet2024-04-091-0/+3
| * bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet2024-04-094-18/+29
| * bcachefs: Fix check_topology() when using node scanKent Overstreet2024-04-091-1/+1
| * bcachefs: fix eytzinger0_find_gt()Kent Overstreet2024-04-081-6/+20
| * bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet2024-04-071-16/+14
| * bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li2024-04-071-0/+2
| * bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet2024-04-071-10/+45
| * bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum2024-04-061-4/+4
| * bcachefs: JOURNAL_SPACE_LOWKent Overstreet2024-04-065-12/+19
| * bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-04-061-0/+4
| * bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet2024-04-061-44/+50
| * bcachefs: fix rand_delete unit testKent Overstreet2024-04-051-1/+1
| * bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter2024-04-051-1/+1
| * bcachefs: Fix rebalance from durability=0 deviceKent Overstreet2024-04-051-4/+13
| * bcachefs: Print shutdown journal sequence numberKent Overstreet2024-04-041-0/+5
| * bcachefs: Further improve btree_update_to_text()Kent Overstreet2024-04-042-55/+48
| * bcachefs: Move btree_updates to debugfsKent Overstreet2024-04-042-9/+42
| * bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet2024-04-042-1/+15
| * bcachefs: Make snapshot_is_ancestor() safeKent Overstreet2024-04-041-6/+13
| * bcachefs: create debugfs dir for each btreeThomas Bertschinger2024-04-031-15/+15
* | Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-051-1/+1
|\ \ | |/ |/|
| * fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
* | bcachefs: reconstruct_inode()Kent Overstreet2024-04-031-2/+50
* | bcachefs: Subvolume reconstructionKent Overstreet2024-04-031-19/+148
* | bcachefs: Check for extents that point to same spaceKent Overstreet2024-04-032-8/+168
* | bcachefs: Reconstruct missing snapshot nodesKent Overstreet2024-04-036-6/+199
* | bcachefs: Flag btrees with missing dataKent Overstreet2024-04-036-5/+44
* | bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet2024-04-032-107/+199
* | bcachefs: Repair pass for scanning for btree nodesKent Overstreet2024-04-0312-51/+605
* | bcachefs: Don't skip fake btree roots in fsckKent Overstreet2024-04-031-3/+0
* | bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet2024-04-033-7/+7
* | bcachefs: Etyzinger cleanupsKent Overstreet2024-04-037-182/+285
* | bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet2024-04-033-10/+35
* | bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet2024-04-033-12/+43
* | bcachefs: ratelimit informational fsck errorsKent Overstreet2024-04-021-4/+4
* | bcachefs: Check for bad needs_discard before doing discardKent Overstreet2024-04-021-21/+26
* | bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet2024-04-022-22/+43
* | mean_and_variance: Drop always failing testsGuenter Roeck2024-04-021-27/+1
* | bcachefs: fix nocow lock deadlockKent Overstreet2024-04-021-2/+1
* | bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet2024-04-016-7/+12
* | bcachefs: Fix btree node reserveKent Overstreet2024-04-011-1/+1
* | bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet2024-04-011-1/+3
* | bcachefs: Fix overlapping extent repairKent Overstreet2024-04-011-4/+6
* | bcachefs: Fix remove_dirent()Kent Overstreet2024-04-011-3/+4
* | bcachefs: Logged op errors should be ignoredKent Overstreet2024-04-011-4/+3
* | bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet2024-03-316-14/+26