aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Add btree_trans* to inode_set_fnGravatar Joshua Ashton 1-2/+3
2023-10-22bcachefs: Split up fs-io.[ch]Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedGravatar Kent Overstreet 1-2/+7
2023-10-22bcachefs: mark bch_inode_info and bkey_cached as reclaimableGravatar Mikulas Patocka 1-1/+1
2023-10-22bcachefs: fiemap: Fix a lockdep splatGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Fix subvol deletion deadlockGravatar Kent Overstreet 1-15/+11
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Enable large foliosGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Add missing bch2_err_class() callGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add an assert in inode_write for -ENOENTGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Gravatar Kent Overstreet 1-30/+63
2023-10-22bcachefs: Fix for 'missing subvolume' errorGravatar Kent Overstreet 1-11/+19
2023-10-22bcachefs: Unwritten extents supportGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: Factor out two_state_shared_lockGravatar Kent Overstreet 1-53/+1
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-4/+3
2023-10-22bcachefs: Errcodes can now subtype standard error codesGravatar Kent Overstreet 1-10/+13
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Gravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Delete bch_writepageGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: darraysGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Gravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix transaction path overflow in fiemapGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-4/+9
2023-10-22bcachefs: btree_id_cached()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Switch to __func__for recording where btree_trans was initializedGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Option improvementsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Fix quota support for snapshotsGravatar Kent Overstreet 1-8/+20
2023-10-22bcachefs: Update export_operations for snapshotsGravatar Kent Overstreet 1-23/+207
2023-10-22bcachefs: Tweak vfs cache shrinker behaviourGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bch2_assert_pos_locked()Gravatar Kent Overstreet 1-23/+35
2023-10-22bcachefs: Switch fsync to use bi_journal_seqGravatar Kent Overstreet 1-45/+7
2023-10-22bcachefs: Kill journal buf bloom filterGravatar Kent Overstreet 1-4/+0
2023-10-22bcachefs: Add journal_seq to inode & alloc keysGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Move bch2_evict_subvolume_inodes() to fs.cGravatar Kent Overstreet 1-7/+47
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDGravatar Kent Overstreet 1-2/+9
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Snapshot creation, deletionGravatar Kent Overstreet 1-13/+16
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-31/+46
2023-10-22bcachefs: Add subvolume to ei_inode_infoGravatar Kent Overstreet 1-23/+62
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-23/+21
2023-10-22bcachefs: Kill BTREE_INSERT_NOUNLOCKGravatar Kent Overstreet 1-9/+3
2023-10-22bcachefs: Use bch2_trans_begin() more consistentlyGravatar Kent Overstreet 1-0/+2
2023-10-22Revert "bcachefs: statfs bfree and bavail should be the same"Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: statfs bfree and bavail should be the sameGravatar Dan Robertson 1-2/+2
2023-10-22bcachefs: fix truncate with ATTR_MODEGravatar Kent Overstreet 1-4/+7
2023-10-22bcachefs: mount: fix null deref with null devnameGravatar Dan Robertson 1-3/+3
2023-10-22bcachefs: Preallocate transaction memGravatar Kent Overstreet 1-1/+1