开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-11
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
2023-06-11
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
2023-06-11
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
2023-06-11
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2023-06-11
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
2023-06-11
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
2023-06-11
block/rnbd-srv: remove unused header
Guoqing Jiang
2023-06-11
block/rnbd: kill rnbd_flags_supported
Guoqing Jiang
2023-06-07
pktcdvd: Sort headers
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of redundant 'else'
Andy Shevchenko
2023-06-07
pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()
Andy Shevchenko
2023-06-07
pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify code
Andy Shevchenko
2023-06-07
pktcdvd: Drop redundant castings for sector_t
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of pkt_seq_show() forward declaration
Andy Shevchenko
2023-06-07
pktcdvd: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-06-07
pktcdvd: replace sscanf() by kstrtoul()
Andy Shevchenko
2023-06-07
pktcdvd: Get rid of custom printing macros
Andy Shevchenko
2023-06-07
nbd: Add the maximum limit of allocated index in nbd_dev_add
Zhong Jinghua
2023-06-05
mtd: block2mtd: don't call early_lookup_bdev after the system is running
Christoph Hellwig
2023-06-05
mtd: block2mtd: factor the early block device open logic into a helper
Christoph Hellwig
2023-06-05
dm: only call early_lookup_bdev from early boot context
Christoph Hellwig
2023-06-05
dm: remove dm_get_dev_t
Christoph Hellwig
2023-06-05
dm: open code dm_get_dev_t in dm_init_init
Christoph Hellwig
2023-06-05
dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr
Christoph Hellwig
2023-06-05
init: improve the name_to_dev_t interface
Christoph Hellwig
2023-06-05
driver core: return bool from driver_probe_done
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-06-05
drbd: stop defining __KERNEL_SYSCALLS__
Christoph Hellwig
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
2023-06-01
dm-crypt: use __bio_add_page to add single page to clone bio
Johannes Thumshirn
2023-06-01
md: raid1: check if adding pages to resync bio fails
Johannes Thumshirn
2023-06-01
md: raid1: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-06-01
md: check for failure when adding pages in alloc_behind_master_bio
Johannes Thumshirn
2023-05-31
floppy: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
2023-05-31
md: raid5: use __bio_add_page to add single page to new bio
Johannes Thumshirn
2023-05-31
md: raid5-log: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
md: use __bio_add_page to add single page
Johannes Thumshirn
2023-05-31
dm: dm-zoned: use __bio_add_page for adding single metadata page
Johannes Thumshirn
2023-05-31
drbd: use __bio_add_page to add page to bio
Johannes Thumshirn
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
2023-05-20
ublk: fix build warning on iov_iter_get_pages2
Ming Lei
2023-05-19
ublk: support user copy
Ming Lei
2023-05-19
ublk: add read()/write() support for ublk char device
Ming Lei
2023-05-19
ublk: support to copy any part of request pages
Ming Lei
2023-05-19
ublk: grab request reference when the request is handled by userspace
Ming Lei
2023-05-19
ublk: cleanup ublk_copy_user_pages
Ming Lei
2023-05-19
ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()
Ming Lei
[next]