aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/pcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01paride: use new parport device modelSudip Mukherjee1-0/+9
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven1-2/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell1-1/+1
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-0/+1
2011-03-09paride: Convert to bdops->check_events()Tejun Heo1-7/+11
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+9
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+9
2010-03-12paride: fix off-by-one testRoel Kluin1-2/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-11block: use printk_onceMarcin Slusarz1-8/+4
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11paride: dequeue in-flight requestTejun Heo1-6/+12
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-2/+2
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-6/+6
2008-10-21[PATCH] switch pcdAl Viro1-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro1-3/+5
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-04-24paride drivers: initialize spinlocksAlexey Dobriyan1-1/+1
2006-12-07[PATCH] paride: return proper error codeAkinobu Mita1-4/+4
2005-09-10[PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+971