1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/fs/bcachefs
Kent Overstreet eb54d2695b bcachefs: Fix truncate sometimes failing and returning 1
__bch_truncate_folio() may return 1 to indicate dirtyness of the folio
being truncated, needed for fpunch to get the i_size writes correct.

But truncate was forgetting to clear ret, and sometimes returning it as
an error.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-02-26 19:31:05 -05: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: Fix discard path journal flushing 2025-02-06 22:35:11 -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: Fix discard path journal flushing 2025-02-06 22:35:11 -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 bcachefs: Fix discard path journal flushing 2025-02-06 22:35:11 -05:00
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: Pin btree cache in ram for random access in fsck 2024-03-13 21:22:24 -04:00
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 bcachefs: BCH_IOCTL_QUERY_ACCOUNTING 2024-07-14 19:00:15 -04:00
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 bcachefs: Move bkey bkey_unpack_key() to bkey.h 2023-10-22 17:09:45 -04:00
bkey_cmp.h bcachefs: bch2_bkey_cmp_packed_inlined() 2023-10-22 17:09:45 -04:00
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 bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort() 2024-05-08 14:56:09 -04:00
bkey_sort.h bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort() 2024-05-08 14:56:09 -04:00
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: Fix deadlock 2025-02-26 19:31:05 -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 bcachefs: bch2_gc_pos_to_text() 2024-07-14 19:00:15 -04:00
btree_io.c bcachefs: Fix memmove when move keys down 2025-02-20 16:40:34 -05:00
btree_io.h bcachefs: bch2_btree_node_write_trans() 2025-01-09 23:38:41 -05:00
btree_iter.c bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS 2025-02-12 18:40:19 -05:00
btree_iter.h bcachefs: Pass _orig_restart_count to trans_was_restarted 2025-02-12 18:40:19 -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: Fix deadlock 2025-02-26 19:31:05 -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: Fix deadlock 2025-02-26 19:31:05 -05:00
btree_locking.h bcachefs: Fix deadlock 2025-02-26 19:31:05 -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 bcachefs: Repair pass for scanning for btree nodes 2024-04-03 14:44:18 -04:00
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: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS 2025-02-12 18:40:19 -05:00
btree_types.h bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS 2025-02-12 18:40:19 -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: Fix srcu lock warning in btree_update_nodes_written() 2025-02-19 18:52:42 -05:00
btree_update_interior.h bcachefs: Fix want_new_bset() so we write until the end of the btree node 2025-02-11 10:10:32 -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 bcachefs: Eytzinger accumulation for accounting keys 2024-07-14 19:00:14 -04:00
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: Fix discard path journal flushing 2025-02-06 22:35:11 -05:00
buckets_waiting_for_journal.h bcachefs: Fix discard path journal flushing 2025-02-06 22:35:11 -05:00
buckets_waiting_for_journal_types.h bcachefs: New data structure for buckets waiting on journal commit 2023-10-22 17:09:22 -04:00
chardev.c bcachefs: Move fsck ioctl code to fsck.c 2024-12-21 01:36:17 -05:00
chardev.h bcachefs: Fix assorted checkpatch nits 2023-10-22 17:10:10 -04:00
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 - In the series "treewide: Refactor heap related implementation", 2024-07-21 17:56:22 -07:00
compress.c bcachefs: Improve decompression error messages 2025-01-25 14:43:13 -05:00
compress.h bcachefs: Improve decompression error messages 2025-01-25 14:43:13 -05:00
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: print op->nonce on data update inconsistency 2025-02-20 16:39:28 -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: Improve journal pin flushing 2025-01-25 19:37:43 -05:00
debug.h bcachefs: bch2_btree_node_ondisk_to_text() 2023-10-22 17:09:56 -04:00
dirent.c bcachefs: kill flags param to bch2_subvolume_get() 2024-12-21 01:36:22 -05:00
dirent.h bcachefs: Revert directory i_size 2025-02-26 19:30:38 -05:00
dirent_format.h bcachefs: dirent_format.h 2024-01-21 13:27:10 -05:00
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 use after free 2025-02-11 10:10:32 -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 bcachefs: Add error code to defer option parsing 2024-07-14 19:00:12 -04:00
disk_groups.h bcachefs: bch2_disk_path_to_text() no longer takes sb_lock 2023-10-31 12:18:37 -04:00
disk_groups_format.h bcachefs: Split out disk_groups_format.h 2024-05-28 17:32:03 -04:00
disk_groups_types.h bcachefs: bch2_disk_path_to_text() no longer takes sb_lock 2023-10-31 12:18:37 -04:00
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 bcachefs: Errcode tracepoint, documentation 2024-03-13 21:22:25 -04:00
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 bcachefs: Reduce iter->trans usage 2023-10-22 17:09:10 -04:00
extents.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
extents.h bcachefs: fix bch2_extent_ptr_eq() 2025-02-23 23:35:33 -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 bcachefs: Limit pointers to being in only one stripe 2023-10-22 17:08:29 -04:00
eytzinger.c bcachefs: Optimize eytzinger0_sort() with bottom-up heapsort 2024-05-08 17:29:18 -04:00
eytzinger.h bcachefs: Fix bch2_gc_accounting_done() locking 2024-07-14 19:00:15 -04:00
fifo.h bcachefs: kill kvpmalloc() 2024-03-13 18:39:12 -04:00
fs-common.c bcachefs: Revert directory i_size 2025-02-26 19:30: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: Convert aops->write_begin to take a folio 2024-08-07 11:33:21 +02:00
fs-io-direct.c bcachefs: Add block plugging to read paths 2024-12-21 01:36:15 -05:00
fs-io-direct.h bcachefs: Split up fs-io.[ch] 2023-10-22 17:10:10 -04:00
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: Fix truncate sometimes failing and returning 1 2025-02-26 19:31:05 -05:00
fs-io.h bcachefs: New io_misc.c helpers 2023-10-22 17:10:12 -04:00
fs-ioctl.c bcachefs: kill retry_estale() in bch2_ioctl_subvolume_create() 2024-10-11 19:16:40 -04:00
fs-ioctl.h bcachefs: x-macro-ify inode flags enum 2023-11-05 13:12:18 -05:00
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: Revert directory i_size 2025-02-26 19:30: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: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance 2025-02-06 22:35:11 -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 bcachefs: Fix an integer overflow 2023-11-01 21:11:08 -04:00
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: Reuse transaction 2025-02-12 18:44:50 -05:00
io_write.h bcachefs: Improve decompression error messages 2025-01-25 14:43:13 -05:00
io_write_types.h bcachefs: Move nocow unlock to bch2_write_endio() 2024-05-08 17:29:24 -04:00
journal.c bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resize 2025-02-26 19:31:05 -05:00
journal.h bcachefs: fix deadlock in journal_entry_open() 2025-02-06 22:35:11 -05:00
journal_io.c bcachefs: Journal writes are now IOPRIO_CLASS_RT 2025-01-26 23:02:28 -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: Split out journal pins by btree level 2025-02-11 10:10:32 -05:00
journal_reclaim.h bcachefs: Improve journal pin flushing 2025-01-25 19:37:43 -05:00
journal_sb.c bcachefs: Fix missing validation in bch2_sb_journal_v2_validate() 2024-08-22 02:07:23 -04:00
journal_sb.h bcachefs: Journal resize fixes 2023-10-22 17:09:56 -04:00
journal_seq_blacklist.c bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc 2024-06-25 17:53:31 -04:00
journal_seq_blacklist.h bcachefs: journal seq blacklist gc no longer has to walk btree 2024-05-08 17:29:20 -04:00
journal_seq_blacklist_format.h bcachefs: Split out journal_seq_blacklist_format.h 2024-05-28 17:32:03 -04:00
journal_types.h bcachefs: Split out journal pins by btree level 2025-02-11 10:10:32 -05:00
Kconfig bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS 2025-02-12 18:40:19 -05:00
keylist.c bcachefs: for_each_keylist_key() declares loop iter 2024-01-01 11:47:43 -05:00
keylist.h bcachefs: for_each_keylist_key() declares loop iter 2024-01-01 11:47:43 -05:00
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 bcachefs: split out lru_format.h 2024-07-14 19:00:16 -04:00
Makefile bcachefs: factor out str_hash.c 2024-12-21 01:36:22 -05:00
mean_and_variance.c bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet 2024-03-13 21:37:58 -04:00
mean_and_variance.h bcachefs: mean_and_variance: Avoid too-large shift amounts 2024-07-18 18:33:30 -04:00
mean_and_variance_test.c bcachefs: add missing MODULE_DESCRIPTION() 2024-05-28 11:29:26 -04:00
migrate.c bcachefs: iter/update/trigger/str_hash flag cleanup 2024-05-08 17:29:18 -04:00
migrate.h bcachefs: Initial commit 2023-10-22 17:08:07 -04:00
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 bcachefs: move: move_stats refactoring 2023-10-31 12:18:38 -04:00
movinggc.c bcachefs: Fix trace_copygc 2025-01-26 23:02:28 -05:00
movinggc.h bcachefs: bch2_copygc_wait_to_text() 2023-10-22 17:09:55 -04:00
nocow_locking.c bcachefs: More assertions for nocow locking 2023-10-22 17:10:15 -04:00
nocow_locking.h bcachefs: More assertions for nocow locking 2023-10-22 17:10:15 -04:00
nocow_locking_types.h bcachefs: Improved nocow locking 2023-10-22 17:09:52 -04:00
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: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance 2025-02-06 22:35:11 -05:00
printbuf.c bcachefs: bch2_printbuf_strip_trailing_newline() 2024-07-14 19:00:12 -04:00
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 bcachefs; quota_format.h 2024-01-21 13:27:10 -05:00
quota_types.h bcachefs: bch2_fs_quota_transfer 2023-10-22 17:08:13 -04:00
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: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance 2025-02-06 22:35:11 -05:00
rebalance.h bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_rebalance 2025-02-06 22:35:11 -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 assorted stuff for this merge window 2025-02-01 15:07:56 -08: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: Fix bch2_indirect_extent_missing_error() 2025-02-19 17:33:13 -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 bcachefs: Disk space accounting rewrite 2024-07-14 19:00:13 -04:00
sb-clean.c bcachefs: Plumb bkey_validate_context to journal_entry_validate 2024-12-21 01:36:22 -05:00
sb-clean.h bcachefs: sb-clean.c 2023-10-22 17:10:10 -04:00
sb-counters.c bcachefs: Plumb bch_validate_flags to sb_field_ops.validate() 2024-05-09 16:23:36 -04:00
sb-counters.h bcachefs: counters.c -> sb-counters.c 2024-01-21 13:27:10 -05:00
sb-counters_format.h bcachefs: add counter_flags for counters 2025-01-09 23:38:41 -05:00
sb-downgrade.c bcachefs: Revert directory i_size 2025-02-26 19:30:38 -05:00
sb-downgrade.h bcachefs: metadata version bucket_stripe_sectors 2024-07-14 19:00:12 -04:00
sb-downgrade_format.h bcachefs: split out sb-downgrade_format.h 2024-05-28 17:32:03 -04:00
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: Fix marking reflink pointers to missing indirect extents 2025-02-07 14:49:47 -05:00
sb-errors_types.h bcachefs: Split out sb-errors_format.h 2024-05-28 17:33:45 -04:00
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 bcachefs: bucket_valid() 2024-05-08 17:29:19 -04:00
seqmutex.h bcachefs: fix seqmutex_relock() 2024-06-23 00:57:21 -04:00
siphash.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
siphash.h
six.c bcachefs: Fix deadlock 2025-02-26 19:31:05 -05:00
six.h bcachefs: Fix deadlock 2025-02-26 19:31:05 -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 bcachefs: snapshot_format.h 2024-01-21 13:27:10 -05:00
str_hash.c bcachefs: Reduce stack frame size of __bch2_str_hash_check_key() 2025-01-21 12:57:48 -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: fix incorrect pointer check in __bch2_subvolume_delete() 2025-02-06 22:35:11 -05:00
subvolume.h bcachefs: kill flags param to bch2_subvolume_get() 2024-12-21 01:36:22 -05:00
subvolume_format.h bcachefs: bch_subvolume::fs_path_parent 2024-03-13 21:22:24 -04:00
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: fix deadlock in journal_entry_open() 2025-02-06 22:35:11 -05:00
super.h bcachefs: fix deadlock in journal_entry_open() 2025-02-06 22:35:11 -05:00
super_types.h bcachefs: bucket_valid() 2024-05-08 17:29:19 -04:00
sysfs.c bcachefs: add counter_flags for counters 2025-01-09 23:38:41 -05:00
sysfs.h bcachefs: Add persistent counters 2023-10-22 17:09:32 -04:00
tests.c bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max() 2024-12-21 01:36:17 -05:00
tests.h bcachefs: Add error handling to unit & perf tests 2023-10-22 17:08:48 -04:00
thread_with_file.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
thread_with_file.h bcachefs: bch2_stdio_redirect_readline_timeout() 2024-07-14 19:00:14 -04:00
thread_with_file_types.h bcachefs: twf: delete dead struct fields 2024-07-14 19:00:14 -04:00
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: Fix discard path journal flushing 2025-02-06 22:35:11 -05:00
two_state_shared_lock.c bcachefs: Inline bch2_two_state_(trylock|unlock) 2023-10-22 17:09:51 -04:00
two_state_shared_lock.h bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg() 2024-07-14 19:00:12 -04:00
util.c bcachefs: Fix bad shift in bch2_read_flag_list() 2024-10-01 17:20:24 -04:00
util.h assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
varint.c bcachefs: Use proper errcodes for inode unpack errors 2024-12-21 01:36:23 -05:00
varint.h bcachefs: Add safe versions of varint encode/decode 2023-10-22 17:09:08 -04:00
vstructs.h bcachefs: vstruct_for_each() now declares loop iter 2024-01-01 11:47:42 -05:00
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