index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 'block-6.4-2023-06-09' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-09
1
-0
/
+1
|
\
|
*
null_blk: Fix: memory release when memory_backed=1
Nitesh Shetty
2023-06-05
1
-0
/
+1
*
|
rbd: get snapshot context after exclusive lock is ensured to be held
Ilya Dryomov
2023-06-06
1
-7
/
+23
*
|
rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
Ilya Dryomov
2023-06-06
1
-11
/
+21
*
|
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-27
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
xen/blkfront: Only check REQ_FUA for writes
Ross Lagerwall
2023-05-24
1
-1
/
+2
*
|
ublk: fix AB-BA lockdep warning
Ming Lei
2023-05-18
1
-2
/
+7
*
|
ublk: fix command op code check
Ming Lei
2023-05-12
1
-1
/
+1
*
|
block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
Guoqing Jiang
2023-05-12
1
-1
/
+1
*
|
nbd: Fix debugfs_create_dir error checking
Ivan Orlov
2023-05-12
1
-2
/
+2
*
|
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
[next]