Age | Commit message (Expand) | Author | Files | Lines |
2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -5/+5 |
2023-06-12 | scsi: replace the fmode_t argument to scsi_ioctl with a simple bool | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -3/+3 |
2023-06-12 | block: pass a gendisk on bdev_check_media_change | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | cdrom: remove the unused mode argument to cdrom_release | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | cdrom: remove the unused mode argument to cdrom_ioctl | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | cdrom: remove the unused bdev argument to cdrom_open | Christoph Hellwig | 1 | -1/+1 |
2023-05-23 | scsi: core: Support retrieving sub-pages of mode pages | Damien Le Moal | 1 | -1/+1 |
2023-04-03 | scsi: sr: Simplify the sr_open() function | Enze Li | 1 | -6/+1 |
2023-01-14 | scsi: sr: Convert to scsi_execute_cmd() | Mike Christie | 1 | -4/+7 |
2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 1 | -2/+2 |
2022-05-02 | scsi: sr: Add memory allocation failure handling for get_capabilities() | Enze Li | 1 | -6/+8 |
2022-04-07 | Merge branch '5.18/scsi-queue' into 5.18/scsi-fixes | Martin K. Petersen | 1 | -1/+1 |
2022-03-30 | scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling | Kevin Groeneveld | 1 | -1/+1 |
2022-03-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -15/+15 |
2022-03-15 | sr: simplify the local variable initialization in sr_block_open() | Lukas Bulwahn | 1 | -2/+2 |
2022-03-09 | sr: implement ->free_disk to simplify refcounting | Christoph Hellwig | 1 | -98/+26 |
2022-03-09 | scsi: don't use disk->private_data to find the scsi_driver | Christoph Hellwig | 1 | -3/+2 |
2022-03-02 | scsi: core: Remove struct scsi_request | Christoph Hellwig | 1 | -2/+0 |
2022-03-02 | scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd | Christoph Hellwig | 1 | -1/+1 |
2022-03-02 | scsi: core: Remove the sense and sense_len fields from struct scsi_request | Christoph Hellwig | 1 | -1/+1 |
2022-03-02 | scsi: core: Remove the cmd field from struct scsi_request | Christoph Hellwig | 1 | -11/+13 |
2022-01-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2021-12-23 | scsi: sr: Don't use GFP_DMA | Christoph Hellwig | 1 | -1/+1 |
2021-11-29 | scsi: remove the gendisk argument to scsi_ioctl | Christoph Hellwig | 1 | -3/+2 |
2021-11-29 | block: remove the gendisk argument to blk_execute_rq | Christoph Hellwig | 1 | -1/+1 |
2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 1 | -2/+2 |
2021-11-29 | sr: set GENHD_FL_REMOVABLE earlier | Christoph Hellwig | 1 | -2/+1 |
2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 1 | -0/+1 |
2021-11-29 | block: remove GENHD_FL_CD | Christoph Hellwig | 1 | -1/+0 |
2021-11-29 | block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags | Christoph Hellwig | 1 | -2/+3 |
2021-11-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+6 |
2021-10-29 | block: remove blk_{get,put}_request | Christoph Hellwig | 1 | -1/+1 |
2021-10-28 | scsi: sr: Remove duplicate assignment | Alexey Dobriyan | 1 | -1/+0 |
2021-10-22 | scsi: add a scsi_alloc_request helper | Christoph Hellwig | 1 | -1/+1 |
2021-10-19 | scsi: sr: Add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+6 |
2021-10-18 | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 1 | -0/+1 |
2021-09-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -72/+71 |
2021-08-31 | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+5 |
2021-08-23 | block: pass a request_queue to __blk_alloc_disk | Christoph Hellwig | 1 | -2/+2 |
2021-08-23 | block: remove the minors argument to __alloc_disk_node | Christoph Hellwig | 1 | -1/+2 |
2021-08-23 | block: remove alloc_disk and alloc_disk_node | Christoph Hellwig | 1 | -1/+3 |
2021-08-12 | Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging | Martin K. Petersen | 1 | -1/+1 |
2021-08-12 | scsi: sr: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -7/+6 |
2021-07-31 | scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver | Christoph Hellwig | 1 | -1/+55 |
2021-07-30 | scsi: sr: Return correct event when media event code is 3 | Li Manyi | 1 | -1/+1 |
2021-07-29 | scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() | Christoph Hellwig | 1 | -14/+2 |