summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-19rcu: Switch kvfree_rcu() to new rcu_pendingrcu_pendingKent Overstreet
2024-08-19bcachefs: key cache can now allocate from pendingKent Overstreet
2024-08-19bcachefs: Rip out freelists from btree key cacheKent Overstreet
2024-08-19rcu: rcu_pendingKent Overstreet
2024-08-19rcu: delete lockdep_assert_irqs_enabled() assert in start_poll_synchronize_rc...Kent Overstreet
2024-08-19vmalloc: is_vmalloc_addr_inlined()Kent Overstreet
2024-08-19darray: lift from bcachefsKent Overstreet
2024-08-19lib/generic-radix-tree.c: add preallocationKent Overstreet
2024-08-19lib/generic-radix-tree.c: genradix_ptr_inlined()Kent Overstreet
2024-08-19bcachefs: shrinker.to_text() methodsKent Overstreet
2024-08-19mm: shrinker: Add shrinker_to_text() to debugfs interfaceKent Overstreet
2024-08-19mm: Centralize & improve oom reporting in show_mem.cKent Overstreet
2024-08-19mm: shrinker: Add new stats for .to_text()Kent Overstreet
2024-08-19mm: shrinker: Add a .to_text() method for shrinkersKent Overstreet
2024-08-19seq_buf: seq_buf_human_readable_u64()Kent Overstreet
2024-08-19bcachefs: bch2_time_stats_reset()Kent Overstreet
2024-08-19bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet
2024-08-19bcachefs: Simplify bch2_xattr_emit() implementationYouling Tang
2024-08-19bcachefs: drop unused posix acl handlersYouling Tang
2024-08-19bcachefs: Remove unused parameterAlan Huang
2024-08-19bcachefs: Remove the prev array stuffAlan Huang
2024-08-19bcachefs: Minimize the search range used to calculate the mantissaAlan Huang
2024-08-19bcachefs: Convert open-coded extra computation to helperAlan Huang
2024-08-19bcachefs: Remove dead code in __build_ro_aux_treeAlan Huang
2024-08-19bcachefs: Remove unused parameter of bkey_mantissa_bits_droppedAlan Huang
2024-08-19bcachefs: Remove unused parameter of bkey_mantissaAlan Huang
2024-08-19bcachefs: bch2_sb_nr_devices()Kent Overstreet
2024-08-19bcachefs: trivial open_bucket_add_buckets() cleanupKent Overstreet
2024-08-19bcachefs: Fix a spelling error in docsXiaxi Shen
2024-08-19bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-08-19bcachefs: Move rebalance_status out of sysfs/internalKent Overstreet
2024-08-19bcachefs: remove the unused parameter in macro bkey_crc_nextJulian Sun
2024-08-19bcachefs: fix macro definition allocate_dropping_locksJulian Sun
2024-08-19bcachefs: fix macro definition allocate_dropping_locks_errcodeJulian Sun
2024-08-19bcachefs: remove the unused macro definitionJulian Sun
2024-08-19bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-08-19bcachefs: for_each_btree_key_in_subvolume_upto()Kent Overstreet
2024-08-19bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet
2024-08-19bcachefs: bchfs_read(): call trans_begin() on every loop iterKent Overstreet
2024-08-19bcachefs: kill bch2_btree_iter_peek_and_restart()Kent Overstreet
2024-08-19bcachefs: Btree path tracepointsKent Overstreet
2024-08-19bcachefs: Add check for btree_path ref overflowKent Overstreet
2024-08-19bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-08-19bcachefs: allocate inode by using alloc_inode_sb()Youling Tang