summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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