summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01bcachefs: fix mount error pathKent Overstreet1-0/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-1/+2
2024-03-14bcachefs: fix the error code when mounting with incorrect options.Hongbo Li1-1/+3
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet1-9/+64
2024-03-10bcachefs: bch2_inode_insert()Kent Overstreet1-62/+76
2024-03-10bcachefs: Initialize super_block->s_uuidKent Overstreet1-0/+1
2024-03-10bcachefs: Switch to uuid_to_fsid()Kent Overstreet1-5/+1
2024-02-11bcachefs: Fix missing bch2_err_class() callsKent Overstreet1-4/+5
2024-01-11Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-67/+33
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet1-2/+2
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet1-48/+20
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-7/+4
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-1/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-7/+4
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet1-5/+33
2023-12-13bcachefs: Fix determining required file handle lengthJan Kara1-5/+14
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster1-0/+3
2023-11-24bcachefs: preserve device path as device nameBrian Foster1-2/+1
2023-11-15bcachefs: Fix error path in bch2_mount()Kent Overstreet1-7/+1
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-6/+3
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-3/+3
2023-11-05bcachefs: .get_parent() should return an error pointerKent Overstreet1-3/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1980
2023-10-23bcachefs: Use strsep() in split_devs()Kent Overstreet1-4/+2
2023-10-23bcachefs: initial freeze/unfreeze supportBrian Foster1-2/+29
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-86/+80
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-1/+1
2023-10-23bcachefs: New io_misc.c helpersKent Overstreet1-1/+1
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_mount error pathKent Overstreet1-1/+7
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+1
2023-10-23bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton1-3/+5
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton1-2/+3
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet1-0/+3
2023-10-23bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet1-2/+7
2023-10-23bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka1-1/+1
2023-10-23bcachefs: fiemap: Fix a lockdep splatKent Overstreet1-1/+4
2023-10-23bcachefs: Fix subvol deletion deadlockKent Overstreet1-15/+11
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-3/+3
2023-10-23bcachefs: Enable large foliosKent Overstreet1-0/+2
2023-10-23bcachefs: Add missing bch2_err_class() callKent Overstreet1-1/+1
2023-10-23bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet1-0/+5
2023-10-23bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet1-30/+63
2023-10-23bcachefs: Fix for 'missing subvolume' errorKent Overstreet1-11/+19