aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-14bcachefs: bch2_fs_usage_base_to_text()Kent Overstreet1-0/+19
2024-07-14bcachefs: bch2_fs_accounting_to_text()Kent Overstreet3-0/+32
2024-07-14bcachefs: Convert bch2_compression_stats_to_text() to new accountingKent Overstreet1-67/+19
2024-07-14bcachefs: bch_acct_compressionKent Overstreet3-11/+58
2024-07-14bcachefs: bch2_verify_accounting_clean()Kent Overstreet3-1/+91
2024-07-14bcachefs: Convert bch2_replicas_gc2() to new accountingKent Overstreet1-11/+15
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet17-576/+343
2024-07-14bcachefs: Kill replicas_journal_resKent Overstreet3-57/+0
2024-07-14bcachefs: Kill fs_usage_onlineKent Overstreet3-27/+0
2024-07-14bcachefs: Kill bch2_fs_usage_to_text()Kent Overstreet2-42/+0
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet9-147/+21
2024-07-14bcachefs: Kill writing old accounting to journalKent Overstreet1-45/+0
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-14Linux 6.10Linus Torvalds1-1/+1
2024-07-14Merge tag 'kbuild-fixes-v6.10-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+9