Commit Graph

65 Commits (c2db8054c1eaf99983d8deee347876b01c26c2cf)

Author SHA1 Message Date
Greg Kroah-Hartman 1ff9f542e5 device create: block: convert device_create_drvdata to device_create 17 years ago
FUJITA Tomonori 152e283fdf block: introduce struct rq_map_data to use reserved pages 17 years ago
FUJITA Tomonori a3bce90edd block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov 17 years ago
FUJITA Tomonori abf5439370 block: move cmdfilter from gendisk to request_queue 17 years ago
Greg Kroah-Hartman f79f060561 device create: block: convert device_create to device_create_drvdata 17 years ago
James Bottomley 8df5fc042c [SCSI] bsg: fix oops on remove 17 years ago
FUJITA Tomonori 3f27e3ed11 [SCSI] bsg: fix bsg_mutex hang with device removal 17 years ago
Adel Gadllah 0b07de85a7 allow userspace to modify scsi command filter on per device basis 17 years ago
Jonathan Corbet 75bd2ef145 bsg: cdev lock_kernel() pushdown 17 years ago
FUJITA Tomonori 9f5de6b105 [SCSI] bsg: add large command support 17 years ago
Harvey Harrison 24c03d47d0 block: remove remaining __FUNCTION__ occurrences 17 years ago
FUJITA Tomonori 97f46ae45c [SCSI] bsg: add release callback support 17 years ago
Tony Jones ee959b00c3 SCSI: convert struct class_device to struct device 17 years ago
FUJITA Tomonori 99773aab03 [SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands 17 years ago
FUJITA Tomonori 842ea771c3 [SCSI] bsg: remove minor in struct bsg_device 17 years ago
FUJITA Tomonori 43ac9e62c4 [SCSI] bsg: use better helper list functions 17 years ago
FUJITA Tomonori c3ff1b90d8 [SCSI] bsg: replace kobject_get with blk_get_queue 17 years ago
FUJITA Tomonori d45ac4fa8f [SCSI] bsg: takes a ref to struct device in fops->open 17 years ago
FUJITA Tomonori 7a85f8896f block: restore the meaning of rq->data_len to the true data length 17 years ago
Tejun Heo 6b00769fe1 block: add request->raw_data_len 17 years ago
James Bottomley 40f620286d [SCSI] bsg: copy the cmd_type field to the subordinate request for bidi 17 years ago
James Bottomley 2d507a01da [SCSI] libsas, bsg: pass errors through correctly 17 years ago
Arjan van de Ven 7344be053a bsg: mark struct file_operations const 18 years ago
Greg Kroah-Hartman 7e7654a92a cdev: remove unneeded setting of cdev names 18 years ago
FUJITA Tomonori 0c6a89ba64 [SCSI] bsg: update sg_io_v4 structure 18 years ago
Jens Axboe 165125e1e4 [BLOCK] Get rid of request_queue_t typedef 18 years ago
FUJITA Tomonori 1079ddcb07 [SCSI] bsg: remove unnecessary code and comments 18 years ago
FUJITA Tomonori 598443a212 [SCSI] bsg: use lib/idr.c to find a unique minor number 18 years ago
FUJITA Tomonori df468820b6 [SCSI] bsg: fix bsg_unregister_queue 18 years ago
James Bottomley 39dca558a5 [SCSI] bsg: make class backlinks 18 years ago
James Bottomley 6826ee4fdb [SCSI] bsg: fix bsg_register_queue error path 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
James Bottomley 80ed71ce1a [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) 18 years ago
Jens Axboe 5d3a8cd34b bsg: fix missing space in version print 18 years ago
FUJITA Tomonori 0ed081ce20 bsg: minor cleanup 18 years ago
FUJITA Tomonori 1c1133e1ff bsg: device hash table cleanup 18 years ago
FUJITA Tomonori 9b9f770cef bsg: fix initialization error handling bugs 18 years ago
Jens Axboe 46f6ef4afc bsg: convert to dynamic major 18 years ago
Jens Axboe 25fd164303 bsg: address various review comments 18 years ago
Linus Torvalds abce891a10 Fix new generic block device SG compile 18 years ago
FUJITA Tomonori 15d10b611f bsg: add SCSI transport-level request support 18 years ago
FUJITA Tomonori 2c9ecdf40a bsg: add bidi support 18 years ago
FUJITA Tomonori efba1a31f3 bsg: fix the deadlock on discarding done commands 18 years ago
FUJITA Tomonori e7d7217324 bsg: fix a blocking read bug 18 years ago
FUJITA Tomonori 4cf0723ac8 bsg: minor bug fixes 18 years ago
FUJITA Tomonori 292b7f2712 improve bsg device allocation 18 years ago
FUJITA Tomonori 4e2872d6b0 bind bsg to all SCSI devices 18 years ago
FUJITA Tomonori d351af01b9 bsg: bind bsg to request_queue instead of gendisk 18 years ago
FUJITA Tomonori 45e79a3acd bsg: add a request_queue argument to scsi_cmd_ioctl() 18 years ago
FUJITA Tomonori 7e75d73080 bsg: simplify __bsg_alloc_command failpath 18 years ago