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.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-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
2023-04-17
btrfs: simplify the bioc argument for handle_ops_on_dev_replace()
Qu Wenruo
1
-4
/
+2
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
4
-42
/
+62
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
5
-60
/
+66
2023-04-17
btrfs: move all btree inode initialization into btrfs_init_btree_inode
Christoph Hellwig
1
-7
/
+14
2023-04-17
btrfs: switch search_file_offset_in_bio to return bool
Anand Jain
1
-4
/
+4
2023-04-17
btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sums
Anand Jain
1
-5
/
+4
2023-04-17
btrfs: open code btrfs_csum_ptr
Johannes Thumshirn
1
-8
/
+2
2023-04-17
btrfs: raid56: no need for irqsafe locking
Christoph Hellwig
1
-28
/
+22
2023-04-17
btrfs: abort the transaction if we get an error during snapshot drop
Josef Bacik
1
-0
/
+2
2023-04-17
btrfs: handle errors in walk_down_tree properly
Josef Bacik
1
-4
/
+4
2023-04-17
btrfs: drop root refs properly when orphan cleanup fails
Josef Bacik
1
-2
/
+2
2023-04-17
btrfs: add missing iputs on orphan cleanup failure
Josef Bacik
1
-1
/
+4
2023-04-17
btrfs: handle errors from btrfs_read_node_slot in split
Josef Bacik
1
-27
/
+26
2023-04-17
btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slot
Josef Bacik
1
-1
/
+1
2023-04-17
btrfs: use btrfs_handle_fs_error in btrfs_fill_super
Josef Bacik
1
-0
/
+1
2023-04-17
Linux 6.3-rc7
v6.3-rc7
Linus Torvalds
1
-1
/
+1
2023-04-16
Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+10
2023-04-16
Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-04-16
Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-0
/
+8
2023-04-16
Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-139
/
+138
2023-04-16
Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
Linus Torvalds
1
-9
/
+14
2023-04-16
kbuild: do not create intermediate *.tar for tar packages
Masahiro Yamada
1
-17
/
+9
2023-04-16
kbuild: do not create intermediate *.tar for source tarballs
Masahiro Yamada
1
-7
/
+17
2023-04-16
kbuild: merge cmd_archive_linux and cmd_archive_perf
Masahiro Yamada
1
-10
/
+9
2023-04-16
init/initramfs: Fix argument forwarding to panic() in panic_show_mem()
Benjamin Gray
1
-9
/
+2
2023-04-16
initramfs: Check negative timestamp to prevent broken cpio archive
Benjamin Gray
1
-3
/
+9
2023-04-16
Merge tag '6.3-rc6-smb311-client-negcontext-fix' of git://git.samba.org/sfren...
Linus Torvalds
1
-10
/
+31
2023-04-16
Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+17
2023-04-16
cifs: fix negotiate context parsing
David Disseldorp
1
-10
/
+31
2023-04-15
Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-46
/
+49
2023-04-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-12
/
+8
2023-04-15
Merge tag 'block-6.3-2023-04-14' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2023-04-15
Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-04-14
Merge tag 'riscv-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-57
/
+62
2023-04-14
Merge tag 'acpi-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-0
/
+8
2023-04-14
Merge tag 'pm-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-10
/
+8
2023-04-14
Merge tag 'thermal-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+66
2023-04-14
Merge tag 'sound-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
7
-10
/
+56
2023-04-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-41
/
+65
2023-04-14
Merge branch 'acpi-x86'
Rafael J. Wysocki
1
-0
/
+1
2023-04-14
io_uring: complete request via task work in case of DEFER_TASKRUN
Ming Lei
1
-1
/
+1
2023-04-14
Merge branch 'nvme-6.3' of git://git.infradead.org/nvme into block-6.3
Jens Axboe
1
-0
/
+2
2023-04-14
ALSA: hda/hdmi: disable KAE for Intel DG2
Kai Vehmanen
1
-1
/
+1
2023-04-14
nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
Duy Truong
1
-0
/
+2
2023-04-14
riscv: No need to relocate the dtb as it lies in the fixmap region
Alexandre Ghiti
1
-19
/
+2
2023-04-14
riscv: Do not set initial_boot_params to the linear address of the dtb
Alexandre Ghiti
1
-4
/
+1
2023-04-14
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
5
-33
/
+51
2023-04-14
Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-39
/
+150
2023-04-14
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-8
/
+14
2023-04-14
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
65
-517
/
+990
[next]