summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2024-03-10bcachefs: fix the error code when mounting with incorrect options.Hongbo Li
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet
2024-03-10bcachefs: bch2_inode_insert()Kent Overstreet
2024-03-10bcachefs: Initialize super_block->s_uuidKent Overstreet
2024-03-10bcachefs: Switch to uuid_to_fsid()Kent Overstreet
2024-02-10bcachefs: Fix missing bch2_err_class() callsKent Overstreet
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
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-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
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