index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
quota.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
bcachefs: Check for backpointer bucket_offset >= bucket size
Kent Overstreet
3
-10
/
+9
2024-04-15
bcachefs: bch_member.btree_allocated_bitmap
Kent Overstreet
9
-6
/
+131
2024-04-15
bcachefs: sysfs internal/trigger_journal_flush
Kent Overstreet
1
-1
/
+10
2024-04-15
bcachefs: Fix bch2_btree_node_fill() for !path
Kent Overstreet
1
-26
/
+18
2024-04-15
bcachefs: add safety checks in bch2_btree_node_fill()
Kent Overstreet
1
-1
/
+24
2024-04-15
bcachefs: Interior known are required to have known key types
Kent Overstreet
1
-1
/
+2
2024-04-15
bcachefs: add missing bounds check in __bch2_bkey_val_invalid()
Kent Overstreet
1
-1
/
+4
2024-04-14
bcachefs: Fix btree node merging on write buffer btrees
Kent Overstreet
1
-2
/
+12
2024-04-14
bcachefs: Disable merges from interior update path
Kent Overstreet
1
-0
/
+10
2024-04-14
bcachefs: Run merges at BCH_WATERMARK_btree
Kent Overstreet
1
-0
/
+6
2024-04-14
bcachefs: Fix missing write refs in fs fio paths
Kent Overstreet
3
-14
/
+23
2024-04-14
bcachefs: Fix deadlock in journal replay
Kent Overstreet
1
-3
/
+4
2024-04-14
bcachefs: Go rw if running any explicit recovery passes
Kent Overstreet
1
-1
/
+1
2024-04-14
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
10
-56
/
+69
2024-04-14
bcachefs: don't queue btree nodes for rewrites during scan
Kent Overstreet
1
-1
/
+3
2024-04-14
bcachefs: fix race in bch2_btree_node_evict()
Kent Overstreet
1
-1
/
+3
2024-04-14
bcachefs: fix unsafety in bch2_stripe_to_text()
Kent Overstreet
2
-21
/
+27
2024-04-14
bcachefs: fix unsafety in bch2_extent_ptr_to_text()
Kent Overstreet
1
-1
/
+3
2024-04-14
bcachefs: btree node scan: handle encrypted nodes
Kent Overstreet
1
-0
/
+10
2024-04-14
bcachefs: Check for packed bkeys that are too big
Kent Overstreet
2
-7
/
+14
2024-04-14
bcachefs: Fix UAFs of btree_insert_entry array
Kent Overstreet
1
-13
/
+14
2024-04-12
bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split path
Kent Overstreet
1
-15
/
+26
2024-04-11
bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()
Kent Overstreet
1
-5
/
+7
2024-04-11
bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-27
/
+1
2024-04-11
bcachefs: Fix a race in btree_update_nodes_written()
Kent Overstreet
1
-3
/
+7
2024-04-10
bcachefs: btree_node_scan: Respect member.data_allowed
Kent Overstreet
1
-0
/
+3
2024-04-09
bcachefs: Don't scan for btree nodes when we can reconstruct
Kent Overstreet
4
-18
/
+29
2024-04-09
bcachefs: Fix check_topology() when using node scan
Kent Overstreet
1
-1
/
+1
2024-04-09
bcachefs: fix eytzinger0_find_gt()
Kent Overstreet
1
-6
/
+20
2024-04-07
bcachefs: fix bch2_get_acl() transaction restart handling
Kent Overstreet
1
-16
/
+14
2024-04-07
bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu list
Hongbo Li
1
-0
/
+2
2024-04-07
bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()
Kent Overstreet
1
-10
/
+45
2024-04-06
bcachefs: Rename struct field swap to prevent macro naming collision
Thorsten Blum
1
-4
/
+4
2024-04-06
MAINTAINERS: Add entry for bcachefs documentation
Bagas Sanjaya
1
-0
/
+1
2024-04-06
Documentation: filesystems: Add bcachefs toctree
Bagas Sanjaya
2
-0
/
+12
2024-04-06
bcachefs: JOURNAL_SPACE_LOW
Kent Overstreet
5
-12
/
+19
2024-04-06
bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINE
Kent Overstreet
1
-0
/
+4
2024-04-06
bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystems
Kent Overstreet
1
-44
/
+50
2024-04-05
bcachefs: fix rand_delete unit test
Kent Overstreet
1
-1
/
+1
2024-04-05
bcachefs: fix ! vs ~ typo in __clear_bit_le64()
Dan Carpenter
1
-1
/
+1
2024-04-05
bcachefs: Fix rebalance from durability=0 device
Kent Overstreet
1
-4
/
+13
2024-04-04
bcachefs: Print shutdown journal sequence number
Kent Overstreet
1
-0
/
+5
2024-04-04
bcachefs: Further improve btree_update_to_text()
Kent Overstreet
2
-55
/
+48
2024-04-04
bcachefs: Move btree_updates to debugfs
Kent Overstreet
2
-9
/
+42
2024-04-04
bcachefs: Bump limit in btree_trans_too_many_iters()
Kent Overstreet
2
-1
/
+15
2024-04-04
bcachefs: Make snapshot_is_ancestor() safe
Kent Overstreet
1
-6
/
+13
2024-04-04
bcachefs: create debugfs dir for each btree
Thomas Bertschinger
1
-15
/
+15
2024-04-03
bcachefs: reconstruct_inode()
Kent Overstreet
1
-2
/
+50
2024-04-03
bcachefs: Subvolume reconstruction
Kent Overstreet
1
-19
/
+148
2024-04-03
bcachefs: Check for extents that point to same space
Kent Overstreet
2
-8
/
+168
[next]