summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-09-09bcachefs: Do not check folio_has_private()Matthew Wilcox (Oracle)
2024-09-09bcachefs: bch2_time_stats_reset()Kent Overstreet
2024-09-09bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet
2024-09-09bcachefs: Simplify bch2_xattr_emit() implementationYouling Tang
2024-09-09bcachefs: drop unused posix acl handlersYouling Tang
2024-09-09bcachefs: Remove unused parameterAlan Huang
2024-09-09bcachefs: Remove the prev array stuffAlan Huang
2024-09-09bcachefs: Minimize the search range used to calculate the mantissaAlan Huang
2024-09-09bcachefs: Convert open-coded extra computation to helperAlan Huang
2024-09-09bcachefs: Remove dead code in __build_ro_aux_treeAlan Huang
2024-09-09bcachefs: Remove unused parameter of bkey_mantissa_bits_droppedAlan Huang
2024-09-09bcachefs: Remove unused parameter of bkey_mantissaAlan Huang
2024-09-09bcachefs: bch2_sb_nr_devices()Kent Overstreet
2024-09-09bcachefs: trivial open_bucket_add_buckets() cleanupKent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: Move rebalance_status out of sysfs/internalKent Overstreet
2024-09-09bcachefs: remove the unused parameter in macro bkey_crc_nextJulian Sun
2024-09-09bcachefs: fix macro definition allocate_dropping_locksJulian Sun
2024-09-09bcachefs: fix macro definition allocate_dropping_locks_errcodeJulian Sun
2024-09-09bcachefs: remove the unused macro definitionJulian Sun
2024-09-09bcachefs: quota_reserve_range() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_folio_set() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: range_has_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_seek_hole() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_seek_data() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_xattr_list() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: bch2_readdir() -> for_each_btree_key_in_subvolume_uptoKent Overstreet
2024-09-09bcachefs: for_each_btree_key_in_subvolume_upto()Kent Overstreet
2024-09-09bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet
2024-09-09bcachefs: bchfs_read(): call trans_begin() on every loop iterKent Overstreet
2024-09-09bcachefs: kill bch2_btree_iter_peek_and_restart()Kent Overstreet
2024-09-09bcachefs: Btree path tracepointsKent Overstreet
2024-09-09bcachefs: Add check for btree_path ref overflowKent Overstreet
2024-09-09bcachefs: Don't delete open files in online fsckKent Overstreet
2024-09-09bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-09-09bcachefs: fix btree_key_cache sysfs knobKent Overstreet
2024-09-09bcachefs: allocate inode by using alloc_inode_sb()Youling Tang
2024-09-09bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet
2024-09-09bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet
2024-09-09bcachefs: data_allowed is now an opts.h optionKent Overstreet
2024-09-09bcachefs: Annotate struct bucket_array with __counted_by()Thorsten Blum
2024-09-09bcachefs: Fix format specifier in bch2_btree_key_cache_to_text()Nathan Chancellor
2024-09-09bcachefs: key cache can now allocate from pendingKent Overstreet
2024-09-09bcachefs: Rip out freelists from btree key cacheKent Overstreet
2024-09-09bcachefs: rcu_pending now works in userspaceKent Overstreet
2024-09-09bcachefs: rcu_pendingKent Overstreet
2024-09-09bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-09-09bcachefs: Replace div_u64 with div64_u64 where second param is u64Reed Riley
2024-09-09bcachefs: Fix sysfs rebalance duration waited formattingFeiko Nanninga