summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2024-01-05bcachefs: Fix nochanges/read_only interactionKent Overstreet
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: make RO snapshots actually RObcachefs-2024-01-01Kent Overstreet
2023-12-13bcachefs: Fix determining required file handle lengthJan Kara
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster
2023-11-24bcachefs: preserve device path as device nameBrian Foster
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