aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-14bcachefs: bch2_dir_emit() - fix directory reads in the fuse driverAriel Miculas1-0/+8
2024-07-14bcachefs: twf: delete dead struct fieldsKent Overstreet1-4/+0
2024-07-14bcachefs: bch2_stdio_redirect_readline_timeout()Kent Overstreet2-3/+23
2024-07-14bcachefs: twf: convert bch2_stdio_redirect_readline() to darrayKent Overstreet4-35/+54
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet3-2/+17
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet17-162/+200
2024-07-14bcachefs: btree_types bitmask cleanupsKent Overstreet3-31/+35
2024-07-14bcachefs: Delete old assertion for online fsckKent Overstreet1-8/+1
2024-07-14bcachefs: Initialize gc buckets in alloc triggerKent Overstreet2-31/+20
2024-07-14bcachefs: Walk leaf to root in btree_gcKent Overstreet2-25/+24
2024-07-14bcachefs: Don't block journal when finishing check_allocations()Kent Overstreet1-5/+1
2024-07-14bcachefs: bch2_fs_get_tree() cleanupKent Overstreet1-30/+29
2024-07-14bcachefs: Kill bch2_mount()Kent Overstreet1-31/+15
2024-07-14bcachefs: Eytzinger accumulation for accounting keysKent Overstreet4-8/+107
2024-07-14bcachefs: bch_acct_rebalance_workKent Overstreet2-1/+11
2024-07-14bcachefs: bch_acct_btreeKent Overstreet3-1/+21
2024-07-14bcachefs: bch_acct_snapshotKent Overstreet3-1/+20
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