Commit Graph

161 Commits (3d777a64066f3b9db8a94834aaed6a9cf09808fd)

Author SHA1 Message Date
Paolo Bonzini cdccaa9467 cdrom: move shared static to cdrom_device_info 13 years ago
Dan Carpenter 822bfa51ce cdrom: use copy_to_user() without the underscores 13 years ago
Paolo Bonzini 577ebb374c block: add and use scsi_blk_cmd_ioctl 13 years ago
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc) 13 years ago
Al Viro ff01bb4832 fs: move code out of buffer.c 13 years ago
Andrew Morton aec9f377e4 drivers/cdrom/cdrom.c: relax check on dvd manufacturer value 14 years ago
Linus Torvalds 0f48f26009 block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal 14 years ago
Tejun Heo bf2253a6f0 cdrom: always check_disk_change() on open 14 years ago
Tejun Heo 9fd097b149 block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers 14 years ago
Tejun Heo d4dc210f69 block: don't block events on excl write for non-optical devices 14 years ago
Tejun Heo ea6949b66d cdrom: always check_disk_change() on open 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Tejun Heo 1c27030bd2 gdrom,viocd: Convert to bdops->check_events() 14 years ago
Simon Arlott b8cf0e0e55 cdrom: support devices that have check_events but not media_changed 14 years ago
Tejun Heo 0ead5c86ac gdrom: don't use flush_scheduled_work() 14 years ago
Jens Axboe 30a7caabbb cdrom: export cdrom_check_events() 14 years ago
Tejun Heo 2d9217296b cdrom: add ->check_events() support 14 years ago
Paul Mundt 9eb79bb3f5 cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion. 14 years ago
Arnd Bergmann 2a48fc0ab2 block: autoconvert trivial BKL users to private mutex 15 years ago
Arnd Bergmann 6e9624b8ca block: push down BKL into .open and .release 15 years ago
Arnd Bergmann 8a6cfeb6de block: push down BKL into .locked_ioctl 15 years ago
Joe Perches e597cd09f7 drivers/cdrom: use pr_<level> 15 years ago
Christoph Hellwig 33659ebbae block: remove wrappers for request type/flags 15 years ago
Grant Likely 61c7a080a5 of: Always use 'struct device.of_node' to get device node pointer. 15 years ago
Martin K. Petersen 8a78362c4e block: Consolidate phys_segment and hw_segment limits 15 years ago
Martin K. Petersen 086fa5ff08 block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman 894d249115 sysctl drivers: Remove dead binary sysctl support 15 years ago
Paul Mundt 54d5102fac cdrom: gdrom: Kill off PHYSADDR use. 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
Alexey Dobriyan 83d5cde47d const: make block_device_operations const 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Roel Kluin d3375ea721 cdrom: beyond ARRAY_SIZE of viocd_diskinfo 16 years ago
Tejun Heo 9934c8c045 block: implement and enforce request peek/start/fetch 16 years ago
Tejun Heo 2343046826 gdrom: dequeue in-flight request 16 years ago
Tejun Heo 296b2f6ae6 block: convert to dequeueing model (easy ones) 16 years ago
Tejun Heo 83096ebf12 block: convert to pos and nr_sectors accessors 16 years ago
Tejun Heo f06d9a2b52 block: replace end_request() with [__]blk_end_request_cur() 16 years ago
Tejun Heo 40cbbb781d block: implement and use [__]blk_end_request_all() 16 years ago
Marcin Slusarz d194139c18 cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct 16 years ago
Marcin Slusarz 3147c531b6 cdrom: split mmc_ioctl to lower stack usage 16 years ago
Alan D. Brunelle febd7a5c13 Commands needing to be retried require a complete re-initialization. 16 years ago
Nobuhiro Iwamatsu 545727f320 gdrom: Fix compile error 17 years ago
Al Viro 4e379ae6a6 [PATCH] switch viocd 17 years ago
Al Viro 8389feb4a8 [PATCH] switch gdrom 17 years ago
Al Viro d4430d62fa [PATCH] beginning of methods conversion 17 years ago
Al Viro bbc1cc9784 [PATCH] switch cdrom_{open,release,ioctl} to sane APIs 17 years ago
Al Viro 74f3c8aff3 [PATCH] switch scsi_cmd_ioctl() to passing fmode_t 17 years ago
Al Viro 86d434dede [PATCH] eliminate use of ->f_flags in block methods 17 years ago