aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
5 daysbcachefs: Add missing bch_inode_info.ei_flags initGravatar Kent Overstreet 1-0/+2
6 daysbcachefs: set sb->s_shrinker->seeks = 0Gravatar Kent Overstreet 1-0/+1
2024-05-28bcachefs: Don't return -EROFS from mount on inconsistency errorGravatar Kent Overstreet 1-2/+10
2024-05-22bcachefs: Fix race path in bch2_inode_insert()Gravatar Kent Overstreet 1-2/+1
2024-05-20bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodGravatar Youling Tang 1-1/+2
2024-05-19Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-49/+60
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+3
2024-05-08bcachefs: Change destroy_inode to free_inodeGravatar Youling Tang 1-11/+3
2024-05-08bcachefs: check inode backpointer in bch2_lookup()Gravatar Kent Overstreet 1-6/+18
2024-05-08bcachefs: Clean up inode allocGravatar Kent Overstreet 1-22/+29
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Gravatar Kent Overstreet 1-0/+4
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupGravatar Kent Overstreet 1-3/+3
2024-05-08bcachefs: bch2_hash_lookup() now returns bkey_s_cGravatar Kent Overstreet 1-7/+3
2024-05-06bcachefs: fix overflow in fiemapGravatar Reed Riley 1-1/+1
2024-04-20bcachefs: Fix inode early destruction pathGravatar Kent Overstreet 1-3/+6
2024-03-31bcachefs: fix mount error pathGravatar Kent Overstreet 1-0/+1
2024-03-26statx: stx_subvolGravatar Kent Overstreet 1-0/+3
2024-03-18bcachefs: Improve bch2_fatal_error()Gravatar Kent Overstreet 1-1/+2
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Gravatar Hongbo Li 1-1/+3
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundGravatar Kent Overstreet 1-9/+64
2024-03-10bcachefs: bch2_inode_insert()Gravatar Kent Overstreet 1-62/+76
2024-03-10bcachefs: Initialize super_block->s_uuidGravatar Kent Overstreet 1-0/+1
2024-03-10bcachefs: Switch to uuid_to_fsid()Gravatar Kent Overstreet 1-5/+1
2024-02-10bcachefs: Fix missing bch2_err_class() callsGravatar Kent Overstreet 1-4/+5
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-67/+33
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-01-05bcachefs: Fix nochanges/read_only interactionGravatar Kent Overstreet 1-2/+2
2024-01-01bcachefs: Convert split_devs() to darrayGravatar Kent Overstreet 1-48/+20
2024-01-01bcachefs: for_each_member_device() now declares loop iterGravatar Kent Overstreet 1-7/+4
2024-01-01bcachefs: darray_for_each() now declares loop iterGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-7/+4
2024-01-01bcachefs: convert bch_fs_flags to x-macroGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-3/+3
2024-01-01bcachefs: make RO snapshots actually ROGravatar Kent Overstreet 1-5/+33
2023-12-13bcachefs: Fix determining required file handle lengthGravatar Jan Kara 1-5/+14
2023-12-10fs: convert error_remove_page to error_remove_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownGravatar Brian Foster 1-0/+3
2023-11-24bcachefs: preserve device path as device nameGravatar Brian Foster 1-2/+1
2023-11-14bcachefs: Fix error path in bch2_mount()Gravatar Kent Overstreet 1-7/+1
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-6/+3
2023-11-05bcachefs: x-macro-ify inode flags enumGravatar Kent Overstreet 1-3/+3
2023-11-04bcachefs: .get_parent() should return an error pointerGravatar Kent Overstreet 1-3/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1980
2023-10-22bcachefs: Use strsep() in split_devs()Gravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: initial freeze/unfreeze supportGravatar Brian Foster 1-2/+29
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-86/+80
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New io_misc.c helpersGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+1