summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2023-09-21bcachefs: initial freeze/unfreeze supportBrian Foster
2023-09-13bcachefs: Heap allocate btree_transKent Overstreet
2023-09-13bcachefs: Fix W=12 build errorsKent Overstreet
2023-09-12bcachefs: New io_misc.c helpersKent Overstreet
2023-09-12bcachefs: Break up io.cKent Overstreet
2023-09-11bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-09-08bcachefs: Fix bch2_mount error pathKent Overstreet
2023-09-08bcachefs: Split out snapshot.cKent Overstreet
2023-09-08bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton
2023-09-08bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-08-28bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-08-28bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet
2023-08-28bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka
2023-08-28bcachefs: fiemap: Fix a lockdep splatKent Overstreet
2023-08-28bcachefs: Fix subvol deletion deadlockKent Overstreet
2023-08-28bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-08-28bcachefs: Enable large foliosKent Overstreet
2023-08-28bcachefs: Add missing bch2_err_class() callKent Overstreet
2023-08-28bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet
2023-08-28bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet
2023-08-28bcachefs: Fix for 'missing subvolume' errorKent Overstreet
2023-08-28bcachefs: Unwritten extents supportKent Overstreet
2023-08-28bcachefs: More errcode cleanupKent Overstreet
2023-08-28bcachefs: Factor out two_state_shared_lockKent Overstreet
2023-08-28bcachefs: Assorted checkpatch fixesKent Overstreet
2023-08-28bcachefs: Errcodes can now subtype standard error codesKent Overstreet
2023-08-28bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-08-28bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-08-28bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-08-28bcachefs: Delete bch_writepageKent Overstreet
2023-08-28bcachefs: darraysKent Overstreet
2023-08-28bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-08-28bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2023-08-28bcachefs: Fix transaction path overflow in fiemapKent Overstreet
2023-08-28bcachefs: Heap allocate printbufsKent Overstreet
2023-08-28bcachefs: btree_id_cached()Kent Overstreet
2023-08-28bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-08-28bcachefs: Option improvementsKent Overstreet
2023-08-28bcachefs: Fix quota support for snapshotsKent Overstreet
2023-08-28bcachefs: Update export_operations for snapshotsKent Overstreet
2023-08-28bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet
2023-08-28bcachefs: bch2_assert_pos_locked()Kent Overstreet
2023-08-28bcachefs: Switch fsync to use bi_journal_seqKent Overstreet
2023-08-28bcachefs: Kill journal buf bloom filterKent Overstreet
2023-08-28bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-08-28bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet
2023-08-28bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2023-08-28bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet
2023-08-28bcachefs: Snapshot creation, deletionKent Overstreet
2023-08-28bcachefs: Plumb through subvolume idKent Overstreet