]> www.infradead.org Git - nvme.git/shortlog
nvme.git
2024-09-28 Kent Overstreetbcachefs: Don't delete unlinked inodes before logged...
2024-09-28 Kent Overstreetbcachefs: Fix BCH_SB_ERRS() so we can reorder
2024-09-28 Kent Overstreetbcachefs: Fix fsck warnings from bkey validation
2024-09-28 Kent Overstreetbcachefs: Move transaction commit path validation to...
2024-09-28 Kent Overstreetbcachefs: Fix disk accounting attempting to mark invali...
2024-09-28 Kent Overstreetbcachefs: Fix unlocked access to c->disk_sb.sb in bch2_...
2024-09-28 Kent Overstreetbcachefs: Fix accounting read + device removal
2024-09-28 Kent Overstreetbcachefs: bch_accounting_mode
2024-09-28 Kent Overstreetbcachefs: fix transaction restart handling in check_ext...
2024-09-28 Kent Overstreetbcachefs: kill inode_walker_entry.seen_this_pos
2024-09-28 Kent Overstreetbcachefs: Fix incorrect IS_ERR_OR_NULL usage
2024-09-28 Hongbo Libcachefs: fix the memory leak in exception case
2024-09-28 Hongbo Libcachefs: fast exit when darray_make_room failed
2024-09-28 Kent Overstreetbcachefs: Fix iterator leak in check_subvol()
2024-09-28 Kent Overstreetbcachefs: Add snapshot to bch_inode_unpacked
2024-09-28 Diogo Jahchan... bcachefs: assign return error when iterating through...
2024-09-28 Kent Overstreetbcachefs: Fix srcu warning in check_topology
2024-09-28 Kent Overstreetbcachefs: Fix error path in check_dirent_inode_dirent()
2024-09-28 Piotr Zalewskibcachefs: memset bounce buffer portion to 0 after key_s...
2024-09-28 Kent Overstreetbcachefs: Improve bch2_is_inode_open() warning message
2024-09-28 Kent Overstreetbcachefs: Add extra padding in bkey_make_mut_noupdate()
2024-09-28 Kent Overstreetbcachefs: Mark inode errors as autofix
2024-09-23 Kent Overstreetbcachefs: Fix infinite loop in propagate_key_to_snapsho...
2024-09-23 Kent Overstreetbcachefs: Ensure BCH_FS_accounting_replay_done is alway...
2024-09-21 Ahmed Ehabbcachefs: Hold read lock in bch2_snapshot_tree_oldest_s...
2024-09-21 Diogo Jahchan... bcachefs: return err ptr instead of null in read sb...
2024-09-21 Yang Libcachefs: Remove duplicated include in backpointers.c
2024-09-21 Kent Overstreetbcachefs: Don't drop devices with stripe pointers
2024-09-21 Kent Overstreetbcachefs: bch2_ec_stripe_head_get() now checks for...
2024-09-21 Kent Overstreetbcachefs: bch_fs.rw_devs_change_count
2024-09-21 Kent Overstreetbcachefs: bch2_dev_remove_stripes()
2024-09-21 Kent Overstreetbcachefs: bch2_trigger_ptr() calculates sectors even...
2024-09-21 Kent Overstreetbcachefs: improve error messages in bch2_ec_read_extent()
2024-09-21 Kent Overstreetbcachefs: improve error message on too few devices...
2024-09-21 Kent Overstreetbcachefs: improve bch2_new_stripe_to_text()
2024-09-21 Kent Overstreetbcachefs: ec_stripe_head.nr_created
2024-09-21 Kent Overstreetbcachefs: bch_stripe.disk_label
2024-09-21 Kent Overstreetbcachefs: stripe_to_mem()
2024-09-21 Kent Overstreetbcachefs: EIO errcode cleanup
2024-09-21 Kent Overstreetbcachefs: Rework btree node pinning
2024-09-21 Kent Overstreetbcachefs: split up btree cache counters for live, freeable
2024-09-21 Kent Overstreetbcachefs: btree cache counters should be size_t
2024-09-21 Kent Overstreetbcachefs: Don't count "skipped access bit" as touched...
2024-09-21 Kent Overstreetbcachefs: Failed devices no longer require mounting...
2024-09-21 Kent Overstreetbcachefs: bch2_dev_rcu_noerror()
2024-09-21 Kent Overstreetbcachefs: Progress indicator for extents_to_backpointers
2024-09-21 Kent Overstreetbcachefs: bch2_opts_to_text()
2024-09-21 Kent Overstreetbcachefs: improve "no device to read from" message
2024-09-21 Hongbo Libcachefs: Fix compilation error for bch2_sb_member_alloc
2024-09-21 Kent Overstreetbcachefs: bch2_sb_member_alloc()
2024-09-21 Kent Overstreetbcachefs: bch2_dev_remove_alloc() -> alloc_background.c
2024-09-21 Kent Overstreetbcachefs: Move tabstop setup to bch2_dev_usage_to_text()
2024-09-21 Kent Overstreetbcachefs: Options for recovery_passes, recovery_passes_...
2024-09-21 Kent Overstreetbcachefs: Use mm_account_reclaimed_pages() when freeing...
2024-09-21 Kent Overstreetbcachefs: Use __GFP_ACCOUNT for reclaimable memory
2024-09-21 Sasha Finkelsteinbcachefs: Hook up RENAME_WHITEOUT in rename.
2024-09-21 Kent Overstreetbcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED...
2024-09-21 Kent Overstreetbcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies...
2024-09-21 Kent Overstreetbcachefs: fix prototype to bch2_alloc_sectors_start_trans()
2024-09-21 Kent Overstreetbcachefs: kill redundant is_vmalloc_addr()
2024-09-21 Kent Overstreetbcachefs: convert __bch2_encrypt_bio() to darray
2024-09-21 Kent Overstreetbcachefs: do_encrypt() now handles allocation failures
2024-09-21 Kent Overstreetbcachefs: Add pinned to btree cache not freed counters
2024-09-09 Thorsten Blumbcachefs: Annotate bch_replicas_entry_{v0,v1} with...
2024-09-09 Hongbo Libcachefs: support idmap mounts
2024-09-09 Thorsten Blumbcachefs: Annotate struct bch_xattr with __counted_by()
2024-09-09 Kent Overstreetbcachefs: Switch gc bucket array to a genradix
2024-09-09 Kent Overstreetbcachefs: darray: convert to alloc_hooks()
2024-09-09 Chen Yufanbcachefs: Convert to use jiffies macros
2024-09-09 Alan Huangbcachefs: Refactor bch2_bset_fix_lookup_table
2024-09-09 Kent Overstreetbcachefs: Assert that we don't lock nodes when !trans...
2024-09-09 Matthew Wilcox... bcachefs: Do not check folio_has_private()
2024-09-09 Kent Overstreetbcachefs: bch2_time_stats_reset()
2024-09-09 Kent Overstreetbcachefs: Drop memalloc_nofs_save() in bch2_btree_node_...
2024-09-09 Youling Tangbcachefs: Simplify bch2_xattr_emit() implementation
2024-09-09 Youling Tangbcachefs: drop unused posix acl handlers
2024-09-09 Alan Huangbcachefs: Remove unused parameter
2024-09-09 Alan Huangbcachefs: Remove the prev array stuff
2024-09-09 Alan Huangbcachefs: Minimize the search range used to calculate...
2024-09-09 Alan Huangbcachefs: Convert open-coded extra computation to helper
2024-09-09 Alan Huangbcachefs: Remove dead code in __build_ro_aux_tree
2024-09-09 Alan Huangbcachefs: Remove unused parameter of bkey_mantissa_bits...
2024-09-09 Alan Huangbcachefs: Remove unused parameter of bkey_mantissa
2024-09-09 Kent Overstreetbcachefs: bch2_sb_nr_devices()
2024-09-09 Kent Overstreetbcachefs: trivial open_bucket_add_buckets() cleanup
2024-09-09 Xiaxi Shenbcachefs: Fix a spelling error in docs
2024-09-09 Kent Overstreetbcachefs: promote_whole_extents is now a normal option
2024-09-09 Kent Overstreetbcachefs: Move rebalance_status out of sysfs/internal
2024-09-09 Julian Sunbcachefs: remove the unused parameter in macro bkey_crc...
2024-09-09 Julian Sunbcachefs: fix macro definition allocate_dropping_locks
2024-09-09 Julian Sunbcachefs: fix macro definition allocate_dropping_locks_...
2024-09-09 Julian Sunbcachefs: remove the unused macro definition
2024-09-09 Kent Overstreetbcachefs: quota_reserve_range() -> for_each_btree_key_i...
2024-09-09 Kent Overstreetbcachefs: bch2_folio_set() -> for_each_btree_key_in_sub...
2024-09-09 Kent Overstreetbcachefs: range_has_data() -> for_each_btree_key_in_sub...
2024-09-09 Kent Overstreetbcachefs: bch2_seek_hole() -> for_each_btree_key_in_sub...
2024-09-09 Kent Overstreetbcachefs: bch2_seek_data() -> for_each_btree_key_in_sub...
2024-09-09 Kent Overstreetbcachefs: bch2_xattr_list() -> for_each_btree_key_in_su...
2024-09-09 Kent Overstreetbcachefs: bch2_readdir() -> for_each_btree_key_in_subvo...
2024-09-09 Kent Overstreetbcachefs: for_each_btree_key_in_subvolume_upto()
next