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.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-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
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
1
-17
/
+14
2023-06-07
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
1
-20
/
+3
2023-06-07
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
1
-16
/
+10
2023-06-07
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
1
-76
/
+75
2023-06-07
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-1
/
+1
2023-06-07
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
1
-16
/
+18
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
1
-118
/
+129
2023-06-07
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
1
-1
/
+2
2023-06-06
rbd: get snapshot context after exclusive lock is ensured to be held
Ilya Dryomov
1
-7
/
+23
2023-06-06
rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
Ilya Dryomov
1
-11
/
+21
2023-06-06
null_blk: Fix: memory release when memory_backed=1
Nitesh Shetty
1
-0
/
+1
2023-06-05
block: introduce holder ops
Christoph Hellwig
6
-7
/
+9
2023-06-05
drbd: stop defining __KERNEL_SYSCALLS__
Christoph Hellwig
2
-2
/
+0
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
1
-0
/
+21
2023-05-31
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-31
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-31
drbd: use __bio_add_page to add page to bio
Johannes Thumshirn
1
-3
/
+1
2023-05-27
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2023-05-24
xen/blkfront: Only check REQ_FUA for writes
Ross Lagerwall
1
-1
/
+2
2023-05-21
ublk: fix build warning on iov_iter_get_pages2
Ming Lei
1
-1
/
+2
2023-05-20
ublk: support user copy
Ming Lei
1
-11
/
+47
2023-05-20
ublk: add read()/write() support for ublk char device
Ming Lei
1
-0
/
+151
2023-05-20
ublk: support to copy any part of request pages
Ming Lei
1
-7
/
+24
2023-05-20
ublk: grab request reference when the request is handled by userspace
Ming Lei
1
-3
/
+64
2023-05-20
ublk: cleanup ublk_copy_user_pages
Ming Lei
1
-63
/
+49
2023-05-20
ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
Ming Lei
1
-9
/
+11
2023-05-20
ublk: kill queuing request by task_work_add
Ming Lei
1
-38
/
+2
2023-05-18
ublk: fix AB-BA lockdep warning
Ming Lei
1
-2
/
+7
2023-05-16
brd: use XArray instead of radix-tree to index backing pages
Pankaj Raghav
1
-69
/
+24
2023-05-12
ublk: fix command op code check
Ming Lei
1
-1
/
+1
2023-05-12
block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE
Guoqing Jiang
1
-1
/
+1
2023-05-12
nbd: Fix debugfs_create_dir error checking
Ivan Orlov
1
-2
/
+2
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-20
/
+20
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
6
-8
/
+35
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-13
/
+13
2023-05-03
ublk: add timeout handler
Ming Lei
1
-0
/
+31
2023-05-03
drbd: correctly submit flush bio on barrier
Christoph Böhmwalder
1
-1
/
+1
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-247
/
+138
2023-04-28
block nbd: use req.cookie instead of req.handle
Eric Blake
1
-3
/
+3
2023-04-28
Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-111
/
+118
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-60
/
+39
2023-04-26
Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
16
-341
/
+491
2023-04-25
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+9
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
4
-4
/
+0
2023-04-25
xen/blkback: move blkif_get_x86_*_req() into blkback.c
Juergen Gross
2
-96
/
+104
2023-04-25
xen/blkback: simplify free_persistent_gnts() interface
Juergen Gross
1
-10
/
+10
2023-04-25
xen/blkback: remove stale prototype
Juergen Gross
1
-1
/
+0
2023-04-25
xen/blkback: fix white space code style issues
Juergen Gross
2
-4
/
+4
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-6
/
+6
2023-04-20
nbd: fix incomplete validation of ioctl arg
Zhong Jinghua
1
-0
/
+6
[prev]
[next]