summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23Revert "bcachefs: statfs bfree and bavail should be the same"Kent Overstreet1-2/+2
2023-10-23bcachefs: statfs bfree and bavail should be the sameDan Robertson1-2/+2
2023-10-23bcachefs: fix truncate with ATTR_MODEKent Overstreet1-4/+7
2023-10-23bcachefs: mount: fix null deref with null devnameDan Robertson1-3/+3
2023-10-23bcachefs: Preallocate transaction memKent Overstreet1-1/+1
2023-10-23bcachefs: Don't use uuid in tracepointsKent Overstreet1-0/+2
2023-10-23bcachefs: statfs resports incorrect avail blocksDan Robertson1-2/+2
2023-10-23bcachefs: avoid out-of-bounds in split_devsStijn Tintel1-0/+4
2023-10-23bcachefs: Fix time handlingKent Overstreet1-1/+3
2023-10-23bcachefs: Ensure that fpunch updates inode timestampsKent Overstreet1-1/+1
2023-10-23bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet1-1/+1
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-0/+3
2023-10-23bcachefs: Fix read retry path for indirect extentsKent Overstreet1-1/+3
2023-10-23bcachefs: Kill ei_str_hashKent Overstreet1-4/+3
2023-10-23bcachefs: Use __bch2_trans_do() in a few more placesKent Overstreet1-33/+19
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-1/+1
2023-10-23bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-8/+8