index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: move setting the cache control flags to __nbd_set_size
Christoph Hellwig
2024-06-19
1
-10
/
+7
*
virtio_blk: remove virtblk_update_cache_mode
Christoph Hellwig
2024-06-19
1
-10
/
+3
*
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
2024-06-19
1
-19
/
+4
*
loop: also use the default block size from an underlying block device
Christoph Hellwig
2024-06-19
1
-1
/
+7
*
loop: regularize upgrading the block size for direct I/O
Christoph Hellwig
2024-06-19
1
-10
/
+15
*
loop: always update discard settings in loop_reconfigure_limits
Christoph Hellwig
2024-06-19
1
-6
/
+4
*
loop: stop using loop_reconfigure_limits in __loop_clr_fd
Christoph Hellwig
2024-06-19
1
-1
/
+9
*
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
2024-06-19
2
-20
/
+10
*
sd: remove sd_is_zoned
Christoph Hellwig
2024-06-19
3
-19
/
+5
*
xen-blkfront: don't disable cache flushes when they fail
Christoph Hellwig
2024-06-19
1
-21
/
+23
*
block: move integrity information into queue_limits
Christoph Hellwig
2024-06-14
21
-497
/
+289
*
block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
Christoph Hellwig
2024-06-14
3
-13
/
+13
*
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
2024-06-14
3
-11
/
+10
*
block: don't require stable pages for non-PI metadata
Christoph Hellwig
2024-06-14
1
-2
/
+4
*
block: use kstrtoul in flag_store
Christoph Hellwig
2024-06-14
1
-2
/
+6
*
block: factor out flag_{store,show} helper for integrity
Christoph Hellwig
2024-06-14
1
-27
/
+26
*
block: remove the blk_flush_integrity call in blk_integrity_unregister
Christoph Hellwig
2024-06-14
1
-2
/
+0
*
block: remove the blk_integrity_profile structure
Christoph Hellwig
2024-06-14
18
-314
/
+215
*
dm-integrity: use the nop integrity profile
Christoph Hellwig
2024-06-14
2
-22
/
+2
*
md/raid1: don't free conf on raid0_run failure
Christoph Hellwig
2024-06-14
1
-11
/
+3
*
md/raid0: don't free conf on raid0_run failure
Christoph Hellwig
2024-06-14
1
-16
/
+5
*
block: initialize integrity buffer to zero before writing it to media
Christoph Hellwig
2024-06-14
1
-1
/
+10
*
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
2024-06-14
5
-53
/
+28
*
block: remove unused queue limits API
Christoph Hellwig
2024-06-14
2
-214
/
+0
*
sr: convert to the atomic queue limits API
Christoph Hellwig
2024-06-14
1
-17
/
+25
*
sd: convert to the atomic queue limits API
Christoph Hellwig
2024-06-14
3
-66
/
+85
*
sd: cleanup zoned queue limits initialization
Christoph Hellwig
2024-06-14
1
-10
/
+8
*
sd: factor out a sd_discard_mode helper
Christoph Hellwig
2024-06-14
1
-17
/
+20
*
sd: simplify the disable case in sd_config_discard
Christoph Hellwig
2024-06-14
1
-2
/
+1
*
sd: add a sd_disable_write_same helper
Christoph Hellwig
2024-06-14
1
-2
/
+8
*
sd: add a sd_disable_discard helper
Christoph Hellwig
2024-06-14
1
-2
/
+8
*
sd: simplify the ZBC case in provisioning_mode_store
Christoph Hellwig
2024-06-14
1
-5
/
+4
*
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
2024-06-14
4
-26
/
+13
*
rbd: increase io_opt again
Christoph Hellwig
2024-06-14
1
-1
/
+1
*
ubd: untagle discard vs write zeroes not support handling
Christoph Hellwig
2024-06-14
1
-4
/
+5
*
ubd: refactor the interrupt handler
Christoph Hellwig
2024-06-14
1
-31
/
+18
*
Linux 6.10-rc3
v6.10-rc3
Linus Torvalds
2024-06-09
1
-1
/
+1
*
Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...
Linus Torvalds
2024-06-09
19
-29
/
+118
|
\
|
*
perf bpf: Fix handling of minimal vmlinux.h file when interrupting the build
Namhyung Kim
2024-06-05
1
-0
/
+1
|
*
Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"
Arnaldo Carvalho de Melo
2024-06-05
1
-4
/
+2
|
*
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
2024-06-04
1
-0
/
+6
|
*
tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...
Arnaldo Carvalho de Melo
2024-06-03
1
-1
/
+3
|
*
tools headers UAPI: Update i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
2024-05-28
1
-3
/
+28
|
*
tools headers UAPI: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
2024-05-28
2
-4
/
+22
|
*
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2024-05-28
1
-5
/
+4
|
*
tools headers: Update the syscall tables and unistd.h, mostly to support the ...
Arnaldo Carvalho de Melo
2024-05-28
5
-2
/
+9
|
*
perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...
Arnaldo Carvalho de Melo
2024-05-27
1
-1
/
+7
|
*
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2024-05-27
1
-1
/
+2
|
*
tools headers UAPI: Sync fcntl.h with the kernel sources to pick F_DUPFD_QUERY
Arnaldo Carvalho de Melo
2024-05-27
2
-7
/
+9
|
*
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
2024-05-27
1
-0
/
+22
[next]