Commit Graph

136 Commits (5f2545fa156f3d4d327038d7664608e146809a3c)

Author SHA1 Message Date
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Joe Perches 35df83970e drivers/scsi: Remove unnecessary casts of private_data 15 years ago
Namhyung Kim 2610a25406 sg: fix a warning in blk_rq_aligned() call 15 years ago
Arnd Bergmann c45d15d24e scsi: autoconvert trivial BKL users to private mutex 15 years ago
Julia Lawall 3094141c65 drivers/scsi: use memdup_user 15 years ago
Alan Stern bc4f24014d [SCSI] implement runtime Power Management 15 years ago
FUJITA Tomonori caf19d3860 [SCSI] sg: fix bio leak with a detached device 15 years ago
Arnd Bergmann f4927c45be scsi: Push down BKL into ioctl functions 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Martin K. Petersen 8a78362c4e block: Consolidate phys_segment and hw_segment limits 15 years ago
Christof Schmitt e27168f8c3 [SCSI] sg: Free data buffers after calling blk_rq_unmap_user 16 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Michal Schmidt e71044ee2e [SCSI] sg: fix oops in the error path in sg_build_indirect() 16 years ago
FUJITA Tomonori ecb554a846 block: fix sg SG_DXFER_TO_FROM_DEV regression 16 years ago
Joe Perches ad361c9884 Remove multiple KERN_ prefixes from printk formats 16 years ago
Jens Axboe 018e044689 block: get rid of queue-private command filter 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Tejun Heo c3a4d78c58 block: add rq->resid_len 16 years ago
FUJITA Tomonori e7ee4cc04b [SCSI] sg: return EFAULT for an invalid user address 16 years ago
Shawn Du d0deef5b14 blktrace: support per-partition tracing 16 years ago
FUJITA Tomonori 015640edb1 [SCSI] sg: fix q->queue_lock on scsi_error_handler path 16 years ago
FUJITA Tomonori 0fdf96b67a [SCSI] sg: fix iovec bugs introduced by the block layer conversion 16 years ago
Jonathan Corbet 60aa49243d Rationalize fasync return values 16 years ago
FUJITA Tomonori 3442f802a8 [SCSI] sg: remove the own list management for struct sg_fd 16 years ago
FUJITA Tomonori b2ed6c69aa [SCSI] sg: use ALIGN macro 16 years ago
FUJITA Tomonori 2134bc72dd [SCSI] sg: remove unnecessary function declarations 16 years ago
FUJITA Tomonori c96952ed70 [SCSI] sg: avoid blk_put_request/blk_rq_unmap_user in interrupt 16 years ago
Tony Battersby a2dd3b4cea [SCSI] sg: fix races with ioctl(SG_IO) 16 years ago
Tony Battersby c6517b7942 [SCSI] sg: fix races during device removal 16 years ago
Martin Peschke 76e3a19d06 [SCSI] sg: fix device number in blktrace data 16 years ago
FUJITA Tomonori 97ae77a1cd [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE 16 years ago
FUJITA Tomonori 56c451f4b5 [SCSI] block: fix the partial mappings with struct rq_map_data 16 years ago
Al Viro 233e70f422 saner FASYNC handling on file close 17 years ago
Al Viro e915e872ed [PATCH] switch sg_scsi_ioctl() to passing fmode_t 17 years ago
Greg Kroah-Hartman d73a1a674b device create: scsi: convert device_create_drvdata to device_create 17 years ago
FUJITA Tomonori 4677735f03 sg: remove unnecessary blk_rq_unmap_user 17 years ago
FUJITA Tomonori 0b6cb26c66 sg: remove sg_read_xfer 17 years ago
FUJITA Tomonori c3919af235 sg: remove sg_write_xfer 17 years ago
FUJITA Tomonori 626710c9d6 sg: incorporate sg_build_direct into sg_start_req 17 years ago
FUJITA Tomonori 44c7b0eaa0 sg: remove __sg_start_req 17 years ago
FUJITA Tomonori fd1c1de076 sg: remove b_malloc_len in sg_scatter_hold struct 17 years ago
FUJITA Tomonori 7e56cb0f7e sg: remove SG_ALLOW_DIO_CODE define 17 years ago
FUJITA Tomonori a91a3a20e0 sg: rename sg_cmd_done sg_rq_end_io 17 years ago
FUJITA Tomonori fad7f01e61 sg: set dxferp to NULL for READ with the older SG interface 17 years ago
FUJITA Tomonori 01cfcddd98 sg: use blk_rq_aligned helper function 17 years ago
FUJITA Tomonori 10db10d144 sg: convert the indirect IO path to use the block layer 17 years ago
FUJITA Tomonori 6e5a30cba5 sg: convert the direct IO path to use the block layer 17 years ago
FUJITA Tomonori 10865dfa34 sg: convert the non-data path to use the block layer 17 years ago