index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
bcachefs: Kill memset() in bch2_btree_iter_init()
Kent Overstreet
3
-10
/
+19
2024-01-01
bcachefs: Add a tracepoint for journal entry close
Kent Overstreet
2
-0
/
+21
2024-01-01
bcachefs: Don't flush journal after replay
Kent Overstreet
1
-3
/
+1
2024-01-01
bcachefs: Don't rejournal keys in key cache flush
Kent Overstreet
1
-6
/
+11
2024-01-01
bcachefs: Fix userspace bch2_prt_datetime()
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: Kill BTREE_ITER_ALL_LEVELS
Kent Overstreet
3
-140
/
+24
2024-01-01
bcachefs: backpointers fsck no longer uses BTREE_ITER_ALL_LEVELS
Kent Overstreet
1
-64
/
+63
2024-01-01
bcachefs: Improve btree_path_dowgrade tracepoint
Kent Overstreet
2
-6
/
+21
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
26
-155
/
+158
2024-01-01
bcachefs: bch_str_hash_flags_t
Kent Overstreet
4
-15
/
+23
2024-01-01
bcachefs: Kill dead BTREE_INSERT flags
Kent Overstreet
3
-20
/
+4
2024-01-01
bcachefs: Fix redundant variable initialization
Kent Overstreet
1
-3
/
+1
2024-01-01
bcachefs: Avoiding dropping/retaking write locks in bch2_btree_write_buffer_f...
Kent Overstreet
1
-9
/
+7
2024-01-01
bcachefs: Make journal replay more efficient
Kent Overstreet
2
-29
/
+62
2024-01-01
bcachefs: Go rw before journal replay
Kent Overstreet
1
-4
/
+12
2024-01-01
bcachefs: Kill BTREE_UPDATE_PREJOURNAL
Kent Overstreet
5
-36
/
+11
2024-01-01
bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"
Kent Overstreet
2
-4
/
+17
2024-01-01
bcachefs: Clear k->needs_whitout earlier in commit path
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: track_event_change()
Kent Overstreet
8
-92
/
+140
2024-01-01
bcachefs: Journal pins must always have a flush_fn
Kent Overstreet
4
-20
/
+40
2024-01-01
bcachefs: Add an assertion in bch2_journal_pin_set()
Kent Overstreet
2
-23
/
+51
2024-01-01
bcachefs: Include average write size in sysfs journal_debug
Kent Overstreet
3
-9
/
+16
2024-01-01
bcachefs: Fix warning when building in userspace
Kent Overstreet
1
-2
/
+1
2024-01-01
bcachefs: Print old version when scanning for old metadata
Kent Overstreet
1
-2
/
+6
2024-01-01
bcachefs: Fix locking when checking freespace btree
Kent Overstreet
1
-25
/
+35
2024-01-01
bcachefs: Check for unlinked inodes not on deleted list
Kent Overstreet
2
-3
/
+27
2024-01-01
bcachefs: kill INODE_LOCK, use lock_two_nondirectories()
Kent Overstreet
2
-9
/
+6
2024-01-01
bcachefs: Improved backpointer messages in fsck
Kent Overstreet
1
-28
/
+22
2024-01-01
bcachefs: Add extra verbose logging for ro path
Kent Overstreet
1
-2
/
+12
2024-01-01
bcachefs: Flush fsck errors before running twice
Kent Overstreet
1
-0
/
+2
2024-01-01
bcachefs: make RO snapshots actually RO
Kent Overstreet
6
-14
/
+63
2024-01-01
bcachefs: bch_sb_field_downgrade
Kent Overstreet
10
-9
/
+255
2024-01-01
bcachefs: bch_sb.recovery_passes_required
Kent Overstreet
9
-30
/
+172
2024-01-01
bcachefs: Add persistent identifiers for recovery passes
Kent Overstreet
3
-39
/
+84
2024-01-01
bcachefs: prt_bitflags_vector()
Kent Overstreet
3
-0
/
+25
2024-01-01
bcachefs: move BCH_SB_ERRS() to sb-errors_types.h
Kent Overstreet
2
-253
/
+253
2024-01-01
bcachefs: fix buffer overflow in nocow write path
Kent Overstreet
1
-41
/
+41
2024-01-01
bcachefs: DARRAY_PREALLOCATED()
Kent Overstreet
2
-13
/
+20
2024-01-01
bcachefs: Switch darray to kvmalloc()
Kent Overstreet
2
-2
/
+4
2024-01-01
bcachefs: Factor out darray resize slowpath
Kent Overstreet
3
-11
/
+39
2024-01-01
bcachefs: fix setting version_upgrade_complete
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: fix invalid free in dio write path
Kent Overstreet
1
-8
/
+5
2024-01-01
bcachefs: Fix extents iteration + snapshots interaction
Kent Overstreet
1
-11
/
+24
2023-12-26
bcachefs: Fix promotes
Kent Overstreet
1
-1
/
+2
2023-12-21
bcachefs: Fix leakage of internal error code
Kent Overstreet
1
-2
/
+4
2023-12-21
bcachefs: Fix insufficient disk reservation with compression + snapshots
Kent Overstreet
1
-7
/
+8
2023-12-19
bcachefs: fix BCH_FSCK_ERR enum
Kent Overstreet
2
-2
/
+2
2023-12-19
bcachefs: Fix bch2_alloc_sectors_start_trans() error handling
Kent Overstreet
1
-3
/
+11
2023-12-19
bcachefs; guard against overflow in btree node split
Kent Overstreet
1
-0
/
+12
2023-12-19
bcachefs: btree_node_u64s_with_format() takes nr keys
Kent Overstreet
2
-17
/
+14
[next]