index
:
git.armlinux.org.uk/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
Age
Commit message (
Expand
)
Author
2024-03-13
bcachefs: bch2_check_subvolume_structure()
Kent Overstreet
2024-03-13
bcachefs: omit alignment attribute on big endian struct bkey
Thomas Bertschinger
2024-03-13
bcachefs: bch2_trigger_alloc() handles state changes better
Kent Overstreet
2024-03-13
bcachefs: bch2_print_opts()
Kent Overstreet
2024-03-13
bcachefs: Improve error messages in device remove path
Kent Overstreet
2024-03-13
bcachefs: Use kvzalloc() when dynamically allocating btree paths
Kent Overstreet
2024-03-13
bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()
Kent Overstreet
2024-03-13
bcachefs: Save key_cache_path in peek_slot()
Kent Overstreet
2024-03-13
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
2024-03-13
bcachefs: Check for subvolume children when deleting subvolumes
Kent Overstreet
2024-03-13
bcachefs: BTREE_ID_subvolume_children
Kent Overstreet
2024-03-13
bcachefs: bch_subvolume::fs_path_parent
Kent Overstreet
2024-03-13
bcachefs: bch2_btree_bit_mod()
Kent Overstreet
2024-03-13
bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_buffered
Kent Overstreet
2024-03-13
bcachefs: Correctly reattach subvolumes
Kent Overstreet
2024-03-13
bcachefs: check_path() now prints full inode when reattaching
Kent Overstreet
2024-03-13
bcachefs: Pass inode bkey to check_path()
Kent Overstreet
2024-03-13
bcachefs: Fix path where dirent -> subvol missing and we don't fix
Kent Overstreet
2024-03-13
bcachefs: bch_subvolume::parent -> creation_parent
Kent Overstreet
2024-03-13
bcachefs: Repair subvol dirents that point to non subvols
Kent Overstreet
2024-03-13
bcachefs: check dirent->d_parent_subvol
Kent Overstreet
2024-03-13
bcachefs: check inode->bi_parent_subvol against dirent
Kent Overstreet
2024-03-13
bcachefs: delete duplicated checks in check_dirent_to_subvol()
Kent Overstreet
2024-03-13
bcachefs: simplify check_dirent_inode_dirent()
Kent Overstreet
2024-03-13
bcachefs: check bi_parent_subvol in check_inode()
Kent Overstreet
2024-03-13
bcachefs: better log message in lookup_inode_for_snapshot()
Kent Overstreet
2024-03-13
bcachefs: check_inode_dirent_inode()
Kent Overstreet
2024-03-13
bcachefs: Check subvol <-> inode pointers in check_inode()
Kent Overstreet
2024-03-13
bcachefs: Check subvol <-> inode pointers in check_subvol()
Kent Overstreet
2024-03-13
bcachefs: Kill more -EIO error codes
Kent Overstreet
2024-03-13
bcachefs: thread_with_file: add f_ops.flush
Kent Overstreet
2024-03-13
bcachefs: thread_with_file: Fix missing va_end()
Kent Overstreet
2024-03-13
bcachefs: thread_with_file: allow ioctls against these files
Darrick J. Wong
2024-03-13
bcachefs: thread_with_file: create ops structure for thread_with_stdio
Darrick J. Wong
2024-03-13
bcachefs: thread_with_file: fix various printf problems
Darrick J. Wong
2024-03-13
bcachefs: thread_with_file: allow creation of readonly files
Darrick J. Wong
2024-03-13
bcachefs: thread_with_stdio: suppress hung task warning
Kent Overstreet
2024-03-13
kernel/hung_task.c: export sysctl_hung_task_timeout_secs
Kent Overstreet
2024-03-13
bcachefs: thread_with_stdio: Mark completed in ->release()
Kent Overstreet
2024-03-13
of: unittest: Use for_each_child_of_node_scoped()
Jonathan Cameron
2024-03-13
of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() han...
Jonathan Cameron
2024-03-13
of: Add cleanup.h based auto release via __free(device_node) markings
Jonathan Cameron
2024-03-13
bcachefs: Thread with file documentation
Kent Overstreet
2024-03-13
bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()
Kent Overstreet
2024-03-13
bcachefs: thread_with_stdio: kill thread_with_stdio_done()
Kent Overstreet
2024-03-13
bcachefs: thread_with_stdio: convert to darray
Kent Overstreet
2024-03-13
bcachefs: thread_with_stdio: eliminate double buffering
Kent Overstreet
2024-03-13
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-13
mempool: kvmalloc pool
Kent Overstreet
2024-03-13
mtd: spi-nor: core: correct type of i
Muhammad Usama Anjum
[prev]
[next]