aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/jsflash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Remove jsflash driverJens Axboe1-660/+0
2018-05-11jsflash: handle highmem pagesChristoph Hellwig1-2/+4
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-03-28jsflash: stop sharing request queue across multiple gendisksOmar Sandoval1-14/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-02-20Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]David Howells1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-03sparc: explicitly cast negative phandle checks to s32Andres Salomon1-1/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon1-1/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-11/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-9/+3
2009-05-11jsflash: dequeue in-flight requestTejun Heo1-11/+17
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
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-4/+4
2009-04-14sbus: changed ioctls to unlockedStoyan Gaydarov1-5/+10
2009-03-04jsflash: stop defining MAJOR_NRChristoph Hellwig1-3/+0
2008-11-04drivers: remove duplicated #includeJianjun Kong1-1/+0
2008-06-20jsflash: BKL pushdownArnd Bergmann1-3/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita1-2/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2005-12-15[PATCH] sparc: jsflash __user annotationsAl Viro1-9/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+627