aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 31-785/+922
2023-06-24drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()Gravatar David Howells 1-4/+8
2023-06-21ublk: make ublk_chr_class a static const structureGravatar Ivan Orlov 1-7/+8
2023-06-21aoe: make aoe_class a static const structureGravatar Ivan Orlov 1-13/+17
2023-06-21block/rnbd: make all 'class' structures constGravatar Ivan Orlov 2-19/+23
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Gravatar Michael S. Tsirkin 1-45/+37
2023-06-20swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openGravatar Christoph Hellwig 1-1/+1
2023-06-19zram: further limit recompression thresholdGravatar Sergey Senozhatsky 1-1/+1
2023-06-14brd: use cond_resched instead of cond_resched_rcuGravatar Pankaj Raghav 1-1/+1
2023-06-13swim3: fix the floppy_locked_ioctl prototypeGravatar Christoph Hellwig 1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 21-98/+93
2023-06-12rnbd-srv: replace sess->open_flags with a "bool readonly"Gravatar Christoph Hellwig 3-11/+9
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 5-23/+27
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathGravatar Christoph Hellwig 1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 13-17/+16
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 14-66/+63
2023-06-12block: pass a gendisk on bdev_check_media_changeGravatar Christoph Hellwig 5-14/+14
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGravatar Guoqing Jiang 1-6/+3
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGravatar Guoqing Jiang 1-5/+3
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGravatar Guoqing Jiang 1-4/+3
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGravatar Guoqing Jiang 2-8/+8
2023-06-11block/rnbd-srv: no need to check sess_devGravatar Guoqing Jiang 1-1/+1
2023-06-11block/rnbd: introduce rnbd_access_modesGravatar Guoqing Jiang 6-32/+16
2023-06-11block/rnbd-srv: remove unused headerGravatar Guoqing Jiang 1-1/+0
2023-06-11block/rnbd: kill rnbd_flags_supportedGravatar Guoqing Jiang 1-22/+0
2023-06-09Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2023-06-07pktcdvd: Sort headersGravatar Andy Shevchenko 1-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Gravatar Andy Shevchenko 1-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Gravatar Andy Shevchenko 1-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeGravatar Andy Shevchenko 1-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tGravatar Andy Shevchenko 1-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationGravatar Andy Shevchenko 1-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Gravatar Andy Shevchenko 1-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Gravatar Andy Shevchenko 1-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosGravatar Andy Shevchenko 1-118/+129
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addGravatar Zhong Jinghua 1-1/+2
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldGravatar Ilya Dryomov 1-7/+23
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingGravatar Ilya Dryomov 1-11/+21
2023-06-05null_blk: Fix: memory release when memory_backed=1Gravatar Nitesh Shetty 1-0/+1
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 6-7/+9
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Gravatar Christoph Hellwig 2-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESGravatar Ming Lei 1-0/+21
2023-05-31floppy: use __bio_add_page for adding single page to bioGravatar Johannes Thumshirn 1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioGravatar Johannes Thumshirn 1-1/+1
2023-05-31drbd: use __bio_add_page to add page to bioGravatar Johannes Thumshirn 1-3/+1
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2023-05-24xen/blkfront: Only check REQ_FUA for writesGravatar Ross Lagerwall 1-1/+2
2023-05-20ublk: fix build warning on iov_iter_get_pages2Gravatar Ming Lei 1-1/+2