aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-3/+11
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+1
2023-09-06drbd: swap bvec_set_page len and offsetGravatar Christoph Böhmwalder 1-1/+1
2023-09-01null_blk: fix poll request timeout handlingGravatar Chengming Zhou 1-2/+10
2023-08-30rbd: use list_for_each_entry() helperGravatar Jinjie Ruan 1-3/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-29/+340
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+5
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 4-10/+7
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Christian Brauner 2-30/+20
2023-08-21amiflop: don't call fsync_bdev in FDFMTBEGGravatar Christoph Hellwig 1-1/+0
2023-08-21floppy: call disk_force_media_change when changing the formatGravatar Christoph Hellwig 1-1/+1
2023-08-21block: simplify the disk_force_media_change interfaceGravatar Christoph Hellwig 1-3/+3
2023-08-21nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlGravatar Christoph Hellwig 1-5/+3
2023-08-20ublk: zoned: support REQ_OP_ZONE_RESET_ALLGravatar Ming Lei 1-2/+5
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-08-18drivers/rnbd: restore sysfs interface to rnbd-clientGravatar Li Zhijian 1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-12/+20
2023-08-16drivers/rnbd: restore sysfs interface to rnbd-clientGravatar Li Zhijian 1-1/+1
2023-08-15genetlink: remove userhdr from struct genl_infoGravatar Jakub Kicinski 1-4/+5
2023-08-15ublk: Switch to memdup_user_nul() helperGravatar Ruan Jinjie 1-8/+3
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-12/+20
2023-08-11ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchGravatar Ming Lei 1-1/+3
2023-08-10swim3: mark swim3_init() staticGravatar Arnd Bergmann 1-1/+1
2023-08-10ublk: Fix signedness bug returning warningGravatar Li Zetao 1-2/+2
2023-08-08ublk: enable zoned storage supportGravatar Andreas Hindborg 1-15/+316
2023-08-08ublk: move check for empty address field on command submissionGravatar Andreas Hindborg 1-5/+9
2023-08-08ublk: add helper to check if device supports user copyGravatar Andreas Hindborg 1-1/+6
2023-08-05zram: take device and not only bvec offset into accountGravatar Christoph Hellwig 1-12/+20
2023-08-02rbd: prevent busy loop when requesting exclusive lockGravatar Ilya Dryomov 1-13/+15
2023-07-28Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-38/+86
2023-07-28Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+7
2023-07-27ublk: return -EINTR if breaking from waiting for existed users in DEL_DEVGravatar Ming Lei 1-2/+2
2023-07-27ublk: fail to recover device if queue setup is interruptedGravatar Ming Lei 1-1/+3
2023-07-27ublk: fail to start device if queue setup is interruptedGravatar Ming Lei 1-1/+2
2023-07-26rbd: retrieve and check lock owner twice before blocklistingGravatar Ilya Dryomov 1-2/+23
2023-07-26rbd: harden get_lock_owner_info() a bitGravatar Ilya Dryomov 1-6/+15
2023-07-26rbd: make get_lock_owner_info() return a single locker or NULLGravatar Ilya Dryomov 1-33/+51
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+38
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultGravatar Mauricio Faria de Oliveira 1-2/+34
2023-07-21loop: deprecate autoloading callback loop_probe()Gravatar Mauricio Faria de Oliveira 1-0/+4
2023-07-17nbd: automatically load module on genl accessGravatar Thomas Weißschuh 1-0/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesGravatar Martin K. Petersen 2-30/+20
2023-07-05scsi: block: virtio_blk: Set zone limits before revalidating zonesGravatar Damien Le Moal 1-19/+15
2023-07-05scsi: block: nullblk: Set zone limits before revalidating zonesGravatar Damien Le Moal 1-11/+5
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