summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov
2023-06-05null_blk: Fix: memory release when memory_backed=1Nitesh Shetty
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-24xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall
2023-05-20ublk: fix build warning on iov_iter_get_pages2Ming Lei
2023-05-19ublk: support user copyMing Lei
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei
2023-05-19ublk: support to copy any part of request pagesMing Lei
2023-05-19ublk: grab request reference when the request is handled by userspaceMing Lei
2023-05-19ublk: cleanup ublk_copy_user_pagesMing Lei
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei
2023-05-19ublk: kill queuing request by task_work_addMing Lei
2023-05-18ublk: fix AB-BA lockdep warningMing Lei
2023-05-16brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav
2023-05-12ublk: fix command op code checkMing Lei
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao
2023-05-03ublk: add timeout handlerMing Lei
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27block nbd: use req.cookie instead of req.handleEric Blake
2023-04-27Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni
2023-04-25xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross
2023-04-25xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross
2023-04-25xen/blkback: remove stale prototypeJuergen Gross
2023-04-25xen/blkback: fix white space code style issuesJuergen Gross
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua
2023-04-20ublk: don't return 0 in case of any failureMing Lei