linux-block.git
2023-10-22 Kent Overstreetbcachefs: Compression levels
2023-10-22 Kent Overstreetbcachefs: Extent sb compression type fields to 8 bits
2023-10-22 Kent Overstreetbcachefs: bcachefs_format.h should be using __u64
2023-10-22 Kent Overstreetbcachefs: fix_errors option is now a proper enum
2023-10-22 Kent Overstreetbcachefs: bch_opt_fn
2023-10-22 Kent Overstreetbcachefs: Convert snapshot table to RCU array
2023-10-22 Kent Overstreetbcachefs: Add a race_fault() for write buffer slowpath
2023-10-22 Kent Overstreetbcachefs: Add buffered IO fallback for userspace
2023-10-22 Kent Overstreetbcachefs: Fallocate now checks page cache
2023-10-22 Kent Overstreetbcachefs: Don't start copygc until recovery is finished
2023-10-22 Kent Overstreetbcachefs: Fix build error on weird gcc
2023-10-22 Kent Overstreetbcachefs: Snapshot depth, skiplist fields
2023-10-22 Kent Overstreetbcachefs: Version table now lists required recovery...
2023-10-22 Kent Overstreetbcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()
2023-10-22 Kent Overstreetbcachefs: Fix a write buffer flush deadlock
2023-10-22 Kent Overstreetbcachefs: bcachefs_metadata_version_major_minor
2023-10-22 Kent Overstreetbcachefs: Add new assertions for shutdown path
2023-10-22 Kent Overstreetbcachefs: bch2_xattr_set() now updates ctime
2023-10-22 Kent Overstreetbcachefs: Kill bch2_xattr_get()
2023-10-22 Kent Overstreetbcachefs: Fix try_decrease_writepoints()
2023-10-22 Kent Overstreetbcachefs: Mark as EXPERIMENTAL
2023-10-22 Kent Overstreetbcachefs: Enumerate recovery passes
2023-10-22 Kent Overstreetbcachefs: Stash journal replay params in bch_fs
2023-10-22 Kent Overstreetbcachefs: Kill bch2_bucket_gens_read()
2023-10-22 Kent Overstreetbcachefs: Fix error path in bch2_journal_flush_device_p...
2023-10-22 Kent Overstreetbcachefs: version_upgrade is now an enum
2023-10-22 Kent Overstreetbcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()
2023-10-22 Kent Overstreetbcachefs: Convert more -EROFS to private error codes
2023-10-22 Kent Overstreetbcachefs: Delete redundant log messages
2023-10-22 Kent Overstreetbcachefs: Change check for invalid key types
2023-10-22 Kent Overstreetbcachefs: Assorted sparse fixes
2023-10-22 Kent Overstreetbcachefs: Refactor bch_sb_field_ops handling
2023-10-22 Kent Overstreetbcachefs: Allow for unknown key types
2023-10-22 Kent Overstreetbcachefs: Allow for unknown btree IDs
2023-10-22 Brian Fosterbcachefs: flush journal to avoid invalid dev usage...
2023-10-22 Brian Fosterbcachefs: mark active journal devices on journal replic...
2023-10-22 Kent Overstreetbcachefs: bch2_version_compatible()
2023-10-22 Kent Overstreetbcachefs: bch2_version_to_text()
2023-10-22 Kent Overstreetbcachefs: Kill BTREE_INSERT_USE_RESERVE
2023-10-22 Kent Overstreetbcachefs: Fix a null ptr deref in bch2_fs_alloc() error...
2023-10-22 Kent Overstreetbcachefs: Fix a format string warning
2023-10-22 Kent Overstreetbcachefs: Kill JOURNAL_WATERMARK
2023-10-22 Kent Overstreetbcachefs: BCH_WATERMARK_reclaim
2023-10-22 Kent Overstreetbcachefs: struct bch_extent_rebalance
2023-10-22 Kent Overstreetbcachefs: Expand BTREE_NODE_ID
2023-10-22 Kent Overstreetbcachefs: Fix btree node write error message
2023-10-22 Kent Overstreetbcachefs: fsck: Break walk_inode() up into multiple...
2023-10-22 Kent Overstreetbcachefs: Fix leak in backpointers fsck
2023-10-22 Kent Overstreetbcachefs: unregister_shrinker() now safe on not-registe...
2023-10-22 Kent Overstreetbcachefs: Add a missing rhashtable_destroy() call
2023-10-22 Kent Overstreetbcachefs: Improve bch2_bkey_make_mut()
2023-10-22 Kent Overstreetbcachefs: Reduce stack frame size of bch2_check_alloc_i...
2023-10-22 Kent Overstreetbcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
2023-10-22 Kent Overstreetbcachefs: Improve error message for overlapping extents
2023-10-22 Kent Overstreetbcachefs: Fix check_pos_snapshot_overwritten()
2023-10-22 Kent Overstreetbcachefs: Rename enum alloc_reserve -> bch_watermark
2023-10-22 Kent Overstreetbcachefs: BCH_ERR_fsck -> EINVAL
2023-10-22 Kent Overstreetbcachefs: bch2_trans_mark_pointer() refactoring
2023-10-22 Kent Overstreetbcachefs: Fix more lockdep splats in debug.c
2023-10-22 Kent Overstreetbcachefs: Fix lockdep splat in bch2_readdir
2023-10-22 Kent Overstreetbcachefs: Check for ERR_PTR() from filemap_lock_folio()
2023-10-22 Kent Overstreetbcachefs: New error message helpers
2023-10-22 Kent Overstreetbcachefs: fiemap: Fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: seqmutex; fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: Don't call lock_graph_descend() with wait...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_check_discard_freespace_key()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_unlock_noassert()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_update_start()
2023-10-22 Kent Overstreetbcachefs: bch2_extent_ptr_desired_durability()
2023-10-22 Kent Overstreetbcachefs: snapshot_to_text() includes snapshot tree
2023-10-22 Kent Overstreetbcachefs: Fix try_decrease_writepoints()
2023-10-22 Kent Overstreetbcachefs: Delete weird hacky transaction restart injection
2023-10-22 Kent Overstreetbcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RW
2023-10-22 Kent Overstreetbcachefs: New assertions when marking filesystem clean
2023-10-22 Kent Overstreetbcachefs: ec: Fix a lost wakeup
2023-10-22 Mikulas Patockabcachefs: fix NULL pointer dereference in try_alloc_bucket
2023-10-22 Kent Overstreetbcachefs: Fix subvol deletion deadlock
2023-10-22 Brian Fosterbcachefs: don't spin in rebalance when background targe...
2023-10-22 Brian Fosterbcachefs: push rcu lock down into bch2_target_to_mask()
2023-10-22 Brian Fosterbcachefs: create internal disk_groups sysfs file
2023-10-22 Kent Overstreetbcachefs: Clean up tests code
2023-10-22 Kent Overstreetbcachefs: Improve backpointers error message
2023-10-22 Kent Overstreetbcachefs: More drop_locks_do() conversions
2023-10-22 Kent Overstreetbcachefs: Delete warning from promote_alloc()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_fsck_ask_yn()
2023-10-22 Kent Overstreetbcachefs: replicas_deltas_realloc() uses allocate_dropp...
2023-10-22 Kent Overstreetbcachefs: Convert acl.c to allocate_dropping_locks()
2023-10-22 Kent Overstreetbcachefs: allocate_dropping_locks()
2023-10-22 Kent Overstreetbcachefs: Use unlikely() in bch2_err_matches()
2023-10-22 Kent Overstreetbcachefs: Fix error handling in promote path
2023-10-22 Kent Overstreetbcachefs: fs-io: Eliminate GFP_NOFS usage
2023-10-22 Kent Overstreetbcachefs: bch2_trans_kmalloc no longer allocates memory...
2023-10-22 Kent Overstreetbcachefs: drop_locks_do()
2023-10-22 Kent Overstreetbcachefs: GFP_NOIO -> GFP_NOFS
2023-10-22 Kent Overstreetbcachefs: Ensure bch2_btree_node_get() calls relock...
2023-10-22 Kent Overstreetbcachefs: Avoid __GFP_NOFAIL
2023-10-22 Kent Overstreetbcachefs: Fix corruption with writeable snapshots
2023-10-22 Kent Overstreetbcachefs: Convert -ENOENT to private error codes
2023-10-22 Kent Overstreetbcachefs: trans_for_each_path_safe()
2023-10-22 Kent Overstreetbcachefs: Fix a quota read bug
next