summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_mount error pathKent Overstreet1-1/+7
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-23bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton1-3/+5
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-2/+3
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet1-0/+3
2023-10-23bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet1-2/+7
2023-10-23bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka1-1/+1
2023-10-23bcachefs: fiemap: Fix a lockdep splatKent Overstreet1-1/+4
2023-10-23bcachefs: Fix subvol deletion deadlockKent Overstreet1-15/+11
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-3/+3
2023-10-23bcachefs: Enable large foliosKent Overstreet1-0/+2
2023-10-23bcachefs: Add missing bch2_err_class() callKent Overstreet1-1/+1
2023-10-23bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet1-0/+5
2023-10-23bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-30/+63
2023-10-23bcachefs: Fix for 'missing subvolume' errorKent Overstreet1-11/+19
2023-10-23bcachefs: Unwritten extents supportKent Overstreet1-0/+3
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-2/+5
2023-10-23bcachefs: Factor out two_state_shared_lockKent Overstreet1-53/+1
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-4/+3
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-10/+13
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-5/+5
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-4/+4
2023-10-23bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-3/+3
2023-10-23bcachefs: Delete bch_writepageKent Overstreet1-1/+0
2023-10-23bcachefs: darraysKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-3/+2
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-23bcachefs: Fix transaction path overflow in fiemapKent Overstreet1-1/+2
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-4/+9
2023-10-23bcachefs: btree_id_cached()Kent Overstreet1-2/+2
2023-10-23bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet1-1/+0
2023-10-23bcachefs: Option improvementsKent Overstreet1-3/+3
2023-10-23bcachefs: Fix quota support for snapshotsKent Overstreet1-8/+20
2023-10-23bcachefs: Update export_operations for snapshotsKent Overstreet1-23/+207
2023-10-23bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet1-0/+2
2023-10-23bcachefs: bch2_assert_pos_locked()Kent Overstreet1-23/+35
2023-10-23bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-45/+7
2023-10-23bcachefs: Kill journal buf bloom filterKent Overstreet1-4/+0
2023-10-23bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-1/+1
2023-10-23bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet1-7/+47
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-2/+9
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-13/+16
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-31/+46
2023-10-23bcachefs: Add subvolume to ei_inode_infoKent Overstreet1-23/+62
2023-10-23bcachefs: btree_pathKent Overstreet1-23/+21
2023-10-23bcachefs: Kill BTREE_INSERT_NOUNLOCKKent Overstreet1-9/+3
2023-10-23bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet1-0/+2