index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
replicas.c
Age
Commit message (
Expand
)
Author
2024-07-14
bcachefs: Disk space accounting rewrite
Kent Overstreet
2024-05-22
bcachefs: Fix bogus verify_replicas_entry() assert
Kent Overstreet
2024-05-20
bcachefs: Fix shift overflows in replicas.c
Kent Overstreet
2024-05-09
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
2024-05-08
bcachefs: bch2_have_enough_devs() checks for nonexistent device
Kent Overstreet
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
2024-04-03
bcachefs: Etyzinger cleanups
Kent Overstreet
2024-01-21
bcachefs: Don't pass memcmp() as a pointer
Kent Overstreet
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
2024-01-01
bcachefs: simplify bch_devs_list
Kent Overstreet
2024-01-01
bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1
Kent Overstreet
2023-11-28
bcachefs: Add missing validation for jset_entry_data_usage
Kent Overstreet
2023-11-01
bcachefs: Fix error path in bch2_replicas_gc_end()
Kent Overstreet
2023-10-22
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
2023-10-22
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
bcachefs: Fix error path in bch2_journal_flush_device_pins()
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Delete some dead code in bch2_replicas_gc_end()
Kent Overstreet
2023-10-22
bcachefs: Improved comment for bch2_replicas_gc2()
Kent Overstreet
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
bcachefs: Fix memleak in replicas_table_update()
Brett Holman
2023-10-22
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
bcachefs: Delete some dead code
Kent Overstreet
2023-10-22
bcachefs: Improved superblock-related error messages
Kent Overstreet
2023-10-22
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_replicas_delta_list_marked()
Kent Overstreet
2023-10-22
bcachefs: cached data shouldn't prevent fs from mounting
Kent Overstreet
2023-10-22
bcachefs: Fix unitialized use of a value
Brett Holman
2023-10-22
bcachefs: Fix some small memory leaks
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
2023-10-22
bcachefs: Don't fail mounts due to devices that are marked as failed
Kent Overstreet
2023-10-22
bcachefs: Redo checks for sufficient devices
Kent Overstreet
2023-10-22
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
2023-10-22
bcachefs: Add missing call to bch2_replicas_entry_sort()
Kent Overstreet
2023-10-22
bcachefs: Switch replicas.c allocations to GFP_KERNEL
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_replicas_gc2
Kent Overstreet
2023-10-22
bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()
Kent Overstreet
2023-10-22
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
2023-10-22
bcachefs: Account for stripe parity sectors separately
Kent Overstreet
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Add some printks for error paths
Kent Overstreet
2023-10-22
bcachefs: btree_ptr_v2
Kent Overstreet
[next]