summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-1/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-3/+3
* 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
* bcachefs: Split up fs-io.[ch]Kent Overstreet2023-10-221-0/+3
* bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet2023-10-221-2/+7
* bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka2023-10-221-1/+1
* bcachefs: fiemap: Fix a lockdep splatKent Overstreet2023-10-221-1/+4
* bcachefs: Fix subvol deletion deadlockKent Overstreet2023-10-221-15/+11
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-3/+3
* bcachefs: Enable large foliosKent Overstreet2023-10-221-0/+2
* bcachefs: Add missing bch2_err_class() callKent Overstreet2023-10-221-1/+1
* bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet2023-10-221-0/+5
* bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet2023-10-221-30/+63
* bcachefs: Fix for 'missing subvolume' errorKent Overstreet2023-10-221-11/+19
* bcachefs: Unwritten extents supportKent Overstreet2023-10-221-0/+3
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-2/+5
* bcachefs: Factor out two_state_shared_lockKent Overstreet2023-10-221-53/+1
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-4/+3
* bcachefs: Errcodes can now subtype standard error codesKent Overstreet2023-10-221-10/+13
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-5/+5
* bcachefs: Use bch2_err_str() in error messagesKent Overstreet2023-10-221-4/+4
* bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet2023-10-221-3/+3
* bcachefs: Delete bch_writepageKent Overstreet2023-10-221-1/+0
* bcachefs: darraysKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-3/+2
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-1/+1
* bcachefs: Fix transaction path overflow in fiemapKent Overstreet2023-10-221-1/+2
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-4/+9
* bcachefs: btree_id_cached()Kent Overstreet2023-10-221-2/+2
* bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet2023-10-221-1/+0