index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
xfs: use blkdev_get_zone_info to simplify zone reporting
Christoph Hellwig
1
-64
/
+50
2026-01-21
xfs: check that used blocks are smaller than the write pointer
Christoph Hellwig
1
-0
/
+7
2026-01-21
xfs: split and refactor zone validation
Christoph Hellwig
3
-114
/
+68
2026-01-21
xfs: pass the write pointer to xfs_init_zone
Christoph Hellwig
1
-29
/
+37
2026-01-21
xfs: add a xfs_rtgroup_raw_size helper
Christoph Hellwig
1
-0
/
+15
2026-01-21
xfs: add missing forward declaration in xfs_zones.h
Damien Le Moal
1
-0
/
+1
2026-01-21
xfs: remove xfs_attr_leaf_hasname
Christoph Hellwig
1
-51
/
+24
2026-01-21
xfs: mark data structures corrupt on EIO and ENODATA
Darrick J. Wong
3
-0
/
+8
2026-01-21
xfs: rework zone GC buffer management
Christoph Hellwig
1
-47
/
+59
2026-01-21
xfs: use bio_reuse in the zone GC code
Christoph Hellwig
1
-6
/
+1
2026-01-21
block: add a bio_reuse helper
Christoph Hellwig
2
-0
/
+35
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
194
-204
/
+193
2026-01-21
xfs: move the remaining content from xfs.h to xfs_platform.h
Christoph Hellwig
2
-17
/
+16
2026-01-21
xfs: include global headers first in xfs_platform.h
Christoph Hellwig
1
-14
/
+10
2026-01-21
xfs: rename xfs_linux.h to xfs_platform.h
Christoph Hellwig
2
-4
/
+4
2026-01-21
xfs: factor out a xlog_write_space_advance helper
Christoph Hellwig
1
-12
/
+20
2026-01-21
xfs: improve the iclog space assert in xlog_write_iovec
Christoph Hellwig
1
-1
/
+1
2026-01-21
xfs: add a xlog_write_space_left helper
Christoph Hellwig
1
-9
/
+13
2026-01-21
xfs: improve the calling convention for the xlog_write helpers
Christoph Hellwig
1
-110
/
+77
2026-01-21
xfs: regularize iclog space accounting in xlog_write_partial
Christoph Hellwig
1
-3
/
+4
2026-01-21
xfs: move struct xfs_log_vec to xfs_log_priv.h
Christoph Hellwig
2
-12
/
+12
2026-01-21
xfs: move struct xfs_log_iovec to xfs_log_priv.h
Christoph Hellwig
2
-7
/
+6
2026-01-21
xfs: improve the ->iop_format interface
Christoph Hellwig
14
-194
/
+180
2026-01-21
xfs: set lv_bytes in xlog_write_one_vec
Christoph Hellwig
1
-2
/
+3
2026-01-21
xfs: add a xlog_write_one_vec helper
Christoph Hellwig
3
-24
/
+24
2026-01-19
Linux 6.19-rc6
v6.19-rc6
Linus Torvalds
1
-1
/
+1
2026-01-19
Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-269
/
+170
2026-01-19
Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-16
/
+4
2026-01-19
Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-1
/
+4
2026-01-19
Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
20
-73
/
+168
2026-01-19
Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
11
-50
/
+33
2026-01-18
Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2026-01-18
Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
22
-67
/
+166
2026-01-18
Merge tag 'i2c-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-12
/
+62
2026-01-18
Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-8
/
+12
2026-01-18
Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+21
2026-01-18
Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2026-01-18
Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-56
/
+59
2026-01-18
Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-12
/
+16
2026-01-18
Merge tag 'irq-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2026-01-18
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-18
ext4: add missing down_write_data_sem in mext_move_extent().
Julian Sun
1
-0
/
+2
2026-01-18
ext4: fix ext4_tune_sb_params padding
Arnd Bergmann
1
-1
/
+1
2026-01-18
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-68
/
+41
2026-01-18
Merge tag 'loongarch-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-49
/
+52
2026-01-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+6
2026-01-17
selftests/x86: Add selftests include path for kselftest.h after centralization
Bala-Vignesh-Reddy
1
-0
/
+1
2026-01-17
Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-10
/
+38
2026-01-17
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2026-01-17
LoongArch: KVM: Fix kvm_device leak in kvm_pch_pic_destroy()
Qiang Ma
1
-0
/
+1
[next]