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.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
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-07
1
-20
/
+20
|
\
|
*
io_uring: Pass whole sqe to commands
Breno Leitao
2023-05-04
1
-13
/
+13
*
|
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-06
6
-8
/
+35
|
\
\
|
*
|
ublk: add timeout handler
Ming Lei
2023-05-03
1
-0
/
+31
|
*
|
drbd: correctly submit flush bio on barrier
Christoph Böhmwalder
2023-05-03
1
-1
/
+1
|
*
|
block nbd: use req.cookie instead of req.handle
Eric Blake
2023-04-27
1
-3
/
+3
|
*
|
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
2023-04-25
4
-4
/
+0
*
|
|
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
3
-247
/
+138
|
\
\
\
|
*
|
|
zram: return errors from read_from_bdev_sync
Christoph Hellwig
2023-04-18
1
-3
/
+4
|
*
|
|
zram: fix synchronous reads
Christoph Hellwig
2023-04-18
1
-38
/
+22
|
*
|
|
zram: don't return errors from read_from_bdev_async
Christoph Hellwig
2023-04-18
1
-12
/
+4
|
*
|
|
zram: pass a page to read_from_bdev
Christoph Hellwig
2023-04-18
1
-27
/
+16
|
*
|
|
zram: refactor zram_bdev_write
Christoph Hellwig
2023-04-18
1
-19
/
+19
|
*
|
|
zram: don't pass a bvec to __zram_bvec_write
Christoph Hellwig
2023-04-18
1
-10
/
+4
|
*
|
|
zram: refactor zram_bdev_read
Christoph Hellwig
2023-04-18
1
-20
/
+20
|
*
|
|
zram: directly call zram_read_page in writeback_store
Christoph Hellwig
2023-04-18
1
-10
/
+4
|
*
|
|
zram: rename __zram_bvec_read to zram_read_page
Christoph Hellwig
2023-04-18
1
-4
/
+4
|
*
|
|
zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
Christoph Hellwig
2023-04-18
1
-12
/
+5
|
*
|
|
zram: refactor highlevel read and write handling
Christoph Hellwig
2023-04-18
1
-28
/
+30
|
*
|
|
zram: return early on error in zram_bvec_rw
Christoph Hellwig
2023-04-18
1
-9
/
+9
|
*
|
|
zram: move discard handling to zram_submit_bio
Christoph Hellwig
2023-04-18
1
-10
/
+13
|
*
|
|
zram: simplify bvec iteration in __zram_make_request
Christoph Hellwig
2023-04-18
1
-31
/
+11
|
*
|
|
zram: make zram_bio_discard more self-contained
Christoph Hellwig
2023-04-18
1
-9
/
+7
|
*
|
|
zram: remove valid_io_request
Christoph Hellwig
2023-04-18
2
-34
/
+1
|
*
|
|
zram: always compile read_from_bdev_sync
Christoph Hellwig
2023-04-18
1
-12
/
+6
|
*
|
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-05
1
-1
/
+1
|
*
|
|
floppy: fix MAX_ORDER usage
Kirill A. Shutemov
2023-04-05
1
-2
/
+2
*
|
|
|
Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-27
2
-111
/
+118
|
\
\
\
\
|
*
|
|
|
xen/blkback: move blkif_get_x86_*_req() into blkback.c
Juergen Gross
2023-04-25
2
-96
/
+104
|
*
|
|
|
xen/blkback: simplify free_persistent_gnts() interface
Juergen Gross
2023-04-25
1
-10
/
+10
|
*
|
|
|
xen/blkback: remove stale prototype
Juergen Gross
2023-04-25
1
-1
/
+0
|
*
|
|
|
xen/blkback: fix white space code style issues
Juergen Gross
2023-04-25
2
-4
/
+4
*
|
|
|
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
7
-60
/
+39
|
\
\
\
\
\
|
*
|
|
|
|
zram: fix up permission for the hot_add sysfs file
Greg Kroah-Hartman
2023-04-18
1
-1
/
+3
|
*
|
|
|
|
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
4
-47
/
+63
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
pktcdvd: simplify the class_pktcdvd logic
Greg Kroah-Hartman
2023-04-02
1
-28
/
+12
|
*
|
|
|
|
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
2
-9
/
+8
|
*
|
|
|
|
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-19
/
+15
|
*
|
|
|
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
4
-4
/
+4
|
*
|
|
|
|
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
2
-2
/
+0
*
|
|
|
|
|
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
16
-341
/
+491
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
nbd: fix incomplete validation of ioctl arg
Zhong Jinghua
2023-04-20
1
-0
/
+6
|
*
|
|
|
|
ublk: don't return 0 in case of any failure
Ming Lei
2023-04-20
1
-0
/
+1
|
*
|
|
|
|
null_blk: Always check queue mode setting from configfs
Chaitanya Kulkarni
2023-04-18
1
-0
/
+5
|
*
|
|
|
|
block: ublk: switch to ioctl command encoding
Ming Lei
2023-04-18
2
-13
/
+51
|
*
|
|
|
|
block: null_blk: make fault-injection dynamically configurable per device
Akinobu Mita
2023-04-13
3
-23
/
+79
|
*
|
|
|
|
block: ublk_drv: cleanup 'struct ublk_map_data'
Ming Lei
2023-04-02
1
-15
/
+12
|
*
|
|
|
|
block: ublk_drv: clean up several helpers
Ming Lei
2023-04-02
1
-13
/
+5
|
*
|
|
|
|
block: ublk_drv: add two helpers to clean up map/unmap request
Ming Lei
2023-04-02
1
-5
/
+14
|
*
|
|
|
|
block: ublk_drv: don't consider flush request in map/unmap io
Ming Lei
2023-04-02
1
-7
/
+3
[next]