summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet2024-05-0931-110/+110
* bcachefs: fsync() should not return -EROFSKent Overstreet2024-05-091-1/+4
* bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet2024-05-092-25/+1
* bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()Kent Overstreet2024-05-092-14/+24
* bcachefs: kill bch2_dev_bkey_exists() in bch2_read_endio()Kent Overstreet2024-05-091-14/+19
* bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet2024-05-099-37/+23
* bcachefs: bch2_dev_get_ioref2(); io_read.cKent Overstreet2024-05-091-5/+9
* bcachefs: bch2_dev_get_ioref2(); debug.cKent Overstreet2024-05-091-4/+4
* bcachefs: bch2_dev_get_ioref2(); journal_io.cKent Overstreet2024-05-091-4/+3
* bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet2024-05-091-10/+11
* bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet2024-05-091-15/+18
* bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet2024-05-091-2/+2
* bcachefs: bch2_dev_get_ioref2(); alloc_background.cKent Overstreet2024-05-092-11/+26
* bcachefs: for_each_bset() declares loop iterKent Overstreet2024-05-096-34/+14
* bcachefs: Move BCACHEFS_STATFS_MAGIC value to UAPI magic.hPetr Vorel2024-05-081-1/+2
* bcachefs: Improve sysfs internal/btree_cacheKent Overstreet2024-05-082-5/+30
* bcachefs: Allocator prefers not to expand mi.btree_allocated bitmapKent Overstreet2024-05-083-11/+66
* bcachefs: Better bucket alloc tracepointsKent Overstreet2024-05-082-111/+51
* bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet2024-05-082-19/+8
* bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text()Kent Overstreet2024-05-081-5/+0
* bcachefs: kill bch2_dev_bkey_exists() in discard_one_bucket_fast()Kent Overstreet2024-05-081-2/+5
* bcachefs: kill bch2_dev_bkey_exists() in check_alloc_info()Kent Overstreet2024-05-082-40/+44
* bcachefs: bch2_dev_have_ref()Kent Overstreet2024-05-083-7/+7
* bcachefs: kill bch2_dev_bkey_exists() in data_update_init()Kent Overstreet2024-05-081-2/+10
* bcachefs: kill bch2_dev_bkey_exists() in bkey_pick_read_device()Kent Overstreet2024-05-081-15/+22
* bcachefs: pass bch_dev to read_from_stale_dirty_pointer()Kent Overstreet2024-05-081-2/+2
* bcachefs: bch2_dev_bucket_exists() uses bch2_dev_rcu()Kent Overstreet2024-05-081-7/+5
* bcachefs: kill bch2_dev_bkey_exists() in btree_gc.cKent Overstreet2024-05-081-10/+31
* bcachefs: bch2_extent_normalize() -> bch2_dev_rcu()Kent Overstreet2024-05-081-1/+6
* bcachefs: bch2_bkey_has_target() -> bch2_dev_rcu()Kent Overstreet2024-05-081-3/+10
* bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet2024-05-081-11/+19
* bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet2024-05-086-16/+18
* bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet2024-05-084-5/+21
* bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet2024-05-081-3/+6
* bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet2024-05-081-10/+12
* bcachefs: ob_dev()Kent Overstreet2024-05-084-14/+22
* bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet2024-05-083-10/+5
* bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet2024-05-086-52/+102
* bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet2024-05-088-49/+57
* bcachefs: bch2_dev_iterate()Kent Overstreet2024-05-082-7/+19
* bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet2024-05-081-1/+6
* bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet2024-05-083-28/+42
* bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()Kent Overstreet2024-05-081-12/+11
* bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet2024-05-084-12/+40
* bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet2024-05-082-18/+4
* bcachefs: bch2_dev_tryget()Kent Overstreet2024-05-082-0/+25
* bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet2024-05-081-5/+7
* bcachefs: journal_replay_entry_early() checks for nonexistent deviceKent Overstreet2024-05-081-8/+11
* bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet2024-05-081-6/+19
* bcachefs: Pass device to bch2_bucket_do_index()Kent Overstreet2024-05-081-6/+5