summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-1028-31/+7
|\
| * coda: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-2826-27/+0
| * cachefiles: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-12-281-1/+0
| * sysctl: Fix out of bounds access for empty sysctl registersJoel Granados2023-12-281-2/+7
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
* | | Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-10123-5887/+7025
|\ \ \
| * | | bcachefs: eytzinger0_find() search should be constKent Overstreet2024-01-051-5/+5
| * | | bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2024-01-052-8/+12
| * | | bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-01-051-3/+12
| * | | bcachefs: Restart recovery passes more reliablyKent Overstreet2024-01-051-1/+4
| * | | bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet2024-01-051-0/+6
| * | | bcachefs: improve checksum error messagesKent Overstreet2024-01-055-29/+78
| * | | bcachefs: improve validate_bset_keys()Kent Overstreet2024-01-051-20/+55
| * | | bcachefs: print sb magic when relevantKent Overstreet2024-01-051-1/+8
| * | | bcachefs: __bch2_sb_field_to_text()Kent Overstreet2024-01-052-7/+14
| * | | bcachefs: %pg is banishedKent Overstreet2024-01-054-16/+52
| * | | bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-055-17/+42
| * | | bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-058-55/+42
| * | | bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-056-99/+116
| * | | bcachefs: no thread_with_file in userspaceKent Overstreet2024-01-051-0/+3
| * | | bcachefs: Don't autofix errors we can't fixKent Overstreet2024-01-051-1/+2
| * | | bcachefs: add missing bch2_latency_acct() callKent Overstreet2024-01-051-1/+1
| * | | bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-051-1/+1
| * | | bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2024-01-052-0/+3
| * | | bcachefs: don't clear accessed bit in btree node fillKent Overstreet2024-01-051-6/+0
| * | | bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-052-3/+11
| * | | bcachefs: kill useless return retKent Overstreet2024-01-051-3/+1
| * | | bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-0511-91/+61
| * | | bcachefs: unify extent triggerKent Overstreet2024-01-055-96/+39
| * | | bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet2024-01-051-67/+61
| * | | bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-054-11/+20
| * | | bcachefs: bch2_trigger_pointer()Kent Overstreet2024-01-051-234/+209
| * | | bcachefs: unify stripe triggerKent Overstreet2024-01-052-97/+76
| * | | bcachefs: move stripe triggers to ec.cKent Overstreet2024-01-054-340/+352
| * | | bcachefs: unify alloc triggerKent Overstreet2024-01-052-165/+137
| * | | bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet2024-01-054-128/+132
| * | | bcachefs: unify reservation triggerKent Overstreet2024-01-053-63/+40
| * | | bcachefs: unify reflink_p triggerKent Overstreet2024-01-052-82/+58
| * | | bcachefs: unify inode triggerKent Overstreet2024-01-052-50/+33
| * | | bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet2024-01-053-7/+4
| * | | bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet2024-01-051-4/+22
| * | | bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2024-01-052-6/+1
| * | | bcachefs: mark now takes bkey_sKent Overstreet2024-01-0511-29/+43
| * | | bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-0512-62/+62
| * | | bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-051-8/+6
| * | | bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-059-245/+459
| * | | bcachefs: Fix printing of device durabilityKent Overstreet2024-01-051-1/+1
| * | | bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2024-01-052-3/+3