summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-07-15bcachefs: fix smatch data leak warning in fs usage ioctlBrian Foster1-1/+1
2024-07-15bcachefs: Fix race in bch2_accounting_mem_insert()Kent Overstreet2-11/+17
2024-07-15bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas5-15/+18
2024-07-15bcachefs: BCH_IOCTL_QUERY_ACCOUNTINGKent Overstreet4-0/+98
2024-07-15bcachefs: support REMAP_FILE_DEDUP in bch2_remap_file_rangeReed Riley1-4/+2
2024-07-15bcachefs: support FS_IOC_SETFSLABELHongbo Li1-0/+40
2024-07-15bcachefs: support get fs labelHongbo Li1-0/+30
2024-07-15bcachefs: implement FS_IOC_GETVERSION to support lsattrHongbo Li1-1/+9
2024-07-15bcachefs: Unlock trans when waiting for user input in fsckKent Overstreet1-4/+28
2024-07-15bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang3-0/+55
2024-07-15bcachefs: track writeback errors using the generic tracking infrastructureYouling Tang1-1/+6
2024-07-15bcachefs: bch2_dir_emit() - fix directory reads in the fuse driverAriel Miculas1-0/+8
2024-07-15bcachefs: twf: delete dead struct fieldsKent Overstreet1-4/+0
2024-07-15bcachefs: bch2_stdio_redirect_readline_timeout()Kent Overstreet2-3/+23
2024-07-15bcachefs: twf: convert bch2_stdio_redirect_readline() to darrayKent Overstreet4-35/+54
2024-07-15bcachefs: Plumb more logging through stdio redirectKent Overstreet3-2/+17
2024-07-15bcachefs: fsck_err() may now take a btree_transKent Overstreet17-162/+200
2024-07-15bcachefs: btree_types bitmask cleanupsKent Overstreet3-31/+35
2024-07-15bcachefs: Delete old assertion for online fsckKent Overstreet1-8/+1
2024-07-15bcachefs: Initialize gc buckets in alloc triggerKent Overstreet2-31/+20
2024-07-15bcachefs: Walk leaf to root in btree_gcKent Overstreet2-25/+24
2024-07-15bcachefs: Don't block journal when finishing check_allocations()Kent Overstreet1-5/+1
2024-07-15bcachefs: bch2_fs_get_tree() cleanupKent Overstreet1-30/+29
2024-07-15bcachefs: Kill bch2_mount()Kent Overstreet1-31/+15
2024-07-15bcachefs: Eytzinger accumulation for accounting keysKent Overstreet4-8/+107
2024-07-15bcachefs: bch_acct_rebalance_workKent Overstreet2-1/+11
2024-07-15bcachefs: bch_acct_btreeKent Overstreet3-1/+21
2024-07-15bcachefs: bch_acct_snapshotKent Overstreet3-1/+20
2024-07-15bcachefs: bch2_fs_usage_base_to_text()Kent Overstreet1-0/+19
2024-07-15bcachefs: bch2_fs_accounting_to_text()Kent Overstreet3-0/+32
2024-07-15bcachefs: Convert bch2_compression_stats_to_text() to new accountingKent Overstreet1-67/+19
2024-07-15bcachefs: bch_acct_compressionKent Overstreet3-11/+58
2024-07-15bcachefs: bch2_verify_accounting_clean()Kent Overstreet3-1/+91
2024-07-15bcachefs: Convert bch2_replicas_gc2() to new accountingKent Overstreet1-11/+15
2024-07-15bcachefs: Convert gc to new accountingKent Overstreet17-576/+343
2024-07-15bcachefs: Kill replicas_journal_resKent Overstreet3-57/+0
2024-07-15bcachefs: Kill fs_usage_onlineKent Overstreet3-27/+0
2024-07-15bcachefs: Kill bch2_fs_usage_to_text()Kent Overstreet2-42/+0
2024-07-15bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet9-147/+21
2024-07-15bcachefs: Kill writing old accounting to journalKent Overstreet1-45/+0
2024-07-15bcachefs: kill bch2_fs_usage_read()Kent Overstreet7-63/+13
2024-07-15bcachefs: Convert bch2_ioctl_fs_usage() to new accountingKent Overstreet1-49/+19
2024-07-15bcachefs: Kill bch2_fs_usage_initialize()Kent Overstreet3-33/+0
2024-07-15bcachefs: dev_usage updated by new accountingKent Overstreet8-70/+36
2024-07-15bcachefs: Coalesce accounting keys before journal replayKent Overstreet2-0/+20
2024-07-15bcachefs: Disk space accounting rewriteKent Overstreet25-423/+795
2024-07-15bcachefs: btree write buffer knows how to accumulate bch_accounting keysKent Overstreet3-9/+79
2024-07-15bcachefs: Accumulate accounting keys in journal replayKent Overstreet5-24/+126
2024-07-15bcachefs: KEY_TYPE_accountingKent Overstreet8-49/+303
2024-07-15bcachefs: use new mount APIThomas Bertschinger2-22/+100