aboutsummaryrefslogtreecommitdiff
path: root/drivers/sbus/char/jsflash.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Remove jsflash driverGravatar Jens Axboe 1-660/+0
2018-05-11jsflash: handle highmem pagesGravatar Christoph Hellwig 1-2/+4
2017-06-27block: don't set bounce limit in blk_init_queueGravatar Christoph Hellwig 1-0/+1
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-2/+2
2017-03-28jsflash: stop sharing request queue across multiple gendisksGravatar Omar Sandoval 1-14/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Gravatar Jens Axboe 1-1/+1
2014-02-20Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]Gravatar David Howells 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-03sparc: explicitly cast negative phandle checks to s32Gravatar Andres Salomon 1-1/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2010-10-09of/sparc: convert various prom_* functions to use phandleGravatar Andres Salomon 1-1/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-11/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchGravatar Tejun Heo 1-9/+3
2009-05-11jsflash: dequeue in-flight requestGravatar Tejun Heo 1-11/+17
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupGravatar Tejun Heo 1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsGravatar Tejun Heo 1-2/+2
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Gravatar Tejun Heo 1-4/+4
2009-04-14sbus: changed ioctls to unlockedGravatar Stoyan Gaydarov 1-5/+10
2009-03-04jsflash: stop defining MAJOR_NRGravatar Christoph Hellwig 1-3/+0
2008-11-04drivers: remove duplicated #includeGravatar Jianjun Kong 1-1/+0
2008-06-20jsflash: BKL pushdownGravatar Arnd Bergmann 1-3/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-1/+1
2007-07-17unregister_blkdev() delete redundant messages in callersGravatar Akinobu Mita 1-2/+1
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2005-12-15[PATCH] sparc: jsflash __user annotationsGravatar Al Viro 1-9/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+627