summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
...
| * bcachefs: trivial extents.c refactoringKent Overstreet2023-10-311-11/+11
| * bcachefs: Fix bch2_prt_bitflags()Kent Overstreet2023-10-311-2/+2
| * bcachefs: Check for too-large encoded extentsKent Overstreet2023-10-316-4/+64
| * bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet2023-10-311-0/+1
| * bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet2023-10-315-14/+61
| * bcachefs: Split out disk_groups_types.hKent Overstreet2023-10-314-12/+20
| * bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet2023-10-312-37/+59
| * bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet2023-10-315-82/+105
| * bcachefs: Improve io option handling in data move pathKent Overstreet2023-10-312-50/+107
| * bcachefs: Ensure devices are always correctly initializedKent Overstreet2023-10-317-36/+73
| * bcachefs: Delete duplicate time stats initializationKent Overstreet2023-10-311-6/+0
| * bcachefs: Kill dead code extent_save()Kent Overstreet2023-10-311-18/+0
| * bcachefs: Fix ca->oldest_gen allocationKent Overstreet2023-10-311-4/+2
| * bcachefs: Fix shrinker namesKent Overstreet2023-10-312-2/+2
| * bcachefs: Fix btree_node_type enumKent Overstreet2023-10-314-29/+41
| * bcachefs: bch2_btree_id_str()Kent Overstreet2023-10-3120-68/+74
| * bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet2023-10-317-54/+51
| * bcachefs: Fix lock ordering with snapshot_create_lockKent Overstreet2023-10-311-0/+1
| * six locks: Lock contended tracepointsKent Overstreet2023-10-301-2/+6
| * closures: Fix race in closure_sync()Kent Overstreet2023-10-301-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-025-23/+28
|/
* Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-6/+6
* bcachefs: Refactor memcpy into direct assignmentKees Cook2023-10-221-6/+4
* bcachefs: Fix drop_alloc_keys()Kent Overstreet2023-10-221-15/+15
* bcachefs: snapshot_create_lockKent Overstreet2023-10-225-7/+44
* bcachefs: Fix snapshot skiplists during snapshot deletionKent Overstreet2023-10-221-0/+3
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-2213-82/+71
* bcachefs: KEY_TYPE_error now counts towards i_sectorsKent Overstreet2023-10-221-0/+1
* bcachefs: Fix handling of unknown bkey typesKent Overstreet2023-10-221-1/+0
* bcachefs: Switch to unsafe_memcpy() in a few placesKent Overstreet2023-10-222-5/+8
* bcachefs: Use struct_size()Christophe JAILLET2023-10-222-3/+2
* bcachefs: Correctly initialize new buckets on device resizeKent Overstreet2023-10-223-9/+27
* bcachefs: Fix another smatch complaintKent Overstreet2023-10-221-1/+1
* bcachefs: Use strsep() in split_devs()Kent Overstreet2023-10-221-4/+2
* bcachefs: Add iops fields to bch_memberHunter Shaffer2023-10-224-7/+35
* bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer2023-10-225-20/+19
* bcachefs: New superblock section members_v2Hunter Shaffer2023-10-229-160/+326
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-228-65/+62
* bcachefs: bucket_lock() is now a sleepable lockKent Overstreet2023-10-222-4/+5
* bcachefs: fix crc32c checksum merge byte order problemBrian Foster2023-10-221-2/+2
* bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet2023-10-221-2/+8
* bcachefs: Make btree root read errors recoverableKent Overstreet2023-10-221-5/+4
* bcachefs: Fall back to requesting passphrase directlyKent Overstreet2023-10-221-2/+31
* bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-2/+8
* bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet2023-10-224-137/+80
* bcachefs: Silence transaction restart error messageKent Overstreet2023-10-221-2/+2
* bcachefs: More assertions for nocow lockingKent Overstreet2023-10-223-8/+31
* bcachefs: nocow locking: Fix lock leakKent Overstreet2023-10-221-1/+3
* bcachefs: Fixes for building in userspaceKent Overstreet2023-10-225-2/+27
* bcachefs: Ignore unknown mount optionsKent Overstreet2023-10-221-1/+2