index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
replicas.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALID
Kent Overstreet
2024-10-12
1
-0
/
+5
*
bcachefs: Fix lockdep splat in bch2_accounting_read
Kent Overstreet
2024-10-06
1
-8
/
+26
*
bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()
Kent Overstreet
2024-09-28
1
-4
/
+14
*
bcachefs: Failed devices no longer require mounting in degraded mode
Kent Overstreet
2024-09-21
1
-1
/
+1
*
bcachefs: bch2_dev_rcu_noerror()
Kent Overstreet
2024-09-21
1
-1
/
+1
*
bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()
Thorsten Blum
2024-09-09
1
-3
/
+3
*
bcachefs: More BCH_SB_MEMBER_INVALID support
Kent Overstreet
2024-09-09
1
-1
/
+1
*
bcachefs: BCH_SB_MEMBER_INVALID
Kent Overstreet
2024-09-04
1
-1
/
+2
*
bcachefs: fix field-spanning write warning
Kent Overstreet
2024-08-19
1
-1
/
+2
*
bcachefs: bch2_accounting_invalid()
Kent Overstreet
2024-08-09
1
-1
/
+0
*
bcachefs: bch2_accounting_mem_gc()
Kent Overstreet
2024-07-15
1
-6
/
+9
*
bcachefs: Convert bch2_replicas_gc2() to new accounting
Kent Overstreet
2024-07-15
1
-11
/
+15
*
bcachefs: Convert gc to new accounting
Kent Overstreet
2024-07-15
1
-80
/
+6
*
bcachefs: Kill replicas_journal_res
Kent Overstreet
2024-07-15
1
-34
/
+0
*
bcachefs: Delete journal-buf-sharded old style accounting
Kent Overstreet
2024-07-15
1
-58
/
+5
*
bcachefs: kill bch2_fs_usage_read()
Kent Overstreet
2024-07-15
1
-7
/
+0
*
bcachefs: Disk space accounting rewrite
Kent Overstreet
2024-07-15
1
-29
/
+13
*
bcachefs: Fix bogus verify_replicas_entry() assert
Kent Overstreet
2024-05-23
1
-13
/
+2
*
bcachefs: Fix shift overflows in replicas.c
Kent Overstreet
2024-05-20
1
-8
/
+21
*
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
2024-05-09
1
-2
/
+2
*
bcachefs: bch2_have_enough_devs() checks for nonexistent device
Kent Overstreet
2024-05-08
1
-5
/
+7
*
bcachefs: member helper cleanups
Kent Overstreet
2024-05-08
1
-3
/
+3
*
bcachefs: Etyzinger cleanups
Kent Overstreet
2024-04-03
1
-7
/
+12
*
bcachefs: Don't pass memcmp() as a pointer
Kent Overstreet
2024-01-21
1
-2
/
+8
*
bcachefs: helpers for printing data types
Kent Overstreet
2024-01-21
1
-14
/
+4
*
bcachefs: simplify bch_devs_list
Kent Overstreet
2024-01-01
1
-4
/
+2
*
bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1
Kent Overstreet
2024-01-01
1
-30
/
+30
*
bcachefs: Add missing validation for jset_entry_data_usage
Kent Overstreet
2023-11-28
1
-30
/
+39
*
bcachefs: Fix error path in bch2_replicas_gc_end()
Kent Overstreet
2023-11-02
1
-13
/
+5
*
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
1
-8
/
+8
*
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
2023-10-22
1
-2
/
+1
*
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix error path in bch2_journal_flush_device_pins()
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Delete some dead code in bch2_replicas_gc_end()
Kent Overstreet
2023-10-22
1
-25
/
+0
*
bcachefs: Improved comment for bch2_replicas_gc2()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
1
-17
/
+21
*
bcachefs: Fix memleak in replicas_table_update()
Brett Holman
2023-10-22
1
-7
/
+0
*
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
2023-10-22
1
-9
/
+7
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-20
/
+20
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
1
-13
/
+72
*
bcachefs: Delete some dead code
Kent Overstreet
2023-10-22
1
-10
/
+2
*
bcachefs: Improved superblock-related error messages
Kent Overstreet
2023-10-22
1
-72
/
+65
*
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
2023-10-22
1
-52
/
+0
*
bcachefs: Kill bch2_replicas_delta_list_marked()
Kent Overstreet
2023-10-22
1
-14
/
+0
*
bcachefs: cached data shouldn't prevent fs from mounting
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fix unitialized use of a value
Brett Holman
2023-10-22
1
-0
/
+2
*
bcachefs: Fix some small memory leaks
Kent Overstreet
2023-10-22
1
-2
/
+2
[next]