aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-05-19block: do not pass disk names as format stringsKees Cook
2014-05-19cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter
2014-05-19cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter
2012-10-07cciss: fix incorrect scsi status reportingStephen M. Cameron
2012-10-07block, sx8: fix pointer math issue getting fw versionDan Carpenter
2012-03-17blkfront: Fix backtrace in del_gendiskDavid Vrabel
2012-01-25block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2011-11-07xen-blkfront: fix data size for xenbus_gather in blkfront_connectMarek Marczykowski
2011-08-08cciss: do not attempt to read from a write-only registerStephen M. Cameron
2011-06-23nbd: limit module parameters to a sane valueNamhyung Kim
2011-06-23brd: handle on-demand devices correctlyNamhyung Kim
2011-06-23brd: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim
2011-06-23loop: handle on-demand devices correctlyNamhyung Kim
2011-06-23loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim
2011-04-14cciss: fix lost command issueBud Brown
2011-03-02Fix pktcdvd ioctl dev_minor range checkDan Rosenberg
2010-08-13loop: Update mtime when writing using aopsNikanth Karthikesan
2010-02-23cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron
2010-02-09pktcdvd: removing device does not remove its sysfs dirThadeu Lima de Souza Cascardo
2009-12-01aoe: prevent cache aliasesPeter Horton
2009-11-13cciss: make device attrs staticAlex Chiang
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan
2009-10-22virtio_blk: Revert serial number supportRusty Russell
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson