summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super.c
AgeCommit message (Expand)Author
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet
2025-04-20bcachefs: Fix early startup error pathKent Overstreet
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet
2025-04-15bcachefs: Print version_incompat_allowed on startupKent Overstreet
2025-04-13bcachefs: Prevent granting write refs when filesystem is read-onlyGabriel Shahrouzi
2025-04-06bcachefs: Remove unnecessary softdep on xxhashEric Biggers
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers
2025-04-06bcachefs: Fix duplicate "ro,read_only" in opts at startupKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers
2025-03-24bcachefs: Remove unnecessary softdeps on crc32c and crc64Eric Biggers
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet
2025-03-14bcachefs: Stash a pointer to the filesystem for blk_holder_opsKent Overstreet
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-01-09bcachefs: bch2_fs_btree_gc_init()Kent Overstreet
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: Kill bch2_bucket_alloc_new_fs()Kent Overstreet
2024-12-21bcachefs: fix O(n^2) issue with whiteouts in journal keysKent Overstreet
2024-12-21bcachefs: Fix shutdown messageKent Overstreet
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet
2024-12-21bcachefs: Simplify code in bch2_dev_alloc()Youling Tang
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: Add locking for bch_fs.curr_recovery_passKent Overstreet
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet
2024-09-21bcachefs: bch2_sb_member_alloc()Kent Overstreet
2024-09-21bcachefs: bch2_dev_remove_alloc() -> alloc_background.cKent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet
2024-07-14bcachefs: Improve startup messageKent Overstreet
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet
2024-07-14bcachefs: bch2_verify_accounting_clean()Kent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Kill replicas_journal_resKent Overstreet
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-14bcachefs: allow passing full device path for target optionsThomas Bertschinger