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
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: statfs resports incorrect avail blocks
Dan Robertson
2023-10-22
bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fields
Kent Overstreet
2023-10-22
bcachefs: Fix a memcpy call
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_extent_can_insert() call
Kent Overstreet
2023-10-22
bcachefs: Make sure to pass a disk reservation to bch2_extent_update()
Kent Overstreet
2023-10-22
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
2023-10-22
bcachefs: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
2023-10-22
bcachefs: properly initialize used values
Dan Robertson
2023-10-22
bcachefs: Repair code for multiple types of data in same bucket
Kent Overstreet
2023-10-22
bcachefs: Fix out of bounds read in fs usage ioctl
Dan Robertson
2023-10-22
bcachefs: Fix null deref in bch2_ioctl_read_super
Dan Robertson
2023-10-22
bcachefs: Fix possible null deref on mount
Dan Robertson
2023-10-22
bcachefs: Fix error in parsing of mount options
Dan Robertson
2023-10-22
bcachefs: avoid out-of-bounds in split_devs
Stijn Tintel
2023-10-22
bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsck
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_with_updates()
Kent Overstreet
2023-10-22
bcachefs: Fix reflink trigger
Kent Overstreet
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
2023-10-22
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
2023-10-22
bcachefs: Mark newly allocated btree nodes as accessed
Kent Overstreet
2023-10-22
bcachefs: Fix time handling
Kent Overstreet
2023-10-22
bcachefs: Add a tracepoint for when we block on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
2023-10-22
bcachefs: Ensure that fpunch updates inode timestamps
Kent Overstreet
2023-10-22
bcachefs: Change copygc wait amount to be min of per device waits
Kent Overstreet
2023-10-22
bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keys
Kent Overstreet
2023-10-22
bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extent
Kent Overstreet
2023-10-22
bcachefs: New tracepoint for bch2_trans_get_iter()
Kent Overstreet
2023-10-22
bcachefs: Fix __bch2_trans_get_iter()
Kent Overstreet
2023-10-22
bcachefs: Evict btree nodes we're deleting
Kent Overstreet
2023-10-22
bcachefs: New check_nlinks algorithm for snapshots
Kent Overstreet
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
2023-10-22
bcachefs: New helper __bch2_btree_insert_keys_interior()
Kent Overstreet
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_verify_keylist_sorted
Kent Overstreet
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
2023-10-22
bcachefs: Use mmap() instead of vmalloc_exec() in userspace
Kent Overstreet
2023-10-22
bcachefs: Don't BUG_ON() btree topology error
Kent Overstreet
2023-10-22
bcachefs: Fix repair leading to replicas not marked
Kent Overstreet
2023-10-22
bcachefs: Lookup/create lost+found lazily
Kent Overstreet
2023-10-22
bcachefs: Don't BUG() in update_replicas
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Update bch2_btree_verify()
Kent Overstreet
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
2023-10-22
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
[next]