summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2 days1-49/+60
|\
| * bcachefs: Change destroy_inode to free_inodeYouling Tang13 days1-11/+3
| * bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet13 days1-6/+18
| * bcachefs: Clean up inode allocKent Overstreet13 days1-22/+29
| * bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet13 days1-0/+4
| * bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet13 days1-3/+3
| * bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet13 days1-7/+3
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds8 days1-0/+3
|\ \ | |/ |/|
| * statx: stx_subvolKent Overstreet2024-03-261-0/+3
* | bcachefs: fix overflow in fiemapReed Riley2024-05-061-1/+1
* | bcachefs: Fix inode early destruction pathKent Overstreet2024-04-201-3/+6
* | bcachefs: fix mount error pathKent Overstreet2024-03-311-0/+1
|/
* bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-181-1/+2
* bcachefs: fix the error code when mounting with incorrect options.Hongbo Li2024-03-131-1/+3
* bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet2024-03-101-9/+64
* bcachefs: bch2_inode_insert()Kent Overstreet2024-03-101-62/+76
* bcachefs: Initialize super_block->s_uuidKent Overstreet2024-03-101-0/+1
* bcachefs: Switch to uuid_to_fsid()Kent Overstreet2024-03-101-5/+1
* bcachefs: Fix missing bch2_err_class() callsKent Overstreet2024-02-101-4/+5
* Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-67/+33
|\
| * bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-051-2/+2
| * bcachefs: Convert split_devs() to darrayKent Overstreet2024-01-011-48/+20
| * bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-7/+4
| * bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-1/+1
| * bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-7/+4
| * bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-1/+1
| * bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-3/+3
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ | |/ |/|
| * fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* | bcachefs: make RO snapshots actually ROKent Overstreet2024-01-011-5/+33
* | bcachefs: Fix determining required file handle lengthJan Kara2023-12-131-5/+14
* | bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster2023-12-061-0/+3
|/
* bcachefs: preserve device path as device nameBrian Foster2023-11-241-2/+1
* bcachefs: Fix error path in bch2_mount()Kent Overstreet2023-11-141-7/+1
* Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-071-6/+3
|\
| * bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-3/+3
| * bcachefs: .get_parent() should return an error pointerKent Overstreet2023-11-041-3/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+1
|/
* Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-6/+6
* bcachefs: Use strsep() in split_devs()Kent Overstreet2023-10-221-4/+2
* bcachefs: initial freeze/unfreeze supportBrian Foster2023-10-221-2/+29
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-86/+80
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-1/+1
* bcachefs: New io_misc.c helpersKent Overstreet2023-10-221-1/+1
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+1
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix bch2_mount error pathKent Overstreet2023-10-221-1/+7
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-0/+1
* bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton2023-10-221-3/+5
* bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton2023-10-221-2/+3