index
:
linux-stable.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.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
*
md: make bitmap file support optional
Christoph Hellwig
2023-07-27
3
-0
/
+32
*
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2023-07-27
2
-27
/
+39
*
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
2023-07-27
1
-9
/
+8
*
md-bitmap: cleanup read_sb_page
Christoph Hellwig
2023-07-27
1
-12
/
+11
*
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
2023-07-27
1
-71
/
+70
*
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
2023-07-27
1
-6
/
+4
*
md-bitmap: split file writes into a separate helper
Christoph Hellwig
2023-07-27
1
-24
/
+24
*
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
2023-07-27
1
-10
/
+2
*
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
2023-07-27
1
-8
/
+4
*
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
2023-07-27
1
-13
/
+8
*
md: enhance checking in md_check_recovery()
Yu Kuai
2023-07-27
1
-7
/
+15
*
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
2023-07-27
1
-1
/
+1
*
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2023-07-27
2
-4
/
+21
*
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2023-07-27
2
-0
/
+8
*
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
2023-07-27
1
-16
/
+45
*
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2023-07-27
2
-18
/
+2
*
block: cleanup bio_integrity_prep
Jinyoung Choi
2023-07-25
1
-5
/
+1
*
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
2023-07-24
2
-7
/
+12
*
scsi: Remove a blk_mq_run_hw_queues() call
Bart Van Assche
2023-07-24
1
-1
/
+1
*
scsi: Inline scsi_kick_queue()
Bart Van Assche
2023-07-24
1
-7
/
+2
*
block: don't pass a bio to bio_try_merge_hw_seg
Christoph Hellwig
2023-07-24
1
-9
/
+7
*
block: move the bi_size update out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-37
/
+20
*
block: downgrade a bio_full call in bio_add_page
Christoph Hellwig
2023-07-24
1
-1
/
+1
*
block: move the bi_size overflow check in __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-4
/
+5
*
block: move the bi_vcnt check out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-23
/
+22
*
block: move the BIO_CLONED checks out of __bio_try_merge_page
Christoph Hellwig
2023-07-24
1
-3
/
+6
*
block: use SECTOR_SHIFT bio_add_hw_page
Christoph Hellwig
2023-07-24
1
-1
/
+1
*
block: tidy up the bio full checks in bio_add_hw_page
Christoph Hellwig
2023-07-24
1
-6
/
+4
*
block: refactor to use helper
Nitesh Shetty
2023-07-20
1
-3
/
+1
*
blk-flush: reuse rq queuelist in flush state machine
Chengming Zhou
2023-07-17
2
-8
/
+10
*
blk-flush: count inflight flush_data requests
Chengming Zhou
2023-07-17
2
-7
/
+7
*
blk-flush: fix rq->flush.seq for post-flush requests
Chengming Zhou
2023-07-17
1
-1
/
+1
*
blk-mq: use percpu csd to remote complete instead of per-rq csd
Chengming Zhou
2023-07-17
2
-10
/
+7
*
block: don't allow enabling a cache on devices that don't support it
Christoph Hellwig
2023-07-17
3
-6
/
+13
*
block: cleanup queue_wc_store
Christoph Hellwig
2023-07-17
1
-11
/
+3
*
nbd: automatically load module on genl access
Thomas Weißschuh
2023-07-17
1
-0
/
+1
*
blk-wbt: Replace strlcpy with strscpy
Azeem Shaikh
2023-07-17
1
-4
/
+4
*
kyber: Replace strlcpy with strscpy
Azeem Shaikh
2023-07-17
1
-4
/
+4
*
Linux 6.5-rc2
v6.5-rc2
Linus Torvalds
2023-07-16
1
-1
/
+1
*
Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2023-07-16
3
-22
/
+18
|
\
|
*
xtensa: fix unaligned and load/store configuration interaction
Max Filippov
2023-07-10
2
-21
/
+16
|
*
xtensa: ISS: fix call to split_if_spec
Max Filippov
2023-07-10
1
-1
/
+1
|
*
xtensa: ISS: add comment about etherdev freeing
Max Filippov
2023-07-10
1
-0
/
+1
*
|
Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-07-16
1
-0
/
+7
|
\
\
|
*
|
perf/x86: Fix lockdep warning in for_each_sibling_event() on SPR
Namhyung Kim
2023-07-10
1
-0
/
+7
|
|
/
*
|
Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2023-07-16
2
-2
/
+2
|
\
\
|
*
|
iov_iter: Mark copy_iovec_from_user() noclone
Peter Zijlstra
2023-07-10
1
-1
/
+1
|
*
|
objtool: initialize all of struct elf
Michal Kubecek
2023-07-10
1
-1
/
+1
|
|
/
*
|
Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-07-16
5
-12
/
+29
|
\
\
|
*
|
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2023-07-10
4
-11
/
+28
[next]