summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-25bcachefs: fsck needs BTERE_UPDATE_INTERNAL_SNAPSHOT_NODEbcachefs-v6.3Kent Overstreet
2023-06-24bcachefs: Improve error message for overlapping extentsKent Overstreet
2023-06-24bcachefs: Fix check_pos_snapshot_overwritten()Kent Overstreet
2023-06-24bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet
2023-06-24bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet
2023-06-24bcachefs: BCH_ERR_fsck -> EINVALKent Overstreet
2023-06-24bcachefs: btree write buffer update orderingKent Overstreet
2023-06-24bcachefs: bch2_trans_mark_pointer() refactoringKent Overstreet
2023-06-24bcachefs: uuid_t -> __uuid_tKent Overstreet
2023-06-22fixup! bcachefs: Switch to uuid_t instead of uuid_leKent Overstreet
2023-06-22bcachefs: Fix more lockdep splats in debug.cKent Overstreet
2023-06-22bcachefs: generic_file_splic_read() -> filemap_splice_read()Kent Overstreet
2023-06-22bcachefs: fs-io.c: dio write path: use bio_release_pages()Kent Overstreet
2023-06-22bcachefs: fix bch2_dio_write_copy_iov() to check iov_iter typeKent Overstreet
2023-06-22bcachefs: Switch to uuid_t instead of uuid_leKent Overstreet
2023-06-21bcachefs: Fix lockdep splat in bch2_readdirKent Overstreet
2023-06-21kbuild: Allow gcov to be enabled on the command lineKent Overstreet
2023-06-21rhashtable: Better error message on allocation failureKent Overstreet
2023-06-21Update issue templatesDaniel Hill
2023-06-21fs/aio: obey min_nr when doing wakeupsKent Overstreet
2023-06-21fs/aio: Use kmap_local() instead of kmap()Kent Overstreet
2023-06-21bcachefs: add counters for failed shrinker reclaimDaniel Hill
2023-06-21bcachefs: shrinker.to_text() methodsKent Overstreet
2023-06-21mm: Centralize & improve oom reporting in show_mem.cKent Overstreet
2023-06-21mm: Move lib/show_mem.c to mm/Kent Overstreet
2023-06-21mm: Count requests to free & nr freed per shrinkerKent Overstreet
2023-06-21mm: Add a .to_text() method for shrinkersKent Overstreet
2023-06-21seq_buf: seq_buf_human_readable_u64()Kent Overstreet
2023-06-21xfs: add nodataio mount option to skip all data I/OBrian Foster
2023-06-21iomap: add nosubmit flag to skip data I/O on iomap mappingBrian Foster
2023-06-21vfs: inode cache conversion to hash-blDave Chinner
2023-06-21hlist-bl: add hlist_bl_fake()Dave Chinner
2023-06-21vfs: factor out inode hash head calculationDave Chinner
2023-06-21Increase MAX_LOCK_DEPTH, bcachefs BTREE_ITER_MAX (do not upstream)Kent Overstreet
2023-06-21bcachefs: Check for ERR_PTR() from filemap_lock_folio()Kent Overstreet
2023-06-20bcachefs: New error message helpersKent Overstreet
2023-06-20bcachefs: fiemap: Fix a lockdep splatKent Overstreet
2023-06-20bcachefs: seqmutex; fix a lockdep splatKent Overstreet
2023-06-20bcachefs: Don't call lock_graph_descend() with wait lock heldKent Overstreet
2023-06-20bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet
2023-06-20bcachefs: bch2_trans_unlock_noassert()Kent Overstreet
2023-06-20bcachefs: Fix bch2_btree_update_start()Kent Overstreet
2023-06-20bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet
2023-06-20bcachefs: snapshot_to_text() includes snapshot treeKent Overstreet
2023-06-20bcachefs: Fix try_decrease_writepoints()Kent Overstreet
2023-06-20bcachefs: Delete weird hacky transaction restart injectionKent Overstreet
2023-06-20bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RWKent Overstreet
2023-06-20bcachefs: New assertions when marking filesystem cleanKent Overstreet
2023-06-20bcachefs: ec: Fix a lost wakeupKent Overstreet
2023-06-20bcachefs: fix NULL pointer dereference in try_alloc_bucketMikulas Patocka