Age | Commit message (Expand) | Author | Files | Lines |
2016-06-01 | sd: Fix rw_max for devices that report an optimal xfer size | Martin K. Petersen | 1 | -4/+4 |
2016-05-22 | sd: get disk reference in sd_check_events() | Hannes Reinecke | 1 | -2/+7 |
2016-04-12 | sd: switch to using blk_queue_write_cache() | Jens Axboe | 1 | -4/+4 |
2016-04-12 | block: add offset in blk_add_request_payload() | Ming Lin | 1 | -1/+1 |
2016-04-09 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -38/+9 |
2016-04-05 | scsi: Do not attach VPD to devices that don't support it | Hannes Reinecke | 1 | -18/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-31 | sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes | Martin K. Petersen | 1 | -20/+8 |
2016-03-14 | sd: Fix discard granularity when LBPRZ=1 | Martin K. Petersen | 1 | -1/+1 |
2016-03-08 | sd: Fix discard granularity when LBPRZ=1 | Martin K. Petersen | 1 | -1/+1 |
2016-02-04 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 1 | -2/+2 |
2016-02-04 | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled | Martin K. Petersen | 1 | -2/+2 |
2016-01-26 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 1 | -1/+1 |
2016-01-26 | SCSI: fix crashes in sd and sr runtime PM | Alan Stern | 1 | -2/+5 |
2016-01-20 | sd: Optimal I/O size is in bytes, not sectors | Martin K. Petersen | 1 | -1/+1 |
2015-12-21 | sd: Reject optimal transfer length smaller than page size | Martin K. Petersen | 1 | -3/+6 |
2015-12-03 | Merge branch 'mkp-fixes' into fixes | James Bottomley | 1 | -21/+48 |
2015-11-25 | block/sd: Fix device-imposed transfer length limits | Martin K. Petersen | 1 | -16/+30 |
2015-11-25 | sd: Make discard granularity match logical block size when LBPRZ=1 | Martin K. Petersen | 1 | -5/+18 |
2015-11-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2015-11-11 | sd: Clear PS bit before Mode Select. | Gabriel Krisman Bertazi | 1 | -0/+1 |
2015-11-04 | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+96 |
2015-10-21 | sd: implement the Persistent Reservation API | Christoph Hellwig | 1 | -0/+96 |
2015-10-21 | md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown | Dan Williams | 1 | -1/+0 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2015-08-12 | sd: Fix maximum I/O size for BLOCK_PC requests | Martin K. Petersen | 1 | -3/+3 |
2015-07-17 | block: have drivers use blk_queue_max_discard_sectors() | Jens Axboe | 1 | -2/+2 |
2015-05-25 | sd: fix an error return in probe() | Dan Carpenter | 1 | -1/+2 |
2015-05-18 | sd: Disable support for 256 byte/sector disks | Mark Hounschell | 1 | -14/+5 |
2015-04-16 | sd: Unregister integrity profile | Martin K. Petersen | 1 | -0/+1 |
2015-04-10 | sd, mmc, virtio_blk, string_helpers: fix block size units | James Bottomley | 1 | -4/+4 |
2015-03-19 | sd: don't grab a device references from driver methods | Christoph Hellwig | 1 | -44/+11 |
2015-02-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -5/+2 |
2015-02-02 | sd: Fix max transfer length for 4k disks | Brian King | 1 | -2/+4 |
2015-01-09 | scsi: use per-cpu buffer for formatting sense | Hannes Reinecke | 1 | -5/+2 |
2014-12-30 | sd: tweak discard heuristics to work around QEMU SCSI issue | Martin K. Petersen | 1 | -2/+3 |
2014-11-24 | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke | 1 | -1/+1 |
2014-11-24 | scsi: remove scsi_driver owner field | Christoph Hellwig | 1 | -1/+1 |
2014-11-24 | scsi: stop passing a gfp_mask argument down the command setup path | Christoph Hellwig | 1 | -3/+3 |
2014-11-12 | sd: disable discard_zeroes_data for UNMAP | Martin K. Petersen | 1 | -4/+6 |
2014-11-12 | sd: fix up ->compat_ioctl | Christoph Hellwig | 1 | -20/+8 |
2014-11-12 | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 1 | -3/+3 |
2014-11-12 | scsi: remove scsi_show_result() | Hannes Reinecke | 1 | -24/+26 |
2014-11-12 | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 1 | -4/+5 |
2014-11-12 | sd: remove scsi_print_sense() in sd_done() | Hannes Reinecke | 1 | -1/+0 |
2014-10-18 | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -30/+43 |
2014-10-04 | block: disable entropy contributions for nonrot devices | Mike Snitzer | 1 | -1/+3 |
2014-09-30 | sd: Honor block layer integrity handling flags | Martin K. Petersen | 1 | -30/+43 |
2014-09-15 | scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() | Subhash Jadavani | 1 | -0/+2 |