summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet
2023-11-04bcachefs: .get_parent() should return an error pointerKent Overstreet
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-22bcachefs: Use strsep() in split_devs()Kent Overstreet
2023-10-22bcachefs: initial freeze/unfreeze supportBrian Foster
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Fix bch2_mount error pathKent Overstreet
2023-10-22bcachefs: Split out snapshot.cKent Overstreet
2023-10-22bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-10-22bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet
2023-10-22bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka
2023-10-22bcachefs: fiemap: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: Fix subvol deletion deadlockKent Overstreet
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Enable large foliosKent Overstreet
2023-10-22bcachefs: Add missing bch2_err_class() callKent Overstreet
2023-10-22bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet
2023-10-22bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet
2023-10-22bcachefs: Fix for 'missing subvolume' errorKent Overstreet
2023-10-22bcachefs: Unwritten extents supportKent Overstreet
2023-10-22bcachefs: More errcode cleanupKent Overstreet
2023-10-22bcachefs: Factor out two_state_shared_lockKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Errcodes can now subtype standard error codesKent Overstreet
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-10-22bcachefs: Delete bch_writepageKent Overstreet
2023-10-22bcachefs: darraysKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2023-10-22bcachefs: Fix transaction path overflow in fiemapKent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: btree_id_cached()Kent Overstreet
2023-10-22bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet
2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet
2023-10-22bcachefs: Tweak vfs cache shrinker behaviourKent Overstreet
2023-10-22bcachefs: bch2_assert_pos_locked()Kent Overstreet
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet