summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet7-63/+13
2024-07-14bcachefs: Convert bch2_ioctl_fs_usage() to new accountingKent Overstreet1-49/+19
2024-07-14bcachefs: Kill bch2_fs_usage_initialize()Kent Overstreet3-33/+0
2024-07-14bcachefs: dev_usage updated by new accountingKent Overstreet8-70/+36
2024-07-14bcachefs: Coalesce accounting keys before journal replayKent Overstreet2-0/+20
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet25-423/+795
2024-07-14bcachefs: btree write buffer knows how to accumulate bch_accounting keysKent Overstreet3-9/+79
2024-07-14bcachefs: Accumulate accounting keys in journal replayKent Overstreet5-24/+126
2024-07-14bcachefs: KEY_TYPE_accountingKent Overstreet8-49/+303
2024-07-14bcachefs: use new mount APIThomas Bertschinger2-22/+100
2024-07-14bcachefs: Add error code to defer option parsingThomas Bertschinger3-2/+18
2024-07-14bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger4-49/+71
2024-07-14bcachefs: metadata version bucket_stripe_sectorsKent Overstreet7-18/+96
2024-07-14bcachefs: BCH_DATA_unstripedKent Overstreet4-5/+19
2024-07-14bcachefs: bch_alloc->stripe_sectorsKent Overstreet6-15/+41
2024-07-14bcachefs: check_key_has_inode()Kent Overstreet2-94/+113
2024-07-14bcachefs: allow passing full device path for target optionsThomas Bertschinger1-0/+3
2024-07-14bcachefs: bch2_printbuf_strip_trailing_newline()Kent Overstreet3-0/+17
2024-07-14bcachefs: don't expose "read_only" as a mount optionThomas Bertschinger1-1/+1
2024-07-14bcachefs: make offline fsck set read_only fs flagThomas Bertschinger1-0/+13
2024-07-14bcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet4-9/+9
2024-07-14bcachefs: Check for bsets past bch_btree_ptr_v2.sectors_writtenKent Overstreet1-2/+5
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak11-59/+58
2024-07-14bcachefs: add might_sleep() annotations for fsck_err()Kent Overstreet2-1/+6
2024-07-14bcachefs: fix missing includeKent Overstreet1-0/+2
2024-07-14bcachefs: Use filemap_read() to simplify the execution flowYouling Tang1-2/+2
2024-07-14bcachefs: Align the display format of `btrees/inodes/keys`Youling Tang1-1/+2
2024-07-14bcachefs: Fix missing spaces in journal_entry_dev_usage_to_textYouling Tang1-0/+3
2024-07-14bcachefs: fix ei_update_lock lock orderingKent Overstreet2-7/+8
2024-07-14bcachefs: bch2_btree_reserve_cache_to_text()Kent Overstreet5-1/+32
2024-07-14bcachefs: sysfs trigger_freelist_wakeupKent Overstreet1-0/+5
2024-07-14bcachefs: sysfs internal/trigger_journal_writesKent Overstreet1-0/+5
2024-07-14bcachefs: add capacity, reserved to fs_alloc_debug_to_text()Kent Overstreet3-0/+4
2024-07-14bcachefs: uninline fallocate functionsKent Overstreet1-4/+4
2024-07-14bcachefs: btree ids are 64 bit bitmasksKent Overstreet1-5/+5
2024-07-14bcachefs: Print allocator stuck on timeout in fallocate pathKent Overstreet1-1/+5
2024-07-11bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet1-8/+22
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet4-8/+30
2024-07-11bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet1-1/+1
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet1-2/+1
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet3-4/+24
2024-07-10bcachefs: Fix RCU splatKent Overstreet2-1/+9
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet1-0/+2
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet1-0/+10
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet3-25/+39
2024-07-10bcachefs: Log mount failure error codeKent Overstreet1-0/+2
2024-07-10bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet1-2/+4
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang1-1/+2
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet1-0/+6