summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-12fix weird kill_sb bug388-debugKent Overstreet
2023-11-12bcachefs: six locks: Simplify optimistic spinningKent Overstreet
2023-11-12powerpc: Export kvm_guest static key, for bcachefs six locksKent Overstreet
2023-11-12kbuild: Allow gcov to be enabled on the command lineKent Overstreet
2023-11-12rhashtable: Better error message on allocation failureKent Overstreet
2023-11-12Update issue templatesDaniel Hill
2023-11-12fs/aio: obey min_nr when doing wakeupsKent Overstreet
2023-11-12bcachefs: add counters for failed shrinker reclaimDaniel Hill
2023-11-12bcachefs: shrinker.to_text() methodsKent Overstreet
2023-11-12mm: vmscan: Fix leak in unregister_shrinker()Kent Overstreet
2023-11-12mm: Add shrinker_to_text() to debugfs interfaceKent Overstreet
2023-11-12mm: Centralize & improve oom reporting in show_mem.cKent Overstreet
2023-11-12mm: Count requests to free & nr freed per shrinkerKent Overstreet
2023-11-12mm: Add a .to_text() method for shrinkersKent Overstreet
2023-11-12seq_buf: seq_buf_human_readable_u64()Kent Overstreet
2023-11-12xfs: add nodataio mount option to skip all data I/OBrian Foster
2023-11-12iomap: add nosubmit flag to skip data I/O on iomap mappingBrian Foster
2023-11-12vfs: inode cache conversion to hash-blDave Chinner
2023-11-12hlist-bl: add hlist_bl_fake()Dave Chinner
2023-11-12vfs: factor out inode hash head calculationDave Chinner
2023-11-12mean and variance: Promote to lib/mathKent Overstreet
2023-11-12Increase MAX_LOCK_DEPTH, bcachefs BTREE_ITER_MAX (do not upstream)Kent Overstreet
2023-11-12bcachefs: Switch to lockdep_set_no_check_recursion()Kent Overstreet
2023-11-12bcachefs: Check for btree locks held on transaction initKent Overstreet
2023-11-12bcachefs: Use lock_class_is_held() for btree locking assertsKent Overstreet
2023-11-12bcachefs: Assert that btree node locks aren't being leakedKent Overstreet
2023-11-12locking/lockdep: lockdep_set_no_check_recursion()Kent Overstreet
2023-11-12locking/lockdep: lock_class_is_held()Kent Overstreet
2023-11-12bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2023-11-12bcachefs: bch_str_hash_flags_tKent Overstreet
2023-11-12bcachefs: Fix an endianness conversionKent Overstreet
2023-11-12bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet
2023-11-12bcachefs: Fix redundant variable initializationKent Overstreet
2023-11-12bcachefs: Avoiding dropping/retaking write locks in bch2_btree_write_buffer_f...Kent Overstreet
2023-11-12bcachefs: Make journal replay more efficientKent Overstreet
2023-11-12bcachefs: Go rw before journal replayKent Overstreet
2023-11-12bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet
2023-11-12bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet
2023-11-12bcachefs: Clear k->needs_whitout earlier in commit pathKent Overstreet
2023-11-12bcachefs: track_event_change()Kent Overstreet
2023-11-12bcachefs: Factor out darray resize slowpathKent Overstreet
2023-11-12bcachefs: Journal pins must always have a flush_fnKent Overstreet
2023-11-12bcachefs: Add an assertion in bch2_journal_pin_set()Kent Overstreet
2023-11-12bcachefs: Include average write size in sysfs journal_debugKent Overstreet
2023-11-11bcachefs: Fix potential sleeping during mountDaniel J Blueman
2023-11-11bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet
2023-11-11bcachefs: Kill journal pre-reservationsKent Overstreet
2023-11-11bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet
2023-11-11bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet
2023-11-11bcachefs: btree_trans->write_lockedKent Overstreet