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
2025-04-25
ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
Ming Lei
1
-11
/
+3
2025-04-24
block: don't autoload drivers on blk-cgroup configuration
Christoph Hellwig
1
-1
/
+1
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
4
-7
/
+7
2025-04-24
block: remove the backing_inode variable in bdev_statx
Christoph Hellwig
1
-7
/
+4
2025-04-24
block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
Christoph Hellwig
2
-4
/
+3
2025-04-24
block: never reduce ra_pages in blk_apply_bdi_limits
Christoph Hellwig
1
-1
/
+7
2025-04-24
selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutils
Uday Shankar
1
-2
/
+2
2025-04-24
Merge tag 'nvme-6.15-2025-04-24' of git://git.infradead.org/nvme into block-6.15
Jens Axboe
1
-0
/
+3
2025-04-23
selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'
Ming Lei
1
-3
/
+0
2025-04-23
selftests: ublk: fix recover test
Ming Lei
2
-1
/
+2
2025-04-23
block: hoist block size validation code to a separate function
Darrick J. Wong
2
-6
/
+28
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
4
-1
/
+43
2025-04-22
nvmet: fix out-of-bounds access in nvmet_enable_port
Richard Weinberger
1
-0
/
+3
2025-04-17
Merge tag 'nvme-6.15-2025-04-17' of git://git.infradead.org/nvme into block-6.15
Jens Axboe
4
-39
/
+67
2025-04-17
Merge tag 'md-6.15-20250416' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
3
-13
/
+19
2025-04-17
selftests: ublk: add generic_06 for covering fault inject
Uday Shankar
5
-3
/
+155
2025-04-17
ublk: simplify aborting ublk request
Ming Lei
1
-62
/
+20
2025-04-17
ublk: remove __ublk_quiesce_dev()
Ming Lei
1
-17
/
+2
2025-04-17
ublk: improve detection and handling of ublk server exit
Uday Shankar
1
-100
/
+123
2025-04-17
ublk: move device reset into ublk_ch_release()
Ming Lei
1
-49
/
+72
2025-04-17
ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io
Ming Lei
1
-14
/
+17
2025-04-17
ublk: add ublk_force_abort_dev()
Ming Lei
1
-13
/
+8
2025-04-17
ublk: properly serialize all FETCH_REQs
Uday Shankar
1
-28
/
+49
2025-04-17
selftests: ublk: move creating UBLK_TMP into _prep_test()
Ming Lei
1
-1
/
+1
2025-04-17
selftests: ublk: add test_stress_05.sh
Ming Lei
2
-0
/
+65
2025-04-17
selftests: ublk: support user recovery
Ming Lei
6
-10
/
+230
2025-04-17
selftests: ublk: support target specific command line
Ming Lei
3
-12
/
+95
2025-04-17
selftests: ublk: increase max nr_queues and queue depth
Ming Lei
2
-3
/
+3
2025-04-17
selftests: ublk: set queue pthread's cpu affinity
Ming Lei
2
-8
/
+159
2025-04-17
selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...
Ming Lei
1
-1
/
+3
2025-04-17
selftests: ublk: add two stress tests for zero copy feature
Ming Lei
3
-0
/
+77
2025-04-17
selftests: ublk: run stress tests in parallel
Ming Lei
3
-49
/
+63
2025-04-17
selftests: ublk: make sure _add_ublk_dev can return in sub-shell
Ming Lei
4
-22
/
+39
2025-04-17
selftests: ublk: cleanup backfile automatically
Ming Lei
12
-89
/
+70
2025-04-17
selftests: ublk: add io_uring uapi header
Ming Lei
1
-0
/
+1
2025-04-17
selftests: ublk: fix ublk_find_tgt()
Ming Lei
2
-2
/
+3
2025-04-16
block: integrity: Do not call set_page_dirty_lock()
Martin K. Petersen
1
-11
/
+6
2025-04-16
md/raid1: Add check for missing source disk in process_checks()
Meir Elisha
1
-10
/
+16
2025-04-16
nvmet: pci-epf: cleanup link state management
Damien Le Moal
1
-6
/
+8
2025-04-16
nvmet: pci-epf: clear CC and CSTS when disabling the controller
Damien Le Moal
1
-17
/
+32
2025-04-16
nvmet: pci-epf: always fully initialize completion entries
Damien Le Moal
1
-7
/
+18
2025-04-16
nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()
Damien Le Moal
1
-1
/
+1
2025-04-16
nvme-multipath: sysfs links may not be created for devices
Hannes Reinecke
1
-7
/
+7
2025-04-16
nvme: fixup scan failure for non-ANA multipath controllers
Hannes Reinecke
1
-1
/
+1
2025-04-16
ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y
Caleb Sander Mateos
1
-6
/
+0
2025-04-16
loop: stop using vfs_iter_{read,write} for buffered I/O
Christoph Hellwig
1
-95
/
+17
2025-04-15
loop: LOOP_SET_FD: send uevents for partitions
Thomas Weißschuh
1
-1
/
+2
2025-04-15
loop: properly send KOBJ_CHANGED uevent for disk device
Thomas Weißschuh
1
-2
/
+2
2025-04-15
loop: aio inherit the ioprio of original request
Yunlong Xing
1
-1
/
+1
2025-04-14
block: fix resource leak in blk_register_queue() error path
Zheng Qixing
1
-0
/
+2
[next]