aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet1-0/+5
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet1-0/+4
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet1-19/+23
2025-04-24bcachefs: Print mount opts earlierKent Overstreet1-39/+37
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet1-36/+14
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet1-2/+2
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet1-0/+1
2025-04-20bcachefs: Fix early startup error pathKent Overstreet1-10/+9
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet1-0/+1
2025-04-15bcachefs: Print version_incompat_allowed on startupKent Overstreet1-0/+5
2025-04-13bcachefs: Prevent granting write refs when filesystem is read-onlyGabriel Shahrouzi1-1/+2
2025-04-06bcachefs: Remove unnecessary softdep on xxhashEric Biggers1-1/+0
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers1-3/+0
2025-04-06bcachefs: Fix duplicate "ro,read_only" in opts at startupKent Overstreet1-6/+0
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-24/+61
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet1-18/+18
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet1-1/+1
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet1-6/+3
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet1-3/+3
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers1-1/+0
2025-03-24bcachefs: Remove unnecessary softdeps on crc32c and crc64Eric Biggers1-2/+0
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet1-0/+97
2025-03-14bcachefs: Stash a pointer to the filesystem for blk_holder_opsKent Overstreet1-0/+7
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton1-0/+19
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet1-5/+6
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park1-0/+11
2025-01-09bcachefs: bch2_fs_btree_gc_init()Kent Overstreet1-4/+2
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet1-6/+1
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet1-2/+0
2024-12-21bcachefs: Kill bch2_bucket_alloc_new_fs()Kent Overstreet1-7/+5
2024-12-21bcachefs: fix O(n^2) issue with whiteouts in journal keysKent Overstreet1-2/+1
2024-12-21bcachefs: Fix shutdown messageKent Overstreet1-1/+1
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet1-2/+2
2024-12-21bcachefs: Simplify code in bch2_dev_alloc()Youling Tang1-4/+1
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet1-0/+5
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet1-3/+0
2024-12-21bcachefs: Add locking for bch_fs.curr_recovery_passKent Overstreet1-0/+1
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King1-2/+2
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet1-0/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-1/+1
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet1-10/+24
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet1-1/+1
2024-09-21bcachefs: bch2_sb_member_alloc()Kent Overstreet1-46/+7
2024-09-21bcachefs: bch2_dev_remove_alloc() -> alloc_background.cKent Overstreet1-27/+0
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet1-1/+0
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-0/+2
2024-07-30bcachefs: Fix double free of ca->buckets_nouseKent Overstreet1-1/+0
2024-07-14bcachefs: Improve startup messageKent Overstreet1-1/+1
2024-07-14bcachefs: Plumb more logging through stdio redirectKent Overstreet1-0/+13
2024-07-14bcachefs: bch2_verify_accounting_clean()Kent Overstreet1-0/+1