1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
linux/fs/bcachefs
Linus Torvalds 1cbfb828e0 for-6.14/block-20250118
-----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCAAuFiEEwPw5LcreJtl1+l5K99NY+ylx4KYFAmeL6hoQHGF4Ym9lQGtl
 cm5lbC5kawAKCRD301j7KXHgppw2EADQV8nDgLRggZR+il4U03yKHXcQEdAX1GrB
 Erowx+dasIJuh6kp3n6qRe9QD/pRqt1DKyLvXoWF8Qfuwq85j7oDnDDYxutNYT27
 hDgrLJriJ3VeKYtTu+andHWt8P29b5h57UayInDOUJurEPA6rXyFZ5YVIti8n21K
 uDOrQXiACG3qRWS2+p2f3UNhX0MkFNFdN/lxi13WMIJtRWF5bXAP+JOgIWCID4Ze
 QuSY6rQD4dp4Q6M2erpX6tn0YZb7Hvw3rPjsd91n6jvYfTUVLH375zg8jCBpi6Wi
 Syufbb8xcTtriVPTDRNu0ekjebkc8wD8ax/h86g0z9v3Ua4DlNmsx9eXrtv6r5nu
 YXqDODOad6stI0+owFquW2vas0gHmfNSfyfGdlk2g24PMtP5Yx0V6FIEvwIeqnje
 ghgxQvBuKUsdhqakByfNnc+XvXi3+RUJek8kvMeUSUQWT1IyMQqPOOk0yp9WdyWD
 bY1f2ECP5BR1b37zYOyawewsI5xTupHUswn5a4r4qtGn3O15rGDkX98Nab5aLCnR
 rW/DvX7+wT6gW9EwrRHiwjwfNDZbsJ9Ggu3lMhtUl5GUWdk58yTiVgKaHJLnlX9/
 CKFKfyyIR1Vl8+gYIpemyFhhcoN+dCSf06ISkrg0jeS0/tYwydaAaCBPL5J4kxZA
 h3Rtbh+Pgg==
 =EXYs
 -----END PGP SIGNATURE-----

Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux

Pull block updates from Jens Axboe:

 - NVMe pull requests via Keith:
      - Target support for PCI-Endpoint transport (Damien)
      - TCP IO queue spreading fixes (Sagi, Chaitanya)
      - Target handling for "limited retry" flags (Guixen)
      - Poll type fix (Yongsoo)
      - Xarray storage error handling (Keisuke)
      - Host memory buffer free size fix on error (Francis)

 - MD pull requests via Song:
      - Reintroduce md-linear (Yu Kuai)
      - md-bitmap refactor and fix (Yu Kuai)
      - Replace kmap_atomic with kmap_local_page (David Reaver)

 - Quite a few queue freeze and debugfs deadlock fixes

   Ming introduced lockdep support for this in the 6.13 kernel, and it
   has (unsurprisingly) uncovered quite a few issues

 - Use const attributes for IO schedulers

 - Remove bio ioprio wrappers

 - Fixes for stacked device atomic write support

 - Refactor queue affinity helpers, in preparation for better supporting
   isolated CPUs

 - Cleanups of loop O_DIRECT handling

 - Cleanup of BLK_MQ_F_* flags

 - Add rotational support for null_blk

 - Various fixes and cleanups

* tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux: (106 commits)
  block: Don't trim an atomic write
  block: Add common atomic writes enable flag
  md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
  block: limit disk max sectors to (LLONG_MAX >> 9)
  block: Change blk_stack_atomic_writes_limits() unit_min check
  block: Ensure start sector is aligned for stacking atomic writes
  blk-mq: Move more error handling into blk_mq_submit_bio()
  block: Reorder the request allocation code in blk_mq_submit_bio()
  nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
  md/md-bitmap: move bitmap_{start, end}write to md upper layer
  md/raid5: implement pers->bitmap_sector()
  md: add a new callback pers->bitmap_sector()
  md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
  md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
  md: Replace deprecated kmap_atomic() with kmap_local_page()
  md: reintroduce md-linear
  partitions: ldm: remove the initial kernel-doc notation
  blk-cgroup: rwstat: fix kernel-doc warnings in header file
  blk-cgroup: fix kernel-doc warnings in header file
  nbd: fix partial sending
  ...
2025-01-20 19:38:46 -08:00
..
acl.c bcachefs: Use FOREACH_ACL_ENTRY() macro to iterate over acl entries 2024-12-21 01:36:14 -05:00
acl.h bcachefs: Switch to .get_inode_acl() 2024-08-08 15:14:02 -04:00
alloc_background.c bcachefs: Don't use BTREE_ITER_cached when walking alloc btree during fsck 2025-01-09 23:38:42 -05:00
alloc_background.h bcachefs: Don't recurse in check_discard_freespace_key 2024-12-21 01:36:21 -05:00
alloc_background_format.h bcachefs: Fix reuse of bucket before journal flush on multiple empty -> nonempty transition 2024-12-21 01:36:22 -05:00
alloc_foreground.c bcachefs: Kill unnecessary mark_lock usage 2024-12-21 01:36:22 -05:00
alloc_foreground.h bcachefs: dev_alloc_list.devs -> dev_alloc_list.data 2024-12-21 01:36:22 -05:00
alloc_types.h
backpointers.c bcachefs: better check_bp_exists() error message 2025-01-09 23:38:41 -05:00
backpointers.h bcachefs: Add write buffer flush param to backpointer_get_key() 2024-12-29 13:30:39 -05:00
bbpos.h bcachefs: Avoid bch2_btree_id_str() 2024-12-21 01:36:15 -05:00
bbpos_types.h
bcachefs.h bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
bcachefs_format.h bcachefs: bcachefs_metadata_version_directory_size 2025-01-13 14:58:38 -05:00
bcachefs_ioctl.h
bkey.c bcachefs: Ancient versions with bad bkey_formats are no longer supported 2024-11-07 16:48:20 -05:00
bkey.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
bkey_buf.h
bkey_cmp.h
bkey_methods.c bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
bkey_methods.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
bkey_sort.c
bkey_sort.h
bkey_types.h bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
bset.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
bset.h bcachefs: Remove unused parameter 2024-09-09 09:41:49 -04:00
btree_cache.c bcachefs: __bch2_btree_pos_to_text() 2025-01-09 23:38:42 -05:00
btree_cache.h bcachefs: __bch2_btree_pos_to_text() 2025-01-09 23:38:42 -05:00
btree_gc.c bcachefs: bch2_fs_btree_gc_init() 2025-01-09 23:38:41 -05:00
btree_gc.h bcachefs: bch2_fs_btree_gc_init() 2025-01-09 23:38:41 -05:00
btree_gc_types.h
btree_io.c bcachefs: bch2_btree_node_write_trans() 2025-01-09 23:38:41 -05:00
btree_io.h bcachefs: bch2_btree_node_write_trans() 2025-01-09 23:38:41 -05:00
btree_iter.c bcachefs: bch2_btree_iter_peek_slot() handles navigating to nonexistent depth 2025-01-09 23:38:42 -05:00
btree_iter.h bcachefs: bch2_trans_node_drop() 2025-01-09 23:38:42 -05:00
btree_journal_iter.c bcachefs: fix bch2_journal_key_insert_take() seq 2024-12-21 01:36:21 -05:00
btree_journal_iter.h bcachefs: fix O(n^2) issue with whiteouts in journal keys 2024-12-21 01:36:18 -05:00
btree_journal_iter_types.h bcachefs: fix O(n^2) issue with whiteouts in journal keys 2024-12-21 01:36:18 -05:00
btree_key_cache.c bcachefs: Don't set btree_path to updtodate if we don't fill 2025-01-09 23:38:42 -05:00
btree_key_cache.h bcachefs: Improve trans_blocked_journal_reclaim tracepoint 2024-08-13 23:00:34 -04:00
btree_key_cache_types.h bcachefs: key cache can now allocate from pending 2024-09-09 09:41:47 -04:00
btree_locking.c bcachefs: Pop all the transactions from the abort one 2025-01-14 10:45:25 -05:00
btree_locking.h bcachefs: bch2_trans_unlock_write() 2025-01-09 23:38:42 -05:00
btree_node_scan.c bcachefs: Use a heap for handling overwrites in btree node scan 2024-12-21 01:36:22 -05:00
btree_node_scan.h
btree_node_scan_types.h bcachefs: Use a heap for handling overwrites in btree node scan 2024-12-21 01:36:22 -05:00
btree_trans_commit.c bcachefs: bch2_trans_unlock_write() 2025-01-09 23:38:42 -05:00
btree_types.h bcachefs: Assert that btree write buffer only touches the right btrees 2025-01-09 23:38:41 -05:00
btree_update.c bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
btree_update.h bcachefs: bch2_trans_log_msg() 2024-12-29 13:30:39 -05:00
btree_update_interior.c bcachefs: bch2_trans_node_drop() 2025-01-09 23:38:42 -05:00
btree_update_interior.h bcachefs: bch2_async_btree_node_rewrites_flush() 2024-12-21 01:36:21 -05:00
btree_write_buffer.c bcachefs: Assert that btree write buffer only touches the right btrees 2025-01-09 23:38:41 -05:00
btree_write_buffer.h bcachefs: bch2_btree_write_buffer_flush_going_ro() 2024-11-07 23:31:11 -05:00
btree_write_buffer_types.h
buckets.c bcachefs: bch2_kvmalloc() 2025-01-09 23:38:41 -05:00
buckets.h bcachefs: Kill unnecessary mark_lock usage 2024-12-21 01:36:22 -05:00
buckets_types.h bcachefs: Annotate struct bucket_gens with __counted_by() 2024-12-21 01:36:15 -05:00
buckets_waiting_for_journal.c bcachefs: Reallocate table when we're increasing size 2024-08-18 20:41:50 -04:00
buckets_waiting_for_journal.h
buckets_waiting_for_journal_types.h
chardev.c bcachefs: Move fsck ioctl code to fsck.c 2024-12-21 01:36:17 -05:00
chardev.h
checksum.c bcachefs: Don't try to en/decrypt when encryption not available 2024-12-21 01:36:20 -05:00
checksum.h bcachefs: bch2_prt_csum_opt() 2024-12-21 01:36:16 -05:00
clock.c bcachefs: update min_heap_callbacks to use default builtin swap 2024-11-05 17:12:36 -08:00
clock.h bcachefs: remove the unused macro definition 2024-09-09 09:41:48 -04:00
clock_types.h
compress.c bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed data 2024-12-21 01:36:18 -05:00
compress.h
darray.c bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocations 2024-10-20 16:50:14 -04:00
darray.h bcachefs: Simplify disk accounting validate late 2024-12-21 01:36:21 -05:00
data_update.c bcachefs: bch2_snapshot_exists() 2024-12-21 01:36:23 -05:00
data_update.h bcachefs: Don't keep tons of cached pointers around 2024-10-29 06:34:10 -04:00
debug.c bcachefs: Avoid bch2_btree_id_str() 2024-12-21 01:36:15 -05:00
debug.h
dirent.c bcachefs: kill flags param to bch2_subvolume_get() 2024-12-21 01:36:22 -05:00
dirent.h bcachefs: make directory i_size meaningful 2025-01-13 14:58:38 -05:00
dirent_format.h
disk_accounting.c bcachefs: Handle -BCH_ERR_need_mark_replicas in gc 2025-01-09 23:38:41 -05:00
disk_accounting.h bcachefs: Fix assert for online fsck 2025-01-09 23:38:41 -05:00
disk_accounting_format.h bcachefs: bcachefs_metadata_version_disk_accounting_inum 2024-08-13 23:00:50 -04:00
disk_accounting_types.h bcachefs: rename version -> bversion 2024-09-27 21:46:35 -04:00
disk_groups.c
disk_groups.h
disk_groups_format.h
disk_groups_types.h
ec.c bcachefs: Add write buffer flush param to backpointer_get_key() 2024-12-29 13:30:39 -05:00
ec.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
ec_format.h bcachefs: Document issue with bch_stripe layout 2025-01-14 10:45:31 -05:00
ec_types.h bcachefs: bch_stripe.disk_label 2024-09-21 11:39:48 -04:00
errcode.c
errcode.h bcachefs: Don't rely on snapshot_tree.master_subvol for reattaching 2025-01-09 23:38:41 -05:00
error.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
error.h bcachefs: bch2_inum_to_path() 2024-12-21 01:36:21 -05:00
extent_update.c bcachefs: Reserve 8 bits in bch_reflink_p 2024-12-21 01:36:17 -05:00
extent_update.h
extents.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
extents.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
extents_format.h bcachefs: Move bch_extent_rebalance code to rebalance.c 2024-12-21 01:36:16 -05:00
extents_types.h
eytzinger.c
eytzinger.h
fifo.h
fs-common.c bcachefs: make directory i_size meaningful 2025-01-13 14:58:38 -05:00
fs-common.h bcachefs: bch2_inum_to_path() 2024-12-21 01:36:21 -05:00
fs-io-buffered.c bcachefs: Drop racy warning 2025-01-09 23:38:41 -05:00
fs-io-buffered.h
fs-io-direct.c bcachefs: Add block plugging to read paths 2024-12-21 01:36:15 -05:00
fs-io-direct.h
fs-io-pagecache.c bcachefs: Removes NULL pointer checks for __filemap_get_folio return values 2024-12-21 01:36:17 -05:00
fs-io-pagecache.h bcachefs: Do not check folio_has_private() 2024-09-09 09:41:49 -04:00
fs-io.c bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts 2024-12-29 13:30:39 -05:00
fs-io.h
fs-ioctl.c bcachefs: kill retry_estale() in bch2_ioctl_subvolume_create() 2024-10-11 19:16:40 -04:00
fs-ioctl.h
fs.c bcachefs: make directory i_size meaningful 2025-01-13 14:58:38 -05:00
fs.h bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open() 2024-12-21 01:36:19 -05:00
fsck.c bcachefs: bcachefs_metadata_version_directory_size 2025-01-13 14:58:38 -05:00
fsck.h bcachefs: factor out str_hash.c 2024-12-21 01:36:22 -05:00
inode.c bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
inode.h bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
inode_format.h bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
io_misc.c bcachefs: bch2_inum_to_path() 2024-12-21 01:36:21 -05:00
io_misc.h
io_read.c bcachefs: Fix self healing on read error 2025-01-14 10:45:31 -05:00
io_read.h bcachefs: Don't delete reflink pointers to missing indirect extents 2024-12-21 01:36:18 -05:00
io_write.c bcachefs: list_pop_entry() 2024-12-21 01:36:21 -05:00
io_write.h
io_write_types.h
journal.c bcachefs: bch2_journal_noflush_seq() now takes [start, end) 2024-12-21 01:36:22 -05:00
journal.h bcachefs: bch2_journal_noflush_seq() now takes [start, end) 2024-12-21 01:36:22 -05:00
journal_io.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
journal_io.h bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
journal_reclaim.c bcachefs: Journal space calculations should skip durability=0 devices 2024-12-21 01:36:22 -05:00
journal_reclaim.h
journal_sb.c bcachefs: Fix missing validation in bch2_sb_journal_v2_validate() 2024-08-22 02:07:23 -04:00
journal_sb.h
journal_seq_blacklist.c
journal_seq_blacklist.h
journal_seq_blacklist_format.h
journal_types.h bcachefs: Guard against journal seq overflow 2024-12-21 01:36:20 -05:00
Kconfig bcachefs: BCACHEFS_PATH_TRACEPOINTS should depend on TRACING 2024-12-21 01:36:21 -05:00
keylist.c
keylist.h
keylist_types.h
logged_ops.c bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
logged_ops.h bcachefs: Rework logged op error handling 2024-10-04 20:25:32 -04:00
logged_ops_format.h bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
lru.c bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
lru.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
lru_format.h
Makefile bcachefs: factor out str_hash.c 2024-12-21 01:36:22 -05:00
mean_and_variance.c
mean_and_variance.h
mean_and_variance_test.c
migrate.c
migrate.h
move.c for-6.14/block-20250118 2025-01-20 19:38:46 -08:00
move.h bcachefs: get_update_rebalance_opts() 2024-12-21 01:36:16 -05:00
move_types.h
movinggc.c bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max() 2024-12-21 01:36:17 -05:00
movinggc.h
nocow_locking.c
nocow_locking.h
nocow_locking_types.h
opts.c bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed data 2024-12-21 01:36:18 -05:00
opts.h bcachefs: bcachefs_metadata_version_persistent_inode_cursors 2025-01-09 23:38:41 -05:00
printbuf.c
printbuf.h bcachefs: printbuf_reset() handles tabstops 2025-01-09 23:38:42 -05:00
quota.c bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
quota.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
quota_format.h
quota_types.h
rcu_pending.c bcachefs: rcu_pending now works in userspace 2024-12-21 01:36:21 -05:00
rcu_pending.h bcachefs: rcu_pending now works in userspace 2024-09-09 09:41:47 -04:00
rebalance.c bcachefs: Kill BCH_TRANS_COMMIT_lazy_rw 2024-12-21 01:36:16 -05:00
rebalance.h bcachefs: Move bch_extent_rebalance code to rebalance.c 2024-12-21 01:36:16 -05:00
rebalance_format.h bcachefs: Move bch_extent_rebalance code to rebalance.c 2024-12-21 01:36:16 -05:00
rebalance_types.h bcachefs: copygc_enabled, rebalance_enabled now opts.h options 2024-12-21 01:36:16 -05:00
recovery.c bcachefs: bcachefs_metadata_version_autofix_errors 2025-01-09 23:38:41 -05:00
recovery.h bcachefs: bch2_btree_lost_data() now uses run_explicit_rceovery_pass_persistent() 2024-12-21 01:36:15 -05:00
recovery_passes.c bcachefs: Make sure __bch2_run_explicit_recovery_pass() signals to rewind 2024-12-21 01:36:22 -05:00
recovery_passes.h bcachefs: bch2_btree_lost_data() now uses run_explicit_rceovery_pass_persistent() 2024-12-21 01:36:15 -05:00
recovery_passes_types.h bcachefs: check_unreachable_inodes is not actually PASS_ONLINE yet 2025-01-09 23:38:42 -05:00
reflink.c bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts 2024-12-29 13:30:39 -05:00
reflink.h bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts 2024-12-29 13:30:39 -05:00
reflink_format.h bcachefs: bcachefs_metadata_version_reflink_p_may_update_opts 2024-12-29 13:30:39 -05:00
replicas.c bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALID 2024-10-11 22:20:51 -04:00
replicas.h bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate() 2024-09-27 21:46:35 -04:00
replicas_format.h bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by() 2024-09-09 09:41:49 -04:00
replicas_types.h
sb-clean.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
sb-clean.h
sb-counters.c
sb-counters.h
sb-counters_format.h bcachefs: add counter_flags for counters 2025-01-09 23:38:41 -05:00
sb-downgrade.c bcachefs: bcachefs_metadata_version_directory_size 2025-01-13 14:58:38 -05:00
sb-downgrade.h
sb-downgrade_format.h
sb-errors.c bcachefs: Fix BCH_SB_ERRS() so we can reorder 2024-09-27 21:46:35 -04:00
sb-errors.h bcachefs: Fix BCH_SB_ERRS() so we can reorder 2024-09-27 21:46:35 -04:00
sb-errors_format.h bcachefs: bcachefs_metadata_version_directory_size 2025-01-13 14:58:38 -05:00
sb-errors_types.h
sb-members.c bcachefs: Fix bch_member.btree_bitmap_shift validation 2024-11-07 23:31:11 -05:00
sb-members.h bcachefs: bch2_dev_rcu_noerror() 2024-09-21 11:39:48 -04:00
sb-members_format.h bcachefs: Fix bch_member.btree_bitmap_shift validation 2024-11-07 23:31:11 -05:00
sb-members_types.h
seqmutex.h
siphash.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
siphash.h
six.c bcachefs: Merge the condition to avoid additional invocation 2025-01-14 10:45:08 -05:00
six.h bcachefs: six locks: write locks can now be held recursively 2025-01-09 23:38:41 -05:00
snapshot.c bcachefs: Silence read-only errors when deleting snapshots 2025-01-09 23:38:42 -05:00
snapshot.h bcachefs: Kill snapshot_t->equiv 2024-12-29 13:30:39 -05:00
snapshot_format.h
str_hash.c bcachefs: Fix check_inode_hash_info_matches_root() 2025-01-15 15:28:23 -05:00
str_hash.h bcachefs: bch2_str_hash_check_key() now checks inode hash info 2024-12-21 01:36:23 -05:00
subvolume.c bcachefs: Fixes for snapshot_tree.master_subvol 2025-01-09 23:38:41 -05:00
subvolume.h bcachefs: kill flags param to bch2_subvolume_get() 2024-12-21 01:36:22 -05:00
subvolume_format.h
subvolume_types.h bcachefs: Kill snapshot_t->equiv 2024-12-29 13:30:39 -05:00
super-io.c bcachefs: Dropped superblock write is no longer a fatal error 2025-01-09 23:38:42 -05:00
super-io.h bcachefs: BCH_SB_VERSION_INCOMPAT 2024-12-29 13:30:39 -05:00
super.c bcachefs: bch2_fs_btree_gc_init() 2025-01-09 23:38:41 -05:00
super.h bcachefs: Kill BCH_TRANS_COMMIT_lazy_rw 2024-12-21 01:36:16 -05:00
super_types.h
sysfs.c bcachefs: add counter_flags for counters 2025-01-09 23:38:41 -05:00
sysfs.h
tests.c bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max() 2024-12-21 01:36:17 -05:00
tests.h
thread_with_file.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
thread_with_file.h
thread_with_file_types.h
time_stats.c bcachefs: bch2_time_stats_reset() 2024-09-09 09:41:49 -04:00
time_stats.h bcachefs: bch2_time_stats_reset() 2024-09-09 09:41:49 -04:00
trace.c bcachefs: Improve trans_blocked_journal_reclaim tracepoint 2024-08-13 23:00:34 -04:00
trace.h bcachefs: trace_key_cache_fill 2024-12-29 13:30:39 -05:00
two_state_shared_lock.c
two_state_shared_lock.h
util.c bcachefs: Fix bad shift in bch2_read_flag_list() 2024-10-01 17:20:24 -04:00
util.h bcachefs: bch2_kvmalloc() 2025-01-09 23:38:41 -05:00
varint.c bcachefs: Use proper errcodes for inode unpack errors 2024-12-21 01:36:23 -05:00
varint.h
vstructs.h
xattr.c bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
xattr.h bcachefs: struct bkey_validate_context 2024-12-21 01:36:20 -05:00
xattr_format.h bcachefs: Annotate struct bch_xattr with __counted_by() 2024-09-09 09:41:49 -04:00