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 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-4
/
+8
|
\
|
*
drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
2023-06-24
1
-4
/
+8
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-1
/
+1
|
\
\
|
*
|
zram: further limit recompression threshold
Sergey Senozhatsky
2023-06-19
1
-1
/
+1
*
|
|
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
31
-785
/
+922
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ublk: make ublk_chr_class a static const structure
Ivan Orlov
2023-06-21
1
-7
/
+8
|
*
|
aoe: make aoe_class a static const structure
Ivan Orlov
2023-06-21
1
-13
/
+17
|
*
|
block/rnbd: make all 'class' structures const
Ivan Orlov
2023-06-21
2
-19
/
+23
|
*
|
swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_open
Christoph Hellwig
2023-06-20
1
-1
/
+1
|
*
|
brd: use cond_resched instead of cond_resched_rcu
Pankaj Raghav
2023-06-14
1
-1
/
+1
|
*
|
swim3: fix the floppy_locked_ioctl prototype
Christoph Hellwig
2023-06-13
1
-1
/
+1
|
*
|
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
21
-98
/
+93
|
*
|
rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
2023-06-12
3
-11
/
+9
|
*
|
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
5
-23
/
+27
|
*
|
rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
|
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
13
-17
/
+16
|
*
|
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
14
-66
/
+63
|
*
|
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
5
-14
/
+14
|
*
|
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
2023-06-11
1
-6
/
+3
|
*
|
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
2023-06-11
1
-5
/
+3
|
*
|
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
2023-06-11
1
-4
/
+3
|
*
|
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2023-06-11
2
-8
/
+8
|
*
|
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
2023-06-11
1
-1
/
+1
|
*
|
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
2023-06-11
6
-32
/
+16
|
*
|
block/rnbd-srv: remove unused header
Guoqing Jiang
2023-06-11
1
-1
/
+0
|
*
|
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
2023-06-11
1
-22
/
+0
|
*
|
pktcdvd: Sort headers
Andy Shevchenko
2023-06-07
1
-15
/
+16
|
*
|
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
2023-06-07
1
-7
/
+7
|
*
|
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
2023-06-07
1
-17
/
+14
|
*
|
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
2023-06-07
1
-20
/
+3
|
*
|
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
2023-06-07
1
-16
/
+10
|
*
|
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
2023-06-07
1
-76
/
+75
|
*
|
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-06-07
1
-1
/
+1
|
*
|
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
2023-06-07
1
-16
/
+18
|
*
|
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-07
1
-118
/
+129
|
*
|
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
2023-06-07
1
-1
/
+2
|
*
|
block: introduce holder ops
Christoph Hellwig
2023-06-05
6
-7
/
+9
|
*
|
drbd: stop defining __KERNEL_SYSCALLS__
Christoph Hellwig
2023-06-05
2
-2
/
+0
|
*
|
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-04
1
-0
/
+21
|
*
|
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
|
*
|
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
1
-1
/
+1
|
*
|
drbd: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-31
1
-3
/
+1
|
*
|
ublk: fix build warning on iov_iter_get_pages2
Ming Lei
2023-05-20
1
-1
/
+2
|
*
|
ublk: support user copy
Ming Lei
2023-05-19
1
-11
/
+47
|
*
|
ublk: add read()/write() support for ublk char device
Ming Lei
2023-05-19
1
-0
/
+151
|
*
|
ublk: support to copy any part of request pages
Ming Lei
2023-05-19
1
-7
/
+24
|
*
|
ublk: grab request reference when the request is handled by userspace
Ming Lei
2023-05-19
1
-3
/
+64
|
*
|
ublk: cleanup ublk_copy_user_pages
Ming Lei
2023-05-19
1
-63
/
+49
|
*
|
ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
Ming Lei
2023-05-19
1
-9
/
+11
|
*
|
ublk: kill queuing request by task_work_add
Ming Lei
2023-05-19
1
-38
/
+2
[next]