summaryrefslogtreecommitdiffstats
path: root/block/bsg.c
AgeCommit message (Expand)AuthorLines
2015-02-04block: Simplify bsg complete allPeter Zijlstra-47/+25
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence-4/+4
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe-1/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2013-02-27block: convert to idr_alloc()Tejun Heo-17/+9
2012-02-08bsg: fix sysfs link remove warningStanislaw Gruszka-1/+2
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-1/+1
2011-12-14block: misc updates to blk_get_queue()Tejun Heo-3/+1
2011-06-20bsg: fix address space warning from sparseNamhyung Kim-6/+6
2011-06-20bsg: remove unnecessary conditional expressionsNamhyung Kim-2/+2
2011-06-20bsg: fix bsg_poll() to return POLLOUT properlyNamhyung Kim-1/+1
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart-0/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-3/+0
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2009-11-11block: jiffies fixesRandy Dunlap-1/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-2/+2
2009-07-01block: get rid of queue-private command filterJens Axboe-1/+1
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori-3/+0
2009-06-15Driver Core: bsg: add nodename for bsg driverKay Sievers-0/+6
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-4/+4
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori-0/+3
2009-05-11block: add rq->resid_lenTejun Heo-4/+4
2009-03-26bsg: Remove bogus check against request_queue->max_sectorsBoaz Harrosh-3/+0
2009-03-24bsg: add support for tail queuingBoaz Harrosh-2/+7
2009-02-18bsg: Fix sense buffer bug in SG_IOBoaz Harrosh-7/+10
2009-01-06block: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-3/+3
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds-0/+2
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro-1/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro-3/+4
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman-2/+1
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori-3/+4
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori-2/+3
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori-33/+11
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-3/+6
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet-1/+2
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-11/+27
2008-07-12[SCSI] bsg: fix oops on removeJames Bottomley-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalFUJITA Tomonori-3/+6
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah-11/+27
2008-05-18bsg: cdev lock_kernel() pushdownJonathan Corbet-1/+6