summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-21bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocationKent Overstreet
2024-09-21bcachefs: fix prototype to bch2_alloc_sectors_start_trans()Kent Overstreet
2024-09-21bcachefs: kill redundant is_vmalloc_addr()Kent Overstreet
2024-09-21bcachefs: convert __bch2_encrypt_bio() to darrayKent Overstreet
2024-09-21bcachefs: do_encrypt() now handles allocation failuresKent Overstreet
2024-09-21bcachefs: Add pinned to btree cache not freed countersKent Overstreet
2024-09-09bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum
2024-09-09bcachefs: support idmap mountsHongbo Li
2024-09-09bcachefs: Annotate struct bch_xattr with __counted_by()Thorsten Blum
2024-09-09bcachefs: Switch gc bucket array to a genradixKent Overstreet
2024-09-09bcachefs: darray: convert to alloc_hooks()Kent Overstreet
2024-09-09bcachefs: Convert to use jiffies macrosChen Yufan
2024-09-09bcachefs: Refactor bch2_bset_fix_lookup_tableAlan Huang
2024-09-09bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet
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: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
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