summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet
2024-07-10bcachefs: Log mount failure error codeKent Overstreet
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet
2024-05-28bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet
2024-05-22bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet
2024-05-20bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang
2024-05-19Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-08bcachefs: Change destroy_inode to free_inodeYouling Tang
2024-05-08bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet
2024-05-08bcachefs: Clean up inode allocKent Overstreet
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet
2024-05-06bcachefs: fix overflow in fiemapReed Riley
2024-04-20bcachefs: Fix inode early destruction pathKent Overstreet
2024-03-31bcachefs: fix mount error pathKent Overstreet
2024-03-26statx: stx_subvolKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-13bcachefs: 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 ROKent 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